om : [[http://zend-framework.developpez.com/|Accueil]] [[http://zend-framework.developpez.com/cours/|C... ], [[http://www.developpez.net/forums/f447/php/outils/zend/zend-framework/|Forums]]
*
* [[http:/... wants novices to know about]]. He realized that while he had [[http://php100.wordpress.com/2009/06/26/... ttp://steven.macintyre.name/tag/zend-framework/|Building a Zend Modular CMS System]] (JQuery, BB Code,
ormatique/php/Symfony/Gestion de la langue de l'utilisateur]]
===== Documentation =====
**Accès rapi... for free)
* [[http://books.sensiolabs.com/book/filter|Tous les livres]] en anglais.
* [[http://www... forum.symfony-project.org/index.php/i/
* user mailing-list: http://groups.google.com/group/symfony-u... www.symfony-project.org/plugins/
* Developers mailing-list: http://groups.google.com/group/symfony-d
====== Gestion de la langue de l'utilisateur ======
Dans cette page nous allons détecter automatique la langue de l'utilisateur (sfFilter et sfRequest::getPreferredCulture()) puis lui proposer de la changer (sfComponents e... tion automatique de la langue =====
On créer un filtre (sfFilter) qui va détecter la langue de l'util
de ??</note>
> From there, all you need is a **filter**, or maybe a **preExecute() section in your a... n be pulled out** of the sfRequest instance, or failing that just use PHP environment vars.
> A filter **subdomainFilter**
> http://forum.symfony-project.org/index.php/m/80813/
> [[http://mirmodynamic
[[http://www.phpclasses.org/blog/post/117-PHP-compiler-performance.html|PHP compiler performance]] comparaison by Manuel Lemos on 2010-02-05
===== At developpment time =====
==== Profiling ====
Profile you code before you start optimizing it! Otherwise it would be like travelling aroun
* Conformité aux standards (w3c, xhtml, accessibilité, ...)
* Gérer différents formats d'IHM (ht... iche en fonctionnalité (Ajax)
* Adaptation facilité d'une charte graphique
* Multi-linguisme
... soap, rest, ...)
* Accès en local (batch): utilisation de la couche métier.
* Accès aux données
* Abstraction de la BdD
* Travailler avec des Objets Php et pas des colonnes de tab
n With Reflection In PHP 5]], mais obsolète car utilise la fonction **php_check_syntax()** qui n'est p... onclass.getdoccomment.php - if you want to parse files for classes, you can use github.com/theseer/Aut... ator.php
==== RegEx ====
=== syntaxe adresse email ===
<code php>
function mail_checksyntax( $email )
{
if( isset($email)
&& eregi('^[_a-z0-9-]+(\.
==== Lumen ======
Lumen is a "micro-framework" built on top of [[informatique:php:laravel_1|Laravel]]... e official micro-framework of Laravel. Lumen is built for speed, and is one of the fastest PHP micro-frameworks available - even significantly faster than similar frameworks such as Silex.
http://lumen.laravel.com
Voi
adée en PHP est un véritable casse tête, en effet il n’existe pas à l’heure d’aujourd’hui de véritable... d cannot observe, terminate, or suspend a Fiber while the Fiber is being executed.
* https://php.... cation spends most of its time waiting for I/O. While PHP is single threaded, cooperative multitasking... in concurrent or traditional contexts.
===== Utilisation de "vrais" threads =====
Ce n'est pas pos
====== Compiler PHP et PECL pour Windows ======
Compilation des sources: http://fr2.php.net/manual/fr/install.windows.building.php
Build your own PHP on Windows: http://wiki.php.net/internals/windows/stepbystepbuild
Suppor
ing **I**s **N**ot **G**NU make; it's a project build system based on Apache Ant.
Phing est un outil de maintenance basé sur Ant (monde Java) et écrit en PHP. Le fonctionnement de Phing est similaire à celui de Ant ou make et ses fonctionnalités... écouvrir l'intérêt et le fonctionnement de cet outil à travers quelques exemples simples.
Phing propo