What are some good ways to write PHP application with modules support?
Posted
by Gabriel
on Stack Overflow
See other posts from Stack Overflow
or by Gabriel
Published on 2010-05-16T11:35:43Z
Indexed on
2010/05/16
11:40 UTC
Read the original article
Hit count: 282
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.
© Stack Overflow or respective owner