Re: Cakephp Inline Editing

2015-11-02 Thread Praneel Kishor
Aha Thanks for the help. I'm working on function add() I'm trying to get user input and calculate hours from the start and stop date provided by the users. I'm not able to have the calculated $hours to save in the database together with rest of the user inputs. $starttime = $this->req

Re: Cake Blog Tutorial

2008-02-25 Thread Kishor
Thank you very much Samuel. On Feb 25, 7:06 pm, "Samuel DeVore" <[EMAIL PROTECTED]> wrote: > http://book.cakephp.org/view/66/models#automagic-model-fields-68 > > if they exist they are managed by cakephp > > > > On Mon, Feb 25, 2008 at 12:29 AM, Kishor

Cake Blog Tutorial

2008-02-24 Thread Kishor
Hi friends I've implemented cake blog tutorial from cake manual and it's work perfect.But i'm confuse how cake model save method works.Means this blog tutorial use posts table CREATE TABLE posts ( id INT UNSIGNED AUTO_INCREMENT PRIMARY KEY, title VARCHAR(50), body TEXT, created DA

Cake Blog Tutorial

2008-02-24 Thread Kishor
Hi friends I've implemented cake blog tutorial from cake manual and it's work perfect.But i'm confuse how cake model save method works.Means this blog tutorial use posts table CREATE TABLE posts ( id INT UNSIGNED AUTO_INCREMENT PRIMARY KEY, title VARCHAR(50), body TEXT, created DA

Model function issue

2008-02-13 Thread Kishor
modified`)VALUES (NULL , 'hey', 'kishor', '', '')"); print_r($this->Post->findAll()); ##Above function prints all records but not print latest inserted record print_r($this->Post->findByTitle('hey')); ##Above fu

Complete source code of any project with cakephp

2008-01-18 Thread Kishor
Hi folks, Cakephp is new for me I go thr cake manual but i required source code of any project build on cake.I downloaded some project from cakeforge.org but it not run properly.Also i am facebook developer i find that myfacebook project on cakeforge.org but no source code found.Can any one