cakephp-2.0
CakePHP 1.3 or 2.0.0-RC2?
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[详细]
2023-04-08 11:27 分类:问答CakePHP 2.0.0-RC2 Console baking error
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[详细]
2023-04-07 02:56 分类:问答CakePHP 2.0 RSS error (doesn't parse extension)
I\'m migrating one of my website from cake 1.3 to 2开发者_如何学运维.0 rc1 and I have a problem with my rss feed.[详细]
2023-04-05 02:40 分类:问答How to write Clean Code in Cakephp [closed]
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[详细]
2023-04-03 23:31 分类:问答Receiving email takes upto 3 hours
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\') {[详细]
2023-03-30 01:19 分类:问答CakePHP 2.0 not using my Ajax layout
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[详细]
2023-03-25 14:05 分类:问答Save data in MongoDB subdocument with CakePHP
In CakePHP I am trying to save data in a subdocument like this: $mongo = $this-&g开发者_开发问答t;User->getDataSource();[详细]
2023-03-18 01:17 分类:问答Why CakePHP 2.0 is not using my AppController?
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[详细]
2023-03-14 06:25 分类:问答CakePHP 2 can not find plugin
In CakePHP 2 I use @ichikaway\'s MongoDB plugin like this: public $default = array( \'datasource\' => \'mongodb.mongodbSource\',[详细]
2023-03-13 20:50 分类:问答Themes in CakePHP 2.0.0-dev
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?[详细]
2023-03-06 05:31 分类:问答