Fabien Potencier's Blog: Find your Files
Fabien Potencier has a new post today about an update he's made to an aging bit of code for the Symfony framework to find files on the local filesystem - sfFinder. I used the opendir, readdir, and...
View ArticleCal Evans' Blog: How do I find good PHP developers?
If you or your company is looking to hire on PHP developers but are having trouble finding good, qualified people, you should check out some of the advice that Cal Evans has posted to his blog to help...
View ArticleJosh Adell's Blog: Path finding with Neo4j
In a follow up to his previous post on using Neo4j with PHP, Josh Adell looks in a bit more detail about how to find paths in the data via a REST interface to the database. The thing that makes...
View ArticlePHPBuilder.com: PHP Simple HTML DOM Parser: Editing HTML Elements in PHP
On PHPBuilder.com today there's a new tutorial from Vojislav Janjic about using a simple DOM parser in PHP to edit the markup even if it's not correctly W3C-formatted - the Simple HTML DOM Parser...
View ArticlePHPClasses.org: Talented Web Developers Are Easy to Hire, Employers Are Just...
A new post on the PHPClasses blog today suggests that good, talented web developers are actually pretty easy to find, you just have to look in the right places. Once in a while, we hear company...
View ArticleSharon Levy's Blog: PHP Version
Sharon Levy has a new post to her blog showing a trick she's come up with to show the PHP version information (usually found in the phpinfo) even when it's disabled. Sometimes the most crucial, basic...
View ArticleStefan Koopmanschap's Blog: GlobIterator: Easy access to specific files
Stefan Koopmanschap has a new post to his blog showing a handy use of the GlobIterator to access only certain files. For a project I am working on I needed to iterate over all .xml files in a specific...
View ArticleSean Coates' Blog: Use `env`
Sean Coates has posted a reminder for PHP developers (and really anyone executing command-line scripts) to use "env" instead of hard-coding the path to the PHP interpreter. These [support] scripts...
View ArticleDZone.com: Development Setup for Neo4j and PHP: Part 2
On DZone.com today they've posted the second part of their series looking at using the Neo4j database from your PHP applications. This is Part 2 of a series on setting up a development environment for...
View ArticleAndrew Podner: Lithium: Getting Stuff From Your Database
Andrew Podner has a new post for those wanting to find out more about the Lithium framework and using models to work with your database. Today I want to provide a tutorial on how to do some basic...
View Article