Hello there,
My problem is I need to now how to make a request that does not goes
all the way through the
architecture. I'm wondering how to get all the functionality (helpers,
Internationalization, etc)
you get on views and layouts in regular pages since if I have /app/
webroot/page1.php that page
does not recognize $html-> or _() etc...
Can one request layouts/views/elements without the controller going
all the way to the
database. Which is the correct way to call/show pages that may not
even need a controller
getting all functionality?
In a controller I had
function index() {
$this->layout = 'pages';
$this->pageTitle = 'Servicios';
}
But still even when i'm not doing any find() or db call I get errors
in relation to db.
In an app that has no data source (I know it may sound weird) what
config should it be done for
correct performing.
Thanks a lot.
Regards
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---