Its not that $this->sendEmail() is a bad example.  I was only using that as 
an example of how $this->[anything] is not working.   Including 
$this->request->url or if I add another function underneath that function 
and do 

public static function handle($error) { 
    $this->functionInTheSameClass(); 
}

Really the whole thing is just not working as expected when I do exactly 
what is in the documentation.   Like when I do the AppExceptionRenderer 
thing in the book, the AppExceptionRenderer.php file is never found in the 
/app/Lib/  directory, and I get nothing but uncaught exception errors. 

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to