phpmady Posted May 4, 2010 Share Posted May 4, 2010 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 More sharing options...
ChemicalBliss Posted May 4, 2010 Share Posted May 4, 2010 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- Link to comment https://forums.phpfreaks.com/topic/200668-modules-management-in-cms/#findComment-1053028 Share on other sites More sharing options...
phpmady Posted May 4, 2010 Author Share Posted May 4, 2010 Hi, I am not using OOPS concept in my project, as you said. Thanks Link to comment https://forums.phpfreaks.com/topic/200668-modules-management-in-cms/#findComment-1053037 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.