its like suppose  i m using more than one controller so when i try to invoke
controller other than indexController ,its not executed and in my index. php
i have added  
    // setup controller
$frontController = Zend_Controller_Front::getInstance();
$frontController->throwExceptions(true);
$frontController->setControllerDirectory('./application/controllers');
// run!
$frontController->dispatch();

and one more thing i have disabled file .htaccess which is containing some
varialbes becoz once i keep that file into main directory my that directory
i can c on server dont know y? if u can help me plz .........my that
.htaccess file contains dis variables 
RewriteEngine on
RewriteRule .* index.php
php_flag magic_quotes_gpc off
php_flag register_globals off

-- 
View this message in context: 
http://www.nabble.com/error-if-i-use-more-than-one-controller-tf4192235s16154.html#a11923516
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to