Ver Mensaje Individual
  #9 (permalink)  
Antiguo 24/06/2009, 19:15
Avatar de SergeMedina
SergeMedina
 
Fecha de Ingreso: septiembre-2007
Ubicación: Guadalajara, Jalisco
Mensajes: 459
Antigüedad: 16 años, 7 meses
Puntos: 20
Respuesta: Aplicacion Modular con Zend Framework

Gracias, al final como quedo funcionando fue:

Código PHP:
application/
|-- 
Bootstrap.php
|-- configs
|   `-- application.ini
|-- controllers
|   |-- ErrorController.php
|   
`-- IndexController.php
|-- forms
|   `-- Login.php
|-- layouts
|   
`-- scripts
|       `-- layout.phtml
|-- log
|   |-- log
|   
`-- log~
|-- 
models
|   |-- ListaAcceso.php
|   `-- Users.php
|-- modules
|   |-- admin
|   |   |-- Bootstrap.php
|   |   |-- controllers
|   |   |   
`-- IndexController.php
|   |   |-- models
|   |   `-- views
|   |       |-- helpers
|   |       
`-- scripts
|   |           |-- error
|   |           |   `-- error.phtml
|   |           
`-- index
|   |               `-- index.phtml
|   |-- cliente
|   |   |-- controllers
|   |   |-- models
|   |   
`-- views
|   |       |-- helpers
|   |       `-- scripts
|   |           |-- error
|   |           |   
`-- error.phtml
|   |           `-- index
|   |               
`-- index.phtml
|   |-- spradmin
|   |   |-- controllers
|   |   |-- models
|   |   `-- views
|   |       |-- helpers
|   |       
`-- scripts
|   |           |-- error
|   |           |   `-- error.phtml
|   |           
`-- index
|   |               `-- index.phtml
|   
`-- test
|       |-- controllers
|       |-- models
|       `-- views
|           |-- helpers
|           
`-- scripts
|               |-- error
|               |   `-- error.phtml
|               
`-- index
|                   `-- index.phtml
`-- views
    
|-- helpers
    
`-- scripts
        |-- error
        |   
`-- error.phtml
        
`-- index
            |-- index.phtml
            
`-- logout.phtml 
Y el bootstrap principal no hizo falta agregarle alguna ruta extra. Gracias por la ayuda Gatorv
__________________
I see dead pixels