cardivvy·14 ปีที่แล้ว·discusshere is my single page app www.cardivvy.comits simple app using api to get list of car2go available cars, parking spots, with a simple Google Map mashup.it isn't DOM->Model->View structure. its simple call to api to retrieve json using php and javascript and php/html presentation.any generalized suggestions about how to do this as DOM->Model->View structure?where does the api call fit? in DOM
its simple app using api to get list of car2go available cars, parking spots, with a simple Google Map mashup.
it isn't DOM->Model->View structure. its simple call to api to retrieve json using php and javascript and php/html presentation.
any generalized suggestions about how to do this as DOM->Model->View structure?
where does the api call fit? in DOM