Most likely, Iβm all about it differently. I am completely new to the structure.
The site that I am developing has two "parts" that are basically divided. Information / public half and half of the trade. I use the following directory structure:
--application
--config
--library
--public
I would like to have a URL structure when browsing products as follows:
/ view / category / model / version
This will pull up a specific product / revision, but I would also like to go back (view all versions, all models, etc.). I canβt figure out how to achieve this. My route is configured as follows:
Bootstrap.php
$front = Zend_Controller_Front::getInstance();
$router = $front->getRouter();
$route = new Zend_Controller_Router_Route(
'view/:cid/:sku/:rev',
array('module' => 'store', 'controller' => 'index', 'action' => 'index')
);
$router->addRoute('view', $route);
, ( , ) . , 1-3 ? ?
, , . - Zend Framework, .