<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://cyrille.giquello.fr/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Cyrille Giquello</title>
        <description></description>
        <link>https://cyrille.giquello.fr/</link>
        <lastBuildDate>Wed, 10 Jun 2026 13:39:33 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://cyrille.giquello.fr/_media/wiki/dokuwiki.svg</url>
            <title>Cyrille Giquello</title>
            <link>https://cyrille.giquello.fr/</link>
        </image>
        <item>
            <title>symfony</title>
            <link>https://cyrille.giquello.fr/informatique/php/symfony</link>
            <description>Symfony

&lt;https://symfony.com/&gt; Symfony

! NEW ! Symfony3

! NEW ! Symfony2

[Symfony logo]

	*  Drupal 7 vs Symfony 2: overview after 1 year of Symfony development

Etude perso

Gestion de la langue de l&#039;utilisateur

Documentation

Accès rapide:

	*  Symfony Reference Book v1.4
		*  Tasks (chap 16)

	*  Doctrine ORM v1.2
		*  Manual - Table of Contents


Les livres Sensio Labs (buy or read online for free)

	*  Tous les livres en anglais.
	*  Plus loin avec Symfony 1.3 &amp; 1.4 en français.

symfo…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 24 Jan 2025 19:40:20 +0000</pubDate>
        </item>
        <item>
            <title>laravel_1</title>
            <link>https://cyrille.giquello.fr/informatique/php/laravel_1</link>
            <description>Laravel

Laravel The PHP Framework For Web Artisans.

Voir aussi :

	*  Lumen une version micro-framework de Laravel 5.
	*  informatique/web/Tailwind Css

Documentation

	*  Laravel 8.x
		*  La TALL Stack Tailwind CSS, AlpineJS, Laravel et Livewire
		*  laravel-frontend-presets, en plus des quelques ui presets fournis par Laravel pour un simple dashboard ou la tall stack ou</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Jun 2025 07:22:20 +0000</pubDate>
        </item>
        <item>
            <title>etude_perso</title>
            <link>https://cyrille.giquello.fr/informatique/php/symfony/etude_perso</link>
            <description>Etude perso

Multi-sites avec héritage

Dans un site on doit pouvoir surcharger : assets, action, view, model, lib, DSN, Config:

&lt;note important&gt;Pour des classes qui porteraient le même nom mais seraient dans différents sites : Quid du cache de l&#039;op-code ??&lt;/note&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>zend_framework</title>
            <link>https://cyrille.giquello.fr/informatique/php/zend_framework</link>
            <description>Zend Framework

[Zend Framework]

&lt;http://framework.zend.com/&gt;

Programmer&#039;s Reference Guide : fr en

Comparaison Zend_Framework et Symfony

Etude perso

Sources de documentation

sur developpez.net/.com : Accueil Cours, FAQ, Forums

	*  
	*  Les cours de Julien Pauli sur developpez.com sont très pertinents (sécurité, ZendFramework, ...).
	*  le Zend Framework Francophone: &lt;http://www.z-f.fr&gt;
	*  &lt;http://mikaelkael.fr/&gt; pour la traduction fr du guide de référence.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>cakephp</title>
            <link>https://cyrille.giquello.fr/informatique/php/cakephp</link>
            <description>CakePhp

Si vous pouvez utiliser un autre framework, préférez Laravel. Sinon, ben c&#039;est la vie :-)

	*  &lt;http://cakePhp.org&gt;
	*  CakePHP
	*  La doc: &lt;https://book.cakephp.org&gt;

Liste de plugins

	*  Annuaire CakePHP Plugins
	*  &lt;https://github.com/FriendsOfCake/awesome-cakephp&gt;
	*  Best CakePHP Plugins by Amanda on October 19, 2020

Tips

User info

Récupérer l&#039;utilisateur connecté hors d&#039;un controller ou view</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Jun 2025 09:14:19 +0000</pubDate>
        </item>
        <item>
            <title>lumen</title>
            <link>https://cyrille.giquello.fr/informatique/php/lumen</link>
            <description>Lumen

Lumen is a “micro-framework” built on top of Laravel&#039;s components, and is the 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.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 11 Jun 2025 07:31:58 +0000</pubDate>
        </item>
        <item>
            <title>multithread</title>
            <link>https://cyrille.giquello.fr/informatique/php/multithread</link>
            <description>Multithread en PHP

La programmation multithreadée en PHP est un véritable casse tête, en effet il n’existe pas à l’heure d’aujourd’hui de véritable moyen de faire du multithread en PHP 5. Et puis cela peut poser des problèmes de partage des ressources, je pense notamment à l&#039;accès aux base de données.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 28 Jul 2025 14:16:59 +0000</pubDate>
        </item>
        <item>
            <title>dal</title>
            <link>https://cyrille.giquello.fr/informatique/php/dal</link>
            <description>Database Abstraction Layers (DAL) pour Php

Database Abstraction Layers (DAL)

Voir aussi Object Relational Mapping (ORM) pour PHP.

Implémentations

PDO

&lt;http://fr.php.net/manual/en/book.pdo.php&gt;

 The PHP Data Objects (PDO) extension defines a lightweight, consistent interface for accessing databases in PHP. Each database driver that implements the PDO interface can expose database-specific features as regular extension functions. Note that you cannot perform any database functions using the …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>orm</title>
            <link>https://cyrille.giquello.fr/informatique/php/orm</link>
            <description>Object Relational Mapping (ORM) pour PHP

Voir aussi :

	*  Glossaire: Object Relational Mapping (ORM)
	*  Page: Database Abstraction Layers (DAL) for Php.

Articles

Symfony: bench des ORM Propel et Doctrine

ORM in PHP using Propel 3. September 2007

Etudes comparatives

2009-05-16 doctrine-vs-propel-2009-update

2009-02-22 benchsymfonyorm

2008-07-17 Reconciling Propel and Doctrine

2008-04-10 Propel is not hard anymore

Implémentations

En vrac

&lt;http://swik.net/orm?popular&gt;

Eazy PHP Data O…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>performance</title>
            <link>https://cyrille.giquello.fr/informatique/php/performance</link>
            <description>PHP Performance

Voir aussi:

	*  /informatique/php/Cache

Articles

	*  More on PHP performance by Stanislav Malyshev (alias Stas) on 2009-07-13
	*  More defensive programming practices to survive Web site traffic peaks by Manuel Lemos on 2007-05-29

	*  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 around a foreign city with signs written in an unreadabl…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 23 Jul 2016 11:49:15 +0000</pubDate>
        </item>
        <item>
            <title>symfony2</title>
            <link>https://cyrille.giquello.fr/informatique/php/symfony2</link>
            <description>Symfony 2

Please note that Symfony 2 is not yet ready for production. The final release is planned for late 2010 and will only support PHP 5.3.2. In the meantime, we highly encourage you to use the current symfony 1.4  stable release for all your projects.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>cache</title>
            <link>https://cyrille.giquello.fr/informatique/php/cache</link>
            <description>PHP et le cache

phpCached / mysqlCached

phpCached est un cache pour PHP. [coplie locale]

mysqlCached : classe qui étant phpCached pour lui ajouter le gestion de requetes MySQL.

C&#039;est Toorop qui l&#039;a fait : &lt;http://forum.cyborgnation.org/viewtopic.php?id=3&gt; 

L&#039;archive, au cas où le lien disparaisse (2006-02-22)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>phing</title>
            <link>https://cyrille.giquello.fr/informatique/php/phing</link>
            <description>Phing

PHing Is Not GNU make; it&#039;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 particulièrement adaptées aux opérations de construction, nettoyage, test, déploiement et sauvegarde d&#039;applications PHP. Cet article vous propose de découvrir l&#039;intérêt et le fonctionnement de cet outil à travers quelques exemples simples.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>tips</title>
            <link>https://cyrille.giquello.fr/informatique/php/tips</link>
            <description>PHP Tips &amp; Tricks

DateTime

Php =&gt; Mysql =&gt; Php


 $mysqldate = date( &#039;Y-m-d H:i:s&#039;, $phpdate );

 $phpdate = strtotime( $mysqldate );


strftime

le paramètre %e pour mettre le jour du mois sur 1 seul chiffre (1 à 31) ne fonctionne pas avec Php/Windows. La raison est que strftime n&#039;est pas portable et la doc php n&#039;est donc pas correcte pour tous les</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 02 Oct 2025 16:02:51 +0000</pubDate>
        </item>
        <item>
            <title>composer</title>
            <link>https://cyrille.giquello.fr/informatique/php/composer</link>
            <description>Php Composer

Tips &amp; tricks

Overriding dependencies with Composer

	*  &lt;http://mnapoli.fr/overriding-dependencies-with-composer/&gt;
	*  composer documentation: require-inline-alias

Access Gitlab private repository

Le token pour autoriser l&#039;accès de composer à un depot privé sur gitlab.com n&#039;est pas à mettre dans la config de composer (ça ne fonctionne pas), il faut seulement configurer</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 15 Sep 2021 11:50:16 +0000</pubDate>
        </item>
        <item>
            <title>multilingue</title>
            <link>https://cyrille.giquello.fr/informatique/php/multilingue</link>
            <description>Multilingue

internationalization et localization

Articles

Internationalization in PHP 5.3 by Stas Malyshev on 2009-07-06 about the Php extension for ICU library (IBM)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
        <item>
            <title>slim</title>
            <link>https://cyrille.giquello.fr/informatique/php/slim</link>
            <description>Slim Framework

Un framework web très léger pour Php.

	*  Slim Framework

RESTful services with jQuery, PHP and the Slim Framework (December 1, 2011)

Simple Blog written with Slim Framework with Slim Framework, Eloquent (ORM), Twig, Bootstrap

Rapid Application Prototyping in PHP Using a Micro Framework with Slim Framework, Slim Extras, Twig, Paris &amp; Idiorm

How to use Laravel&#039;s Eloquent ORM with the Slim Framework

For a Validation framework, look at &lt;http://respect.li/Validation/&gt;

Command l…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 01 May 2015 08:08:38 +0000</pubDate>
        </item>
        <item>
            <title>gestion_de_la_langue_de_l_utilisateur</title>
            <link>https://cyrille.giquello.fr/informatique/php/symfony/gestion_de_la_langue_de_l_utilisateur</link>
            <description>Gestion de la langue de l&#039;utilisateur

Dans cette page nous allons détecter automatique la langue de l&#039;utilisateur (sfFilter et sfRequest::getPreferredCulture()) puis lui proposer de la changer (sfComponents et sfFormLanguage).

Détection automatique de la langue</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 18 May 2012 22:18:57 +0000</pubDate>
        </item>
    </channel>
</rss>
