Top "Cakephp-1.3" questions

This tag relates to the 1.3.x branch of CakePHP MVC framework.

CakePHP Cookie/Session problems

I am having issues with my CakePHP application. This seems to be happenining only in IE, and only on certain …

internet-explorer session cakephp cookies cakephp-1.3
how to get id from url in cake php

This is my action URL of which I'd like to get the 16. http://localhost/carsdirectory/Galleries/add/16 Please help me.

php cakephp cakephp-1.3
Incrementing Cakephp database field by a value

I have this field whose value i have to increment the field value by a specific value. I am using …

cakephp cakephp-1.3
Migrating from Cake 1.3 to 2.0 and beyond - migrate existing, or only use for new?

I'm nearling completion of my first CakePHP-driven website and just saw they're already working on CakePHP 2.0 (not the stable release …

cakephp migration cakephp-1.3 database-migration cakephp-2.0
Disable CakePHP DebugKit

I recently installed the insanely useful DebugKit plugin for my CakePHP projects and I just realized that something wasn't working …

cakephp cakephp-1.3
How do I use the findBy magic find functions WITH $fields optional parameters?

Was considering utilizing the magic findBy functions on a model today and encountered an issue when attempting to set optional …

cakephp cakephp-1.3
How do I make cakePHP's form helper 'create' action use a custom id?

I'm building a site that requires multiple forms for the same model in varying numbers throughout a single page. These …

php forms cakephp-1.3 models
Should I use App::import('Model', ...) or ClassRegistry(...)?

Because of other answers (like this), I'm just wanting to clarify what should be used in CakePHP 1.3. Specifically, I have …

php cakephp frameworks cakephp-1.3
CakePHP: auto-set model create and update dates

Is there a way to configure CakePHP models to automatically set timestamps, such as created_on and updated_on, when …

php datetime cakephp model cakephp-1.3
CakePHP HTML link

I am trying to use CakePHP HTML Linker for the following code <li class="iAdd"><a href="…

cakephp cakephp-1.3 html-helper