Hi,
I have completed the blog tutorial up to the add.ctp section.
The link from the view is hitting the add.ctp file but I am getting a
"Call to a member function on a non-object" error on the first line of
the PHP code:
<h1>Add Post</h1>
<?php
echo $form->create('Post');
//echo $form->input('title');
//echo $form->input('body', array('rows' => '3'));
//echo $form->end('Save Post');
?>
Any suggestions of where I may be going wrong?
Thanks,
Lokase
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---