There is no old() method.  See the pages controller to see how the
display() method gets called for everything and parses the path info
itself.

As far as placing it in the webroot/content: you might get that to work
... dunno and don't really wanna try ... maybe by playing with
$viewPath or filename.  Might be easy enough to create a
views/spages/default.thtml that has
   include "/path/to/webroot/content/$myfilename"
and have the controller
   $this->set('myfilename', ....)

But your milage may vary :/

HTH,
David


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to