On 2/19/07, Mech7 <[EMAIL PROTECTED]> wrote:
>
>
> What do i need to add to get pagetitle to work when i just use
>
> $this->pageTitle('Test');
>
> in my controller i get an error that the function is not available :(
>
> Fatal error: Call to undefined method PostsController::pageTitle() in
> E:\xampp\htdocs\portfolio\app\controllers\posts_controller.php on line
> 19Since pagetitle is not a function, you should write like this: $this->pageTitle = 'Test'; -- ======================== http://riky.kurniawan.us ======================== --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
