public marks

PUBLIC MARKS from kasi77 with tags php5 & blog

June 2008

symfony Web PHP Framework » Blog | The symfony 1.1 architecture

Before we release symfony 1.1 later this week, I want to give some information about the new symfony 1.1 architecture. Apart from the new exiting features we have in symfony 1.1, this version also represents a year of hard work to refactor the internals. Let's dig into symfony internals a bit!

symfony Web PHP Framework » Blog |How to create an optimized version of your website for the iPhone in symfony 1.1

symfony 1.1 introduces native support for different formats and mime-types. This means that the same model and controller can have different templates based on the requested format. The default format is still HTML but symfony supports several other formats out of the box as defined in the factories.yml file

January 2008

Astuce PHP : La fonction register_shutdown_function - Blog de Geeek, le blog geek par excellence par Ludovic Toinel ...

Rares sont les personnes qui connaissent la fonction register_shutdown_function, et pourtant, elle est très utile. http://fr2.php.net/register_shutdown_function Elle permet de réaliser des traitements hors transaction HTTP.