|
|||
|
I want to change viewSuffix in my controler class
ex. public function IndexAction(){ $this->db = Zend_Db::factory('Pdo_Mysql',array( 'host'=>'localhost', 'username'=>'chonny', 'password'=>'******', 'dbname'=>'my_db')); $this->viewSuffix = 'php'; } View folder /model/scripts/{controllrName}/{ActionName}.phtml //work. /model/scripts/{controllrName}/{ActionName}.php //not is it a bug ? |
|
|||
|
i have the same problem... someone with a fix????? HEEEELP!!!!
__________________
Website design |
![]() |
| Thread Tools | |
| Display Modes | |
|
|