I want to start developing in an MVC framework, specifically CakePHP. I see they have released 2.0.0-RC2 and was wondering if it is a waste of time t开发者_开发技巧o start an app in 1.3 when 2.0 is r
I originally thought this error had to do with my path setup - I had separated the core from the app so I could work more easily with git
I\'m migrating one of my website from cake 1.3 to 2开发者_如何学运维.0 rc1 and I have a problem with my rss feed.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
This is my code I am facing problem in receiving mail it take up to 3 hours. Please help me. function sendMail($to, $subject, $template, $from,$params,$attachmentFile=array(),$layout=\'default\') {
I am in progress of migrating an app from CakePHP 1.3 to 2.0, and have noticed a pr开发者_高级运维oblem with the ajax parts of my app, in that CakePHP is serving up Ajax responses with the default.ctp
In CakePHP I am trying to save data in a subdocument like this: $mongo = $this-&g开发者_开发问答t;User->getDataSource();
I have just upgraded to Cakephp 2.0 alpha, and immediately faced a problem. The app_controller.php in the app/ folder is not loaded in my controllers. Instead controllers use the CakePHP own AppContro
In CakePHP 2 I use @ichikaway\'s MongoDB plugin like this: public $default = array( \'datasource\' => \'mongodb.mongodbSource\',
Trying to set up a mobile theme in CakePHP 2.0.0-dev, but it isn\'t working as it did in 1.3. Have there been any changes to the themes implementation in 2.0?