Welcome Guest, Not a member yet? Register   Sign In
PyroCMS and modules
#1

[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
#2

[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.
#3

[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
#4

[eluser]InsiteFX[/eluser]
PyroCMS saves the modules information in the database.

InsiteFX




Theme © iAndrew 2016 - Forum software by © MyBB