Patrick Allaert



Sort by : relevance - date
4Vote!

Patrick Allaert's Blog: Coding standards: converts PHP4 style constructors to PHP5 one

Patrick Allaert has put together a shell command that can take your PHP4 code and replace its current constructors with PHP5-formatted ones. It assumes your classes are always declared with the class keyword starting at the beginning of the line and that your files have the .php extension. It uses a regular expression in a perl command to search through the current directory and look...

3Vote!

Site News: Popular Posts for the Week of 11.06.2009

Popular posts from PHPDeveloper.org for the past week: PersonalDemocracy.com: WhiteHouse.gov Goes Drupal Brandon Savage's Blog: Q&A: Answering Some Questions About Object-Oriented Programming Phil Sturgeon's Blog: CodeIgniter "2.0": Rumours, facts and requests Avnet Labs Blog: TDD with Zend Framework The Bakery: Writing an easy to use A/B test helper with CakePHP and jquery Patrick...