Are you using the create statement?  

$this->Appliedjob->create;
$this->Appliedjob->save($array);



On Wednesday, May 20, 2015 at 5:07:27 AM UTC-5, Clement Crownrise wrote:
>
> Below is the array of what is being filled in the form, this is what is 
> supposed to be saved in the database 
>
> Array ( [Appliedjob] => Array ( [jobid] => 2 [jobtitle] => Chashier 
> [companname ] => GTBank [firstname] => Clement [lastname] => Adetunji 
> [Email] => clementc...@gmail.com <javascript:> [upload] => 
> samlogs_r2_c3.jpg ) ) 
>
> But looking at the query table below the page, the sql insert statement is 
> not complete, it doesnt include other form fields
>
> INSERT INTO `cakephp`.`appliedjobs` (`firstname`, `lastname`, `modified`, 
> `created`) VALUES ('Clement', 'Adetunji', 1432040170, 1432040170)
>
> What could be the cause of this please ?
>

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

Reply via email to