Category Archives: PHP

Upgrading to Drupal 7

Synopsis/lessons learned on recent Drupal 7 upgrade. Continue reading

Posted in Drupal, PHP, Tech snippets | Tagged , | Leave a comment

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