thanks for your responses.

I took that part:


<?php
$route = new Zend_Controller_Router_Route(
    'author/:username',
    array(
        'controller' => 'profile',
        'action'     => 'userinfo'
    )
);

$router->addRoute('user', $route);



but I got a fatal error: Call to a member function addRoute() on a
non-object,
and the Zend_Controller_Router_Route class IS LOADED..
-- 
View this message in context: 
http://www.nabble.com/controller-question---not-that-obvious%2C-I-guess-tp17575599p17576104.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to