Skip to content

Commit

Permalink
Update configuration.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
tranfuga25s committed Dec 17, 2014
1 parent 2b5dbb0 commit ac24862
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions es/development/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,16 @@ bakers, pastry\_stores, and savory\_cakes.
Add information about specific options for different database
vendors, such as SQLServer, Postgres and MySQL.

Additional Class Paths
======================
Rutas de Clases Adicionales
===========================

It's occasionally useful to be able to share MVC classes between
applications on the same system. If you want the same controller in
both applications, you can use CakePHP's bootstrap.php to bring
these additional classes into view.
Ocacionalmente es util la habilidad de compartir clases MVC entre
aplicaciones del mismo sistema.. Si quieres tener el mismo controlador
en dos aplicación, puedes utilizar el archivo bootstrap.php de CakePHP
para traer esas clases a tu aplicacion.

By using :php:meth:`App::build()` in bootstrap.php we can define additional
paths where CakePHP will look for classes::
Utilizando :php:meth:`App::build()` en bootstrap.php podemos definir
rutas adiciones en donde CakePHP buscará por clases::

App::build(array(
'Model' => array(
Expand Down Expand Up @@ -201,15 +201,15 @@ paths where CakePHP will look for classes::

.. note::

All additional path configuration should be done at the top of your application's
bootstrap.php. This will ensure that the paths are available for the rest of your
application.
Toda ruta adicional configurada debería de ser hecha al principio de el archivo
bootstrap.php de tu aplicacion. Esto asegura que las rutas agregadas estan disponibles
para el resto de la aplicación.


.. index:: core.php, configuration

Core Configuration
==================
Configuración del nucleo
========================

Each application in CakePHP contains a configuration file to
determine CakePHP's internal behavior.
Expand Down

0 comments on commit ac24862

Please sign in to comment.