public marks

PUBLIC MARKS from kasi77 with tags php5 & groupe:clever-age

2008

Is symfony 1.1 too verbose?

by 3 others
Among the remarks have about symfony 1.1, the most recurring one is the shift of philosophy between the 1.0 and 1.1 syntax. If symfony 1.0 syntax was made to write code fast, I believe it is not the case anymore with symfony 1.1, which is designed primarily for extensibility. The result is that a symfony 1.1 application looks a lot more like a Java program. I tend to agree that Object-Orientation is a good thing because it forces you to organize your code in a modular way. But when object-orientation makes you need to keep a symfony book aside at all times and multiply the number of LOC by two, I think it's a dead end.

2007

Benchmarking magic | GarfieldTech

The day is nearly upon us! Drupal 7 will open up developers to PHP 5 functionality when it is released next year. Already, there is talk of how, and if, to leverage PHP 5's object handling now that we don't need to deal with the weirdness of PHP 4's object model. Of course, because it's Drupal, our army of performance czars want to know just what the cost is for object handling, and especially advanced object magic like __get(), __call(), the ArrayAccess interface, and so forth.

Interopérabilité .NET - PHP5 - Quand David rencontre Goliath en toute amitié :) - ASP-PHP.net

by 1 other (via)
Alors que tout semble laisser croire que nous sommes dans l'année de la montée en puissance du .NET, il n'en reste pas moins que de nombreuses sociétés et de nombreux projets sont et se construisent dans des technologies autres telles que le PHP. Tentons ainsi de mieux comprendre, au travers de cet article, les méthodologies de communication entre ces deux mondes.

2006

ImprovedSource - PHP v5.2 vs PHP v5.1

(via)
PHP 5.2.0 wins out on 3 out of 10 test. Particularly the reading of GLOBALS is faster. PHP 5.1.6 wins on 6 test though.

2005