Hi there,
I have a full version of Expression engine running on my site, and I now want to incorporate grocery crud into elements of the site.
What is the best way of doing this?
I currently do a really basic html iframe include which I suspect is not the best way of doing it.
So in Expression Engine I use the great templating system and it also uses controllers in a directory;
system/expressionengine/controllers
Code Igniter puts the grocery crud controller in;
application/controllers
What is the best way of combining them?
Do I just call the php script used in Grocery Crud as an include within one of my Expression Engine templates?
I would like to use the ability to stop people looking at my Grocery Crud database without being logged in by using Expression Engine templates.
Any tips appreciated as to the best way to do this.
Many thanks,
Piers