Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/12/2011, 17:12
auska1714
 
Fecha de Ingreso: enero-2008
Mensajes: 9
Antigüedad: 16 años, 3 meses
Puntos: 0
Respuesta: Layout en un proyecto modular

@emiliodeg ahora mismo, el application.ini lo tengo así:

Código PHP:
[production]
phpSettings.display_startup_errors 0
phpSettings
.display_errors 0
includePaths
.library APPLICATION_PATH "/../library"
bootstrap.path APPLICATION_PATH "/Bootstrap.php"
bootstrap.class = "Bootstrap"
appnamespace "Application"
resources.frontController.params.displayExceptions 0

resources
.layout.layoutPath APPLICATION_PATH "/layouts/scripts/"

Database
resources
.db.adapter "pdo_mysql"
resources.db.params.host "*"
resources.db.params.username "*"
resources.db.params.password "*"
resources.db.params.dbname "*"
resources.frontController.moduleDirectory APPLICATION_PATH "/modules"
resources.frontController.params.prefixDefaultModule "1"
[staging production]

[
testing production]
phpSettings.display_startup_errors 1
phpSettings
.display_errors 1

[development production]
phpSettings.display_startup_errors 1
phpSettings
.display_errors 1
resources
.frontController.params.displayExceptions 
como puedes ver, el layoutPath ya esta definido, y como el nombre del layout.phtml no és necessario configurar el nombre con resource.layout.layout.

Por lo tanto no seria eso, alguna otra idea de lo que puede ser?

Salut!