Wednesday, April 08, 2009

What is PHP FrameWork? And which one is good?

Frameweork is something which helps you do not reinvent the wheel again. For example, think of a authentication system. Obviously it would be having users table in database and needs the CRUD operations. How it would be if by configuration , a system gives you nearly all the functions to manipulate the user table. Or think a self build caching system, or session handling system up in just a few config settings.

Simphony is something matching ruby on rails framework and is very good. But if you do not intend to build high end applications or is light weight application your aim go for CodeIgnitor.

No comments: