Jump to content

modules management in cms?


phpmady

Recommended Posts

Hi,

 

I am building a cms, where i wants to install new modules, uninstall modules.  I need some inputs from you guys, how to do this.

 

At present all my files in my admin folder look in this structure, with default menus

 

add_news_section.php

show_news_section.php

add_news.php

show_news.php

add_gallery_section.php

show_gallery_section.php

 

 

Thanks,

 

 

Link to comment
https://forums.phpfreaks.com/topic/200668-modules-management-in-cms/
Share on other sites

Modules need a common interface - something that guides the structure and use of the module in such a way that all modules, and all functions will know how to interact with the module.

 

In other words your best option is an Object Oriented mechanism. Though i am doubtful as to how far you can implement this strcture into your existing code.

 

-cb-

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.