Hello.
I'm trying to use a temporary table but i'm stuck with this error:
"Error: Database table paths_temps for model PathsTemp was not
found."
The debug show the query creating the table but when i try something
like:
App::import( 'Model', 'PathsTemp' );
$p = new PathsTemp( );
$data['url_id'] = 1;
$data['scheme'] = 0;
$data['path'] = "/contact";
$data['created'] = '2008-10-10';
$data['flag'] = 1;
$p->save( $data );
Nothing happens ;/
Sorry my english.
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---