cakephp-1.2
Can we have Multiple Admin Routing in Cakephp?
I want multiple admin routing.开发者_C百科. One for Admin another for CLients.. is this possible. if not whats the best way to get around to this ?[详细]
2023-01-18 03:13 分类:问答CakePHP 1.3 Plugin Shortcut Route
I searched a lot around the web but I couldn\'t find any specific sollution to this. In CakePHP 1.3, different from 1.2, if you had a controller inside a plugin, and both had the same name, you could[详细]
2023-01-16 23:38 分类:问答Are comments in CakePHP Code really even used/necessary?
Reading through the core and looking at nearly all of the helpers/plugins etc. that are available, I notice there are a lot of comments.[详细]
2023-01-13 23:16 分类:问答How to Master/Slave switch, load balancing in CakePHP
I need to implement master/slave/load balancing into an existing site. Does anyone use these (or other) implementations for master/slave switching?[详细]
2023-01-12 23:48 分类:问答What you would do to a URL that contains some special characters
I am using cakePHP 1.26 I got an Input Text box which contains a URL and I want to submit the URL开发者_如何学Python and stored it in the Database using Jquery AJAX.[详细]
2023-01-09 23:19 分类:问答Submit a URL as data in cakePHP
I am using cakePHP 1.26. I got an Input Text box which contains a URL and I want to submit the URL and stored it in the Database using Jquery AJAX.[详细]
2023-01-09 23:04 分类:问答Couldn't receive any data using jQuery AJAX in CakePHP
I am using CakePHP 1.26. I was trying to use jQuery Ajax to pass some sample data to a function in a Controller but failed to do it.[详细]
2023-01-09 14:33 分类:问答What value will be returned when a Table got updated?
I am using cakePHP 1.26. I was trying to update a Table using these lines of code: $c = \"helloworld\";[详细]
2023-01-09 14:29 分类:问答How to remove unwanted characters
I am usi开发者_高级运维ng cakephp 1.2. I am using httpsocket get method. It works well. But the content is enclosed by quotes..[详细]
2023-01-09 03:34 分类:问答A question about the Set() component in cakePHP
I am using cakePHP 1.26. In a controller, I got a function: function testing(){开发者_如何转开发[详细]
2023-01-08 19:22 分类:问答