Hey guys
I am about to write some back end software for my business. I want a system
that I can create invoices, clients etc... I can do this no problem. However
I want to write it in modules so its extendable in the future.
Like someone else can write a module for it and it can plug stright into my
system. I can't figure out a good way to do this in php. I was thinking of
hooks or something, but PHP does not support this.
Does PHP 5 have anything like this? Or does anyone else know a good way to
do it in PHP 4?
Any info appreciated.
Thanks
I am about to write some back end software for my business. I want a system
that I can create invoices, clients etc... I can do this no problem. However
I want to write it in modules so its extendable in the future.
Like someone else can write a module for it and it can plug stright into my
system. I can't figure out a good way to do this in php. I was thinking of
hooks or something, but PHP does not support this.
Does PHP 5 have anything like this? Or does anyone else know a good way to
do it in PHP 4?
Any info appreciated.
Thanks
Comment