Symfony, A Framework for PHP
- 1 Comment
![]()
Php programmers have another opportunity for showing there talent in doing the coding with the help of some framework. We all know that a normal php program contains a lot of general modules such as database configuration, style sheets, java scripts, ajax, php logic code, testing, debugging etc. Then, what a framework doing is, separate each of the above parts into different modules and the programmer can configure all as per his needs.
Symfony is such a Framework for php.
http://www.symfony-project.com
Symfony follows MVC architecture (Model View Control). For Model / Database manipulations it uses Propel.
http://propel.phpdb.org/trac/
It is an object oriented view of Database. Symfony also support version controlling and it is preconfigured with Server synchronizing program Rsync makes the uploading of site simple and easy.
I had done some sites in symfony.
Listed Below:
http://www.go3636.com





[...] . The architecture became very simple for me because I already has around 3 years of experience in symfony framework programming. But ruby seems more powerful when it stick on with rails as ROR [...]