By: Dustin Weber
Yeah, I’m down with it. I’ve known it’s power ever since I started tinkering with Rails, but hadn’t truly applied it in the PHP arena. I think it’ll work out swell. I haven’t passed on Ruby either,...
View ArticleBy: Anonymous
The scaffolding can come in so handy. It is the best part of whole thing. I use it often,.
View ArticleBy: Dustin Weber
Taking advantage of the scaffolding is definitely a hugely powerful aspect of Cake (and other MVC frameworks that offer scaffolding). It can really save some time and effort in the pre-beta stage. -...
View ArticleBy: Mark Crane
CakePHP looked interesting until I found it didn’t yet support PDO (PHP data objects). If CakePHP is the most popular framework that scares me a bit since it is a slow on supporting PHP 5 features ie...
View ArticleBy: kuman
I tried my hands on CakePHP once (about half-year ago) when I was evaluating a few frameworks for my project. I didn’t appeal to me coz it seems awkward to have to define the data relationships. I wish...
View ArticleBy: AceMacaro
Never known any framework, my code in php are disgusting. I have to write all the codes at the upper section of my .php. I been learning cakePHP for a week now, and at first its kinda frustrating, for...
View ArticleBy: derek
Symfony works PHP5’s PDO class library and this in not supported at cakePHP since cake supports PHP 4 as well..
View ArticleBy: Remo Harsono
Probably the worst part of CakePHP is its documentation for new CakePHP users. I think CakePHP Documentation Team should learn from what PHP Documentation Team has done to new PHP users. I think PHP...
View ArticleBy: Jim
Cake falls short on the “intuitiveness” part of a framework – you have to go to the docs for everything, since there doesn’t seem to be much of coherence to the syntax or the structure. Additionally,...
View ArticleBy: Dave K
I just moved companies and the new joint is all PHP, I came from a place which evaluated a bunch of technologies and eventually settled on Django and now I’m spending time evaluating PHP’s various...
View ArticleBy: Jeremy
I don’t understand combining both php 5.0 and php 4.0 compatibility for any one framework. Couldn’t they split into two parallel frameworks or even 2 separate projects? One for 4.0+ and one for 5.0+...
View ArticleBy: pawan sharma
hello friends, I love Cakephp. i want the best e-book of CAKEPHP e-book with project practice. if you have please send me. My email is pawansharma13@gmail.com. Thanks
View ArticleBy: benny l.e.p
cakephp it’s easy , i agree it’s lack of documentation but if you dig further, you will never look in to another framework, if you need advance documentation you should look in http://api.cakephp.org
View ArticleBy: octavio
The way cake create relation in the model is stolen from the on rails filosofy, whcih for me is better. I think Symfony is a good one.
View Article