background preloader

Développement Web

Facebook Twitter

PHP-FIG — PHP Framework Interop Group. Symfony 2. Sf_bloggers (sf_bloggers) sur Twitter. CMF progress. The Symfony CMF team is hard at work to provide a first stable release in early 2013, likely around the same time as the 2.2 release of Symfony itself. A lot of progress has been made since our last blog post. A major milestone was the recent migration of the cmf.symfony.com website to the CMF stack which uses SQLite as the persistence layer underneath the PHPCR API. You can check out the source code here. Alternatively you can also use the Symfony CMF standard edition to get started. We are also quite excited that eZPublish 5 will use the CMF routing component, which adds dynamic routing on top of the core Symfony2 routing component. Obviously features without documentation are worthless to anyone but the original authors. Création d’un blog avec Symfony2. Je propose également des formations en petits groupes sur 2 à 3 jours.

Plus d’infos sur la page dédiée. N’hésitez pas à me contacter (06.62.28.01.87 ou clement [@] keiruaprod.fr) pour en discuter ! Introduction Ce tutoriel va vous guider dans le processus de création d’un blog complet avec Symfony2. La distribution standard du framework sera utilisée, qui inclut les principaux composants nécessaires à la création de vos propres sites web. Le tutoriel est découpé en plusieurs parties, qui couvrent chacune des aspects différents de Symfony2 et de ses composants. Site démo Le site original de Symblog se trouve à l’adresse : Contenu Le but de ce tutoriel est de couvrir les tâches que vous allez régulièrement être amené à réaliser lors de la création d’un site web avec Symfony2. Symfony2 est fortement personnalisable et propose différentes manières de réaliser un même tâche. Traductions Français Auteur Ce tutoriel a été originalement écrit par dsyph3r. Participer. Symfony 1.4. SfExtraDoctrinePagerPlugin. SfExtraDoctrinePagerPlugin Documentation API.

SfExtraDoctrinePagerPlugin on GitHub. Security release: symfony 1.4.20 released. Symfony 1.4.20 has just been released and it contains a security fix. Uli Hecht contacted us a couple of days ago about a security issue in symfony 1.4. The vulnerability allows reading any file stored on the server if it is readable by the web server. Your application is vulnerable if there is a form that contains a file upload field and the uploaded file is stored under a web-accessible area (somewhere under the web root directory). If you are vulnerable, we highly recommend you to upgrade as soon as possible, and if it is not possible, please apply the following patch: Here are the other changes for this release: CHANGELOG: [33545] fixed sfPDOSessionStorage for Oracle (closes #10022)[33544] fixed sfWebRequest::splitHttpAcceptHeader incorrect result order (closes #10069, patch by Keri Henare)[33539] fixed exception format when using the PHP 5.4 built-in server (closes #10067, based on a patch from jgskin)[33486] fixed sfPDODatabase::call() method (closes #10044)