After more than a year in development, the longly awaited 1.1 version is finally out.
Many blogs wrote with positivity about this release, describing all its new features.
I’have been using Symfony 1.1 from RC1 and I noticed that all developers work is behind the scene, as Fabien say, Symfony 1.1 is a very special framework release.
Furthermore, […]
Archive for the 'Symfony' Category
Will you use Symfony 1.1 or will you wait for Symfony 1.2?
Filed in: Symfony
sfSWFUpload Plugin for Symfony
sfSWFUpload Plugin for Symfony
I published my first symfony plugin in symfony plugin trac.
This plugin offers helpers that permit simple use and configuration of SWFUpload.
SwfUpload is a combination of JavaScript and Flash that provides advanced browser upload control.
SWFUpload Features:
* Multiple File Selection
* File Upload Progress
* Custom Limits for File Size and Number of Uploads
* Filter by […]
Filed in: Symfony
Speed symfony developing with eclipse snippets templates.
Eclipse Templates are a structured description of coding patterns that reoccur in source code.
Eclipse allows you to define templates for commonly used constructs, allowing you to insert them using the content assist tool (Ctrl+Space).
Even if Symfony successfully apply the Don’t Repeat Yourself (DRY) principle, many times, during developing, you have to write many times the […]
Filed in: Symfony
Criteria snippets, tools, links and suggestions
As many of you know, if you want to get something from database via Symfony you should build a query with help of Criteria() object.
Criteria class is a magic part of Propel and it works pretty well with easy queries.
But with custom joins, select distinct, complex criterion, subqueries, “custom group by” queries, it’s not so […]
Filed in: Symfony
Themes management system with symfony - step by step tutorial
After many many busy days, I finally have the time to write something usefull for all the symfony comunity and for all the programmers trying to learn this fantastic php5 framework.
This tutorial explains how to develop a themes management system in wordpress style with symfony.
My purpose is to give you a base and some ideas; […]
Filed in: Symfony
Sweetie icons for Symfony Administration
From sweetie.sublink.ca I have prepared for you a little collection of icons for your auto generated administration.
The package is ready to use. You only have to extract the zip archive Sweetie Icons over your:
/web/sf/sf_admin/images and enjoy with a new set of icons.
Very soon I will post an article with differents Style Sheets for the Propel […]
Filed in: Symfony
Symfony 1.1: Form helpers are deprecated
Symfony 1.1 release is very near.
Fabien created a new branch in svn repository called branches/1.1.
He explain that if you are planning to develop a new application compatible with symfony 1.1, you must swich from trunk/ to /banches/1.1.
The trunk will host the future 1.2 release and will be instable in the next weeks.
Meanwhile I […]
Filed in: Symfony
Best Symfony IDE: Eclipse PDT + Symfoclipse + Clay
The Symfony project is growing every day, both in dimension and number of developers.
I think that Symfony is the best PHP 5 Framework, but the elements that converts a framework to THE FRAMEWORK are not only a lot of features seamlessly integrated together, but also the IDE tools that helps the programmer and the analist […]
Filed in: Symfony
Easily translate the Generated Administration
In this article, I will explain how to easily translate an auto generated administration and i will ask all you to send me your tranlations.
I have attached here the spanish and italian translation files with sfGuard translation included, but if you want to tranlate all the administration in dutch for example, you only have to […]
Filed in: Symfony
Symfony 1.0.9 released
All 1.0.x versions are only bug fix versions.
6 weeks after the last version, Symfony 1.0.9 has been released.
It fix 18 known bugs and doesn’t add new functionalities.
These are the fixed bugs:
* r6203: fixed typo in the submit_tag() of the UrlHelper?.php (#2493)
* r6129: sfBrowser : ->click() also search for HTML button elements (#2342)
* r6125: sfRouting […]
Filed in: Symfony