The blog of COil : PHP, symfony & Web 2.0

Strangebuzz...?

Réduire au titre / collapse all

09/02/2007

» New Symfony plugin : sfLightboxPlugin

[En] I have released a new plugin for Symfony with the help of Demental, it's a wrapper for the Lightbox2 javascript library. It can display very nice popups (in modal mode) for one image, slideshow or any html content (with the Modalbox modification by Demental, test it!) It was not very hard to do (3 helpers) but it is really nice to give my little contribution to Symfony. :) Don't hesitate to give us your feedbak or report issues in the forum. A new version correcting some issues with IE and Safari should be released very soon...



[Fr] J'ai publié récemment mon tout premier plugin pour Symfony avec l'aide de Demental, ce plugin permet d'utiliser simplement la librairie javascript Lightbox2 Elle permet d'afficher de trés belles popups en mode 'modal' pour une image, un slideshow ou n'importe quel contenu html (avec la modification Modalbox de Demental, tester la!) Il n'a pas été trés dur à faire (3 helpers) mais c'est vraiment gratifiant de pouvoir apporter sa petite pierre à l'édifice Symfony. :) N'hésitez pas à nous donner votre feedbak ou de nous reporter les bugs dans le post qui lui est consacré sur le forum. Une nouvelle version corrigeant quelques bugs sous IE et Safari devrait être publiée trés prochainement...

  • Vous trouverez toutes les instructions d'installation, d'utilisation et une demo compléte de ce plugin sur mon blog


sfLightboxPlugin

04/02/2007

» Snippet : Strip comments of propel classes

[En] In Symfony, comments generated by Propel can sometimes be quiet big. With the 0.6.3 version there was no feature to do this. That's why i made this little batch. We could also imagine extend this snippet to remove all the comments off all php files of an application (for production). If you are using 1.0.0 just add in your "config/propel.ini" (1) :


[Fr] Dans Symfony, les commentaires générés par Propel peuvent parfois être assez gros. Avec la version 0.6.3, il n'y a pas de fonctionnalité pour ne pas les créér. C'est pourquoi j'ai fait ce petit batch. On pourrait aussi imaginer d'étendre ce snippet pour supprimer l'ensembles des commentaires des fichiers php d'une application. (en production). Si vous utilisez la 1.0.0, pas besoin de ce batch cette fonctionnalité est désormais incluse, ajouter dans votre "config/propel.ini" :

(1)

 propel.builder.addIncludes = false
 propel.builder.addComments = false


02/02/2007

» 2 great Symfony news

[En] The definitive guide to Symfony is out ! I have already received mine. You can order it on amazon.com It's really a great book witch covers all aspects of the Symfony framework. At the same time was released the RC1 version and now the RC2, the official "1.0.0 stable" is indeed very near. What is amazing is that you can read the book online for free as it is now the official documentation of the framework. Of course, i strongly encourage you to buy it, the work made on this framework is so awesome and moreover, having an official book (450 pages!) clearly shows the potencial and serious of Sf. It will be so easy now to convice our customers to switch their PHP applications to Sf... :)

[Fr] Le Definitive guide to Symfony est sorti ! Et j'ai déjà le mien (car pré-commandé). Vous pouvez vous le procurer sur amazon.com C'est vraiment un trés bon livre, il couvre tout les aspects du framework Symfony. Au même moment a été livrée la version RC1 et aujourd'hui même la RC2, la version offcielle "1.0.0 stable" est désormais trés proche. Ce qui est hallucinant c'est de pouvoir lire ce livre "online" gratuitement : c'est désormais la documentation officielle du framework. Bien sûr, je vous encourage vivement de l'acheter, ne serait-ce que pour le travail énorme effectué. De plus, avoir une telle documentation officielle (450 pages !) démontre clairement le potenciel, le sérieux et la perrenité de Symfony. Il sera désormais trés facile de convaincre nos clients de migrer leurs applications existantes vers Sf ... :)

The definitive guide to Symfony

» Autres billets / Other post