toxygene / rend

Automatically exported from code.google.com/p/rend
Other
0 stars 0 forks source link

Dispatcher dependencies in Model and new Form action helpers #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The updates to the model action helper and the new form action helper both
have code that tries to figure out directories for other modules.
Currently, this code is not very forgiving if you are not using Rend's
directory structure and the determination of paths is dependent on
Zend_Controller_Dispatcher_Standard. As a result, modifying the directory
structure will probably break these helpers and using a custom dispatcher
will probably do the same.

Rend should probably have an abstract dispatcher that implements the
additional methods and make it the minimum requirement in the front controller.

Original issue reported on code.google.com by justin.h...@gmail.com on 23 Jun 2008 at 3:55

GoogleCodeExporter commented 9 years ago
Zend has moved various methods into the dispatcher interface, so there is no 
need for
a custom dispatcher in that respect. There will still be issues with 
non-standard
path structures, though Zend_Tool may fix that problem. In the short-term, Rend 
will
simply not work with non-standard directory structures until the Zend_Tool 
updates
have been finalized.

Original comment by justin.h...@gmail.com on 29 Oct 2008 at 4:26

GoogleCodeExporter commented 9 years ago

Original comment by justin.h...@gmail.com on 29 Oct 2008 at 4:30