[Phpslash-devel] module registration and management proposal
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2003-11-07 16:20:40
|
How does this sound? We keep the current array in the config file for a core module ( like Blocks) and for those that like text file config. If the module block doesn't find the requested module in the _PSL array, it looks in a list of modules in a session array. The session array would require a db query on first use. The speed hit should be minimal. We should be able to quickly expand and test module API and management. You can always move the definition to the config file. The db table would allow module_id access too. Joe |