-
06.05.10 - Send and Email with Symfony and Swift Mailer
Symfony 1.4 or 1.3 comes integrated with , we can send an email from every action with the next code:
-
07.03.10 - Create a theme for symfony admin generator
Create a theme for Symfony admin generator from zero is extremely difficult. A more easy choice is to copy it from an existing default one. We can do it following the next steps: In your proyect "data" dir create another dir named "generator" and into it another one called "sfPropelModule" Go to [...]
-
30.12.09 - Symfony, clear cache from an action
For application and environment clear cache: