Hi
I'm embarking on a php crm project for my company. I've done a fair bit of
php programming.
I'm asking for advise on how to approach this. I want to do this project as
something I can sell afterwards.
Bascially I want to develop modules that talk to each other.
so index.php?module=whatever?action=whatever
Also I want to make an addon class so making an addon to this is rather
easy.
My main problem is, how do you make each module talk to each other. How do I
know what functions the clients module has?
How can I insert info into the client module from an addon class (on the
html page).
IE: I write the client module. Then someone writes a module that adds
pictures to clients. How can that clients module dislplay the picture
without knowledge of the addon class that the other person has made?
Make I make an array which passes the html from module to module and it
inserts it in?
I'm not too sure, I hope you can understand all this and give some feedback.
Thanks