cakephp-1.3
How to use complex query in cakephp?
I am trying to do a query inside my model and call it in my controller, but for some reason I get some errors. Here is my model:[详细]
2023-04-10 17:14 分类:问答CakePHP Subdomain Cookies
I\'m 开发者_如何学JAVAtrying to make a user session in CakePHP persist across all subdomains. All subdomains point back to the same Cake app and are routed to their respective controllers. for example[详细]
2023-04-10 17:03 分类:问答How to connect Cakephp 1.3 with MS SQLServer 2008?
I can\'t connect to MSSQL Server. I\'ve been researching for 2 days, yet I can\'t find any useful resources. This is the error I\'m getting:[详细]
2023-04-10 15:51 分类:问答CakePHP route '/*' breaking access to subfolders
I\'m just starting with CakePHP and I have a question. The idea is to have URLs like this: domain.tld/some-title-of-a-page[详细]
2023-04-10 12:10 分类:问答CakePHP containable and paginate - deep associations not appearing
I\'m trying to use containable in a paginated query.The code is below, in full. $this->paginate = array([详细]
2023-04-10 11:31 分类:问答Pass back an id for a new record in another model to the controller
I am creating a small and simple warehouse application (for assets). I want to log all operati开发者_开发技巧ons so I made an afterSave method in Asset model.[详细]
2023-04-10 06:28 分类:问答CakePHP: How can redirect to a new web page with html anchor <a>... </a>?
The comment form => echo $this->Form->create(\'Comment\',array(\'url\'=>array(\'controller\' => \'comments\', \'action\' =>\'add\', $listposts[\'Post\'][\'id\']) ) );[详细]
2023-04-10 05:38 分类:问答cakephp, how to store variables to be reusable inside another functions?
ihave a controller with multiple functions that have a variable inside them. I would like to access those variables from another function. Any ideas?[详细]
2023-04-10 04:39 分类:问答cakephp: Order by using counterCache
I have two model. Below Model descibe Relation between them. class DebatePost extends AppModel { var $name = \'DebatePost\';[详细]
2023-04-10 04:32 分类:问答Logs Files will reduce the website speed in cakephp?
Sorry for this basic question I logging($this->log()) lot of things from all controllers in my live site. My tmp/logs folder contain around 1 gb of log files, whether this will reduce the 开发者_如何学[详细]
2023-04-09 21:43 分类:问答
加载中,请稍侯......