Patrick Allaert's Blog about Free Software
Friday, March 8, 2013
Benchmarking Composer autoloading, Symfony and eZ Publish 5
›
Context One fine day, I decided to benchmark how fast can eZ Publish 5 , and the underlying stack, serve requests without using a true reve...
6 comments:
Saturday, January 26, 2013
Composer: Speeding up class autoloading
›
The Use Case Those of you using Composer have probably tried speeding up the PHP autoloading mechanism using the option: --optimize-au...
15 comments:
Thursday, May 27, 2010
Readable PHP code #2 Make your API handle more!
›
Context APIs are often designed to operate with scalars. As described in the following example, the function addContact() operates on a sin...
3 comments:
Wednesday, November 4, 2009
eZ Publish 4: Enterprise Web Sites Step-by-Step
›
Today I received my copy of " eZ Publish 4: Enterprise Web Sites Step-by-Step " by Francesco Fullone and Francesco Trucchia kin...
Thursday, October 29, 2009
Coding standards: converts PHP4 style constructors to PHP5 one
›
A quick way to convert all occurences of old PHP4 constructors like in: class XYZ { /** * Constructor of XYZ. */ fu...
3 comments:
›
Home
View web version