Welcome Guest, Not a member yet? Register   Sign In
Ajax recommendation
#6

[eluser]whitey5759[/eluser]
The way I like to do it is yes, create my own JS file for each View so that there is NO Javascript at all in the actual View PHP, just a 'script' tag to include it. Directory wise I structure it like this:

/thewebsite/assets/css
/thewebsite/assets/images
/thewebsite/assets/js/views/theView.js
/thewebsite/system/application/views/theView.php

Nice clean seperation, and it also means that the JS will get cached by the browser and minimise your users downloads each time they refresh or re-visit a page.

Then your JS just calls functions in the corresponding Controller, and I get these functions to where appropriate return JSON so that in both PHP and JS you are dealing with objects (assuming that, like me, you return objects from your Model and not associative arrays), and not having to deal with objects in PHP, then arrays in JS, etc.


Messages In This Thread
Ajax recommendation - by El Forum - 04-13-2009, 11:52 PM
Ajax recommendation - by El Forum - 04-14-2009, 12:13 AM
Ajax recommendation - by El Forum - 04-14-2009, 12:21 AM
Ajax recommendation - by El Forum - 04-14-2009, 12:21 AM
Ajax recommendation - by El Forum - 04-14-2009, 12:28 AM
Ajax recommendation - by El Forum - 04-14-2009, 12:36 AM
Ajax recommendation - by El Forum - 04-14-2009, 01:02 AM
Ajax recommendation - by El Forum - 04-14-2009, 05:51 AM
Ajax recommendation - by El Forum - 04-14-2009, 06:04 AM
Ajax recommendation - by El Forum - 04-14-2009, 06:16 AM
Ajax recommendation - by El Forum - 04-14-2009, 08:44 AM
Ajax recommendation - by El Forum - 04-14-2009, 08:58 AM
Ajax recommendation - by El Forum - 04-14-2009, 09:01 AM
Ajax recommendation - by El Forum - 04-14-2009, 09:33 AM
Ajax recommendation - by El Forum - 04-14-2009, 12:58 PM
Ajax recommendation - by El Forum - 04-14-2009, 01:02 PM
Ajax recommendation - by El Forum - 04-14-2009, 05:15 PM
Ajax recommendation - by El Forum - 04-14-2009, 08:53 PM
Ajax recommendation - by El Forum - 04-14-2009, 09:28 PM
Ajax recommendation - by El Forum - 04-14-2009, 09:29 PM
Ajax recommendation - by El Forum - 04-14-2009, 09:52 PM
Ajax recommendation - by El Forum - 04-14-2009, 10:02 PM
Ajax recommendation - by El Forum - 04-14-2009, 10:34 PM
Ajax recommendation - by El Forum - 04-17-2009, 08:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB