BTW, the views/pages/about works fine though, but if i wanted to be able to
do domain/about then i need to use the controller?
On 3/10/07, Louie Miranda <[EMAIL PROTECTED]> wrote:
>
> How would i do that here?
>
> about_controller.php
> <?php
>
> class AboutController extends AppController
> {
> var $name = 'About';
>
> function index()
> {
> //$this->set('abouts', $this->About->findAll());
> }
>
> }
>
> ?>
>
> --
> Louie Miranda ([EMAIL PROTECTED])
> http://www.axishift.com
>
> //JSM-W
>
--
Louie Miranda ([EMAIL PROTECTED])
http://www.axishift.com
//JSM-W
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---