Tech Blog
There is nothing as precious as sharing. We would like to share our expertise with you and receive your input.
Please visit our Tech Blog regularly to find the updates on the cutting-edge technologies applied for multiplex web solutions development: learn about AJAX and why it enjoys tremendous popularity nowadays, find out why to use Zend Framework and some secret places of it, as well as how Flash application can streamline website operability, master techniques of your own video server development, etc.
Learn what WE know. Share what YOU have discovered.
-
Creating router for tree strucrure of a site in Zend Framework.
13.08.2009When using standard Zend Framework’s routing – default scheme of building URI/module/controller/action/parameter 1/value 1/…/…../ is used. We can change a method of URI recognition with a help of routers and create any possible routes, but one issue still remains – only one unique controller and one action with a list of parameters will be assigned to one route. According to this only one action executes for one web-page and this action must build the entire web-page. This approach is clear for developer and follows MVC paradigm, but not very suitable for creating CMS (content management system).
EggmenGroup LLC © 2010