↧
Simple bash script to update Symfony2
As you noticed there are frequent maintenance releases of Symfony2, the 2.0.10 version is already out. To avoid doings thing manually I use this simple bash script to make the update: (It works with a...
View Article[Snippet] Bash script to generate Symfony2 doctrine files
Hi Symfonians ! Here is a very basic bash script to help generate files for a given entity of your database, useful when you don't want to reverse engineer all the tables: (replace MyBundle and...
View Article