PyroCMS and modules |
[eluser]DLhendup[/eluser]
Can anyone please tell me how pyroCMS is using modules to arrange the code/filesystem. I went over the files, and each module has it's own controller, model, view folders. What do I need to do to develop an application like that which has different modules. So, that I can achieve the following URLs. www.site.com/blog/view/post/1 blog = module view = controller/class post = method/function
[eluser]theprodigy[/eluser]
Take a look at Modular Extensions. https://bitbucket.org/wiredesignz/codeig.../wiki/Home Wiredesignz did an excellent job writing it, and is doing a good job at keeping it updated.
[eluser]Mr. Pickle[/eluser]
In this case it will be: blog = module (if exists in modules dir) and controller/class view = method/function post = param1 1 = param2
[eluser]InsiteFX[/eluser]
PyroCMS saves the modules information in the database. InsiteFX |
Welcome Guest, Not a member yet? Register Sign In |