Possible Duplicate:
Call to a member function on a non-object
What is wrong with this line of code?
$this->Post->saveField('slug', $this->Text->truncate(Inflector::slug($post['Post']['title']),25,array('exact'=>false,'html'=>false,'ending'=>'')));
As it gives me the error: Fatal error: Call to a member function truncate() on a non-object in /nfs/c03/h01/mnt/12345/domains/jazz.com/html/app/Controller/PostsController.php on line 161
Should I be using something else? Like $this->request->data['title'];