[fw-general] Class Autoloader Troubles

2007-01-14 Thread David Rasch
I've run into a bit of trouble between the Zend Framework autoloader (Zend::loadClass) when trying to work with PHPUnit 3.0 The problem that I was trying to solve was to load PHPUnit after I'd enabled the Zend Framework class autoloader function __autoload($classname) { Zend::loadClass($class

[fw-general] bug in route

2007-01-14 Thread Jacky Chen
Hi there, i has wrtie a passport controller PassportController,there are three actions,loginAction,logoutAction,registerAction. When i invoke these action with a query string end up with index.php,and then the action was be redirect to the default action,loginAction. defaut route is: $router = ne