Application Flow

Permalink
hi,

i just read the page about the application flow (http://www.concrete5.org/documentation/introduction/the-dispatcher-understanding-the-concrete-applic/). I am actually developping (or trying to do it !) a web app integrated with C5.

My application will be integrated in a central C5 site. My app will share the DB of this site. My customers have independant website (made or not with C5).

To resume, it's a web app for appointment for doctors, psychos, ... I want to use the DB of my central C5 site with horizontal key partitionning of mysql (in order to separate the datas by clients in the DB).

So, i have the idea to use a js script which creates an iframe in the customer site and the content of the iframe will be some single pages corresponding to my web app.

So, when i read that: "This is done so that multiple concrete5 websites can share one set of files on a given server.", i am very very interesting to understand it, before to do nonsense things and not to use the good architecture of C5.

Can anyone explain me this part ? An iframe is not the good way to do it ?

thanks by advance