Welcome Guest, Not a member yet? Register   Sign In
Codeigniter Clone In jQuery
#3

[eluser]Alex Lawford[/eluser]
Hi,

Thanks for the feedback!

I realize that the templating isn't specially powerful right now, but could I ask what it doesn't do that you that you would like to see it able to? Thanks for the links on that.

RE: security what I tend to do at the moment is have the 'model' side of the MVC very light from a javascript point of view, and then have that interfacing with PHP so only stuff relevant to the current user can be seen by them, and in a way I'm happy with. It's basically as you suggested. Clearly in most cases not everything can be javascript, for the reasons you outlined. I don't think any other implementation of this idea that I've come across (which are all much more complex.. jQuery MVC for eg.) have a solution for that.

3rd point: I suppose this is down to coding style. Do you mean that you tend to use multiple views in generating a single 'page'? This would, as you say, result in lots of server requests. One possible solution would be simple server side stitching together of those multiple views eg:

view1.html
view2.html
view3.html

But we request view_combined.php which just includes()s views 1, 2 and 3. Any other ideas?

Thanks!


Messages In This Thread
Codeigniter Clone In jQuery - by El Forum - 07-10-2010, 02:47 AM
Codeigniter Clone In jQuery - by El Forum - 07-10-2010, 01:35 PM
Codeigniter Clone In jQuery - by El Forum - 07-10-2010, 06:48 PM
Codeigniter Clone In jQuery - by El Forum - 07-10-2010, 08:34 PM
Codeigniter Clone In jQuery - by El Forum - 07-11-2010, 08:36 AM
Codeigniter Clone In jQuery - by El Forum - 07-12-2010, 09:58 PM
Codeigniter Clone In jQuery - by El Forum - 07-13-2010, 01:34 PM
Codeigniter Clone In jQuery - by El Forum - 09-24-2010, 02:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB