Category Archives: Symfony

Automating Object Ordering in Symfony

The next logical step to my last post Automating __toString in Symfony would be to automate the ordering of objects that are obvious – eg. – that have a name, title, (last_name, first_name), or precedence fields. By automatically adding a … Continue reading

Posted in PHP, Symfony | Tagged , , | Leave a comment

Automating __toString in Symfony

A couple modifications to Symfony Application Framework that ease rapid prototyping. Continue reading

Posted in PHP, Symfony | Tagged , , | 1 Comment