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
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
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
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
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
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