cakephp-1.3
what actually is ran through the query
how can I debug a query that it what its going to run, like $this->Article->find(\'all\',array开发者_Go百科(\'id\'=>123)); is probably running something like[详细]
2023-04-01 14:20 分类:问答CakePHP set data for sending an email from a component
I have a component that connects to a remove data base for several different reasons. However the remote data base is not guaranteed up, so in case it is down I want to send an email alerting someone[详细]
2023-04-01 13:46 分类:问答Why does cakephp truncate a section of text in my mail?
I am c开发者_开发百科reating a html message with cakephp. Within this message there is a html table, with a really long amount of text in it.[详细]
2023-04-01 11:47 分类:问答Forms CakePhp 1 form multiple tables
I have two controllers partners and deals. When I add deal there is field partner id and in cakephp this generates a dropdown with all the partners. Is there away that if the user wants to add a new[详细]
2023-04-01 11:23 分类:问答Time redirection in cakePHP ?
header(\"refresh:5; url=\'pagetoredirect.php\'\"); we can use this if we want to redirect our page in 5 second ,[详细]
2023-04-01 11:05 分类:问答Is it possible in Cakephp it intercept a no action found event and handle it in the controller?
I would like to handle a missing action in one of my controllers in a default action. Now the default behavior is to throw an error. I would like to be able to have a default action in that controller[详细]
2023-04-01 08:17 分类:问答array dicing cfsimplexml object
I have an array like this [17] => CFSimpleXML Object ( [Key] => habteen.mp3 [Size] => 5931725 ) [18] => CFSimpleXML Object[详细]
2023-04-01 03:36 分类:问答In Cakephp how to retain Edit id when re-posting the url with a language parameter
I have a multilingual website with English and Arabic support. The URL of a generated edit page has the form:[详细]
2023-04-01 02:38 分类:问答Code completion for CakePHP in IDE
Someone recommended I \"use code completion\" and I realized that while my IDE has code completion, it doesn\'t recognize the large majority of methods and variables inherited from CakePHP\'s framewor[详细]
2023-04-01 01:56 分类:问答CakePHP authentication problem, allowedActions is not working
class CommentsController extends AppController { function beforeFilter() { parent::beforeFilter(); 开发者_运维技巧$this->Auth->allowedActions = array(\'add\',\'edit\');[详细]
2023-04-01 00:33 分类:问答
加载中,请稍侯......