I am getting \"Fatal error: Call to undefined function getSContent()\" with the included code but... as you can see: My function is right there!
Can any one explain me the working of Auth->authorize = \"actions\" In my project i am planning tp give this.
I have one team array an开发者_StackOverflowd want that team name every where to show team name.It is possible to built a global function which can return team name and I call that function from my vi
If I do a print_r($_SESSION) in my page.ctp I get: Array ( [Config] => Array ( [userAgent] => b3346028c15f82ac5d4b25c4f50d8718
I am learning cakephp, and I was just doing a simple Todo list app from a book. The app basically takes in a task from an input field, then you click \'Add Task\' and the task should be added to datab
I\'ve just started learning cakephp and have gotten the Blog example working except for the routing, I\'m still not quite sure how it works after reading many, many documents on routing (including the
I can\'t seem to import a plugin model when running controller from the cron_dispatcher.Here is a simple test result.
In 1.2 iused: $pluginPaths = array(CAKE_CORE_INCLUDE_PATH . DS. \'vendors\' . DS. \'plugins\' . DS); But.. in 1.3 we have the new plugins path, and i believe thats not
I recently started with CakePHP and so far I\'m loving it, specially the scafolding and bake. I\'m building a webapp that will manage applications to companies.(i.e., where have I applied to, with wh
I have a standalone class I wrote in PHP for some very basic LDAP/AD functions. and I would like to use this class in a project I am working on in cakephp.