Category Archives: PHP
Upgrading to Drupal 7
Synopsis/lessons learned on recent Drupal 7 upgrade. Continue reading
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
Automating __toString in Symfony
A couple modifications to Symfony Application Framework that ease rapid prototyping. Continue reading