Utility of php framework

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
mukesh_baba
Forum Newbie
Posts: 1
Joined: Wed Nov 09, 2011 5:45 pm

Utility of php framework

Post by mukesh_baba »

Dear Team Member

I am fresher to php,i have developed small applications in php using xampp server,Dreamweaver CS
but i am not able to understand what is framework and which framework i am using please brief me about this
mikeashfield
Forum Contributor
Posts: 159
Joined: Sat Oct 22, 2011 10:50 am

Re: Utility of php framework

Post by mikeashfield »

There are lots of PHP frameworks (1 Yii,CodeIgniter, CakePHP, Zend, Symfony, to name just a handfull); I guess you would be using any particular framework without knowing it, as the main use for using a framework is to make better use of MVC (database interaction, presentation layer, application logic).
Post Reply