Friday, June 11, 2010

Symfony - What is that?

Are you a php developer? Are you working with pure php without any frameworks?
Here you are, you better know what is Symfony.

I can simply say Symfony is a framework which is very similar to Ruby on Rails, RoR developers simply get the whole idea from this single word, but programmers who do not have ROR experience wont.

Symfony is a Php framework that will give you a rapid web development environment. I'll list down the features of symfony that will gives you a better idea.

Object Orient
Is provides you php oop features. Pre defined classes, methods, etc.

ORM - Object relational mapping
Symfony has default plug-in for ORM. This means that you no need to write SQL query any more while doing php developments.

Auto Generation
This is the very impotent feature that Symfony provides. With using some simple commands you can create a fully functional application, that means you created your,
Relational Model
Write some yml files
execute some commands, which creates
your database with tables and relationship between those tables
model, controllers and views
Now you perform functions like insert,delete,update,view with your application.
Next build your business process from that point

No comments:

Post a Comment