Page 1 of 1

The page() function

Posted: Wed Dec 10, 2008 3:00 pm
by mykingla
I found many files have the function page() in the class.

But I can't find that where the function executed?

Re: The page() function

Posted: Wed Dec 10, 2008 4:40 pm
by Qphoria
There is no page class, it is simply set per controller.

There is a setting for the page drop down:

$view->set('action', $url->ssl('category', 'page', array('path' => $request->gethtml('path'))));

that is where the page drop down is triggered to call the page() function in that page

Re: The page() function

Posted: Wed Dec 10, 2008 5:16 pm
by mykingla
Ok, I understand now.  :)