[PHP] Re: CMS -- central module handling

2002-04-20 Thread michael kimsal
Lauri Vain wrote: > Hello there, Hello > > I'm seriously researching some aspects of writing a content management > system that would be 'relatively' easy to extend. > > My biggest problem is the ground level -- how should the central system > (that registers modules) work? Ideally, it shoul

[PHP] Re: CMS -- central module handling

2002-04-20 Thread Julio Nobrega
Hi! I have tried to make a complete modular php cms system. The hardest part was not selecting which modules to load, but their presentation. I don't know if what I did was good enough, i.e: the best implementatin, but somewhat was working. What I did was basically query a Mysql table, sel