New
Let's say you want to build a form where there are several nested fieldsets that are accessed with JavaScript tabs. Displaying such a form cannot be achieved by echoing the form object. The logical way here would be iterating through the field schema and outputting rows one by one. The problem is that Symfony so far does not provide built in iteration mechanism for form objects.
Symfony php framework tutorial. How to deploy locally developed project to production web server.
Guide for installing symfony framework on shared host where both php4 and php5 are avilable using shell access.
Four different ways to select a random row in MySQL explained and compared in terms of speed.
IBM's developerWorks published an article on advanced Object Oriented Programming with PHP 5
How to parse MySQL output to get all possible enum values for a field.
A few links to articles on image upload and manipulation with PHP.