I am using cakephp v1.26. I got a function in a controller like this: class testingsController extends AppController{
I am making a simple message board开发者_如何学Python with some WYSIWYP function using cakePhp 1.26.
I am having trouble getting the Auth component do the redirects I want in a CakePHP 1.2.6 app. I have a login form that appears on all pages and I want to keep the user on the page he logs in on. Fo
I have been开发者_StackOverflow社区 using 1.2.6 and downloaded 1.3 to try it out. I am using wampserver with Apache 2.2.11. I have mod rewrite enabled. When I bake a new application using the cake 1.3
I have been trying a few migration scripts for CakePHP but I ran into problems with all of the in some form or another.
I have a list of ordered items, ordered according to the int field order. I\'m creating a gallery in CakePHP 1.2 that has a prev and next button and those should link to the previous and next item acc
I\'m working on retrieving a stack of data and for some reason some of the data gets corrupted. For instance, I\'ve got some Post models that each are related to Comment models (hasMany), and each of
I am trying to fetch the events data through a URL which will return JSON data. The same code is working with jQuery 1.3.2 but not with jQue开发者_开发问答ry 1.4.1
I am just learning CakePHP, so excuse me I am using CakePHP 1.2.5 Auth component with UsersController. User model contains two tables:
I\'m a newbie to CakePHP but got strange error. I\'m just testing it, how to implement many functions and got strange error. I have created a controller called about and got the following error: