cakephp
How to do another action, but still show the same url in browser in cakephp
I want to call another action in cakephp . I want to run all the code in the action and render the view of that action. I know this can be done using $this->开发者_StackOverflowrequestAction(), but[详细]
2023-04-09 08:42 分类:问答Integrating CLI PHP with CakePHP
I have a nice functioning CakePHP 1.3.11 site and I need a scheduled maintenance CLI script to run, so I\'m writing it in PHP. Is there any way to make a cake-friendly script? Ideally I could use Cake[详细]
2023-04-09 08:22 分类:问答How to add class for form label defined in cakephp and then add jquery event
I have created a form in cakephp <?php echo $form->create(\'User\', array(\'action\' => \'login\'));?>[详细]
2023-04-09 07:31 分类:问答url helper in cake is returning 127.0.0.1:8888? Why?
I\'m using the cakephp url HTML helper like following: <?php echo $this->Html->url(array(\'controller\' => \'communities\', \'action\' => \'view\'), true); ?>[详细]
2023-04-09 04:51 分类:问答Best option for deploying a CakePHP web app to shared hosting
I have always edited code live on a site through an FTP connection in Coda or similar, however I\'ve just written my first PHP web app for user sign ups etc and I\'m very wary that i\'m going to need[详细]
2023-04-09 03:40 分类:问答How to remember a URL and redirect to the same URL after login and not to the default page
I am currently working in cakephp and is facing problem in redirecting a page. By default after login user is taken to a particular page. Now i want to change it a little but dont want to disturb the[详细]
2023-04-09 03:04 分类:问答CakePHP Select Query
Is there a way to select all fields from a specific table in CakePHP? So something like: $this->Model1->find(\'first\',[详细]
2023-04-08 23:51 分类:问答CakePhp: How to know the current local in the model?
I\'ve to develop a small website which is multi-lingual. This website is using an ERP database, so I cannot choose my database structure, ...[详细]
2023-04-08 20:50 分类:问答Collision of files when doing the "svn up" command via ssh
I\'ve been trying to update the server with the \"svn up\" command via ssh connection, and there was a notification saying that there is a collision of files - it was a jobs_controller file (cakephp).[详细]
2023-04-08 16:26 分类:问答Is it good to pass CamelCase controller name in Cakephp URL?
Sorry for this basic question I have a c开发者_StackOverflow中文版ontroller named \"UserProfiles\" it contain a function named \"view\".[详细]
2023-04-08 14:40 分类:问答