Category Archives: Symfony 1

Clean URLs for Multiple App on Symfony

Heres one solution on how to implement clean URLs on Symfony1 when you have 2 or more applications in one project.

For this example I have 3 applications on my symfony project, frontend (the default), backend and blog. With this setup i will have 6 controllers:

  • index.php
  • frontend_dev.php
  • backend.php
  • backend_dev.php
  • blog.php
  • blog_dev.php
Posted in PHP, Programming, Symfony, Symfony 1 | 1 Comment

Symfony2 Book in PDF

I was supposed to read the Symfony2 tutorial today but unfortunately the site is down??? It might be my internet connection!

Anyway, googled around and found a pdf version of the Symfony2 Book by  Eugene Boyarynov English Version.

(more…)

Posted in Anything Goes, PHP, Symfony, Symfony 1, Symfony 2 | 2 Comments