For purposes of discussion, I'd like to ask this: what is the effect of hmvc on grocerycrud? Let me clarify.
There are videos on youtube that explain how to download and incorporate the hmvc library into codeigniter. And then we may later add grocerycrud to codeigniter/hmvc.
Even before we add grocerycrud, there is a documented problem that callbacks don't work in the codeigniter/hmvc setup. David Connely offered a solution. I don't know if there is still a need to use the solution when codeigniter is blended with both hmvc and grocerycrud. Anyway, this is just one situation.
Grocerycrud isn't just another php library that is incorporated to the mix. It also includes jquery and bootstrap, together with a bunch of javascript and css files. I'm not sure if having CI with HMVC makes a better blending of all these codes or if some adjustments have to be made for them to work properly together.
So, my specific questions are:
- Are there grocerycrud functions that would not work properly with hmvc installed?
- What are some things we should remember to do or not do when we use codeigniter/hmvc/grocercrud?
- Does grocerycrud work better and faster with hmvc libraries installed in codeigniter?
Thanks in advance!!!