Hi i am new to cake php, how to insert data in to cakephp, i am using
PostgreSql please help me out.

$strDate="12-12-2010";
$IngCDLog_Type=".gif";


pg_exec($conn,"INSERT INTO tblcdlog(dtmcreated, strcdno,
lngcdlog_type, blnsuccess) VALUES ('$strDate', 'Unknown CD',
$lngCDLog_Type, '0')");

please any one help me, how to convert the above query into cakephp.

thanks in advance

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to