What are some good ways to write PHP application with modules support?
- by Gabriel
Hi,
I'm starting to write a application in php with one of my friends and was wondering, if you have any advice on how to implement module support into our application.
Or is there a way how to automatically load modules written in php by a php application? Or should i just rely on __autoload function?
And we are not using any kind of framework, for now at least.