php framework
(Click here to view the original thread with full colors/images)Posted by: boomyag
programming based frameworks-that is what going right now...
in php there are many frameworks...
i like and used (for almost a year) cakephp framework...
http://cakephp.org/
its based on MVC pattern(Model-View-Controller)
also its object oriented php language
but the great power of 'cake' is that its really easy to use,
very friendly and have some big communities.
the framework is built almost perfect so it saved a lot of time
and time is money...
so,the programmers that know php here,this is for you guys
enjoy...:):):)
btw there is many php framework such as symphony ,zend and more...
Posted by: tesco
Looks very good, thanks.
I've always just used vBulletin's code to power my sites...
But this looks more optimized for general use while vbulletin is optimized for itself (forum).
Posted by: boomyag
well try to programm in cakephp and you will find that its really simple and fast...
try read the manual in the site...
Posted by: christoph2k
I tend to write all my own code, rather than using a framework. I think that the benefits of using cake or another frame work would only be minimal. As I'm sure it would be easier to spot errors if you knew the entire code in side out, as you would if you wrote it. Unless anyone else can persuade me otherwise?
Posted by: businesscredit
well try to programm in cakephp and you will find that its really simple and fast...
try read the manual in the site...
This is what my programmer friend told me, since I've been using CMS for my sites and got me some troubled issues especially regarding security. This is what he recommends me to build a powerful website.
