I was looking at a jquery control/library/etc. that I wanted in CodeIgniter. I have it working but it's all manual no "integration." What does it mean to have it integrated into CI? How would I know when I was done? I'm not sure what I was even looking for when I said "I wanted it in CodeIgniter." I guess something like $this->load->mygrid($params, $moreparams...).
How much is too much? What's just enough? What's a good example of a good integration?
For example, take a grid, any grid. I can do things like includes but that's not an integration. I'd like to make it more dynamic.
Note: I'm not asking for someone to do it, just what it means. It could apply to any framework.
Thank you for any thoughts on this.