[jQuery] Re: jQuery + PHP MCV Framework

2008-01-15 Thread David
I just change the url in the plugins ajax calls. It isn't that difficult to find and change. -- David dynegara schreef: Hi guys, is anyone there using jQuery with php mcv framework like CodeIgniter / Cake ? how do you guys solving the problem url param generated by jquery example: abc.php?

[jQuery] Re: jQuery + PHP MCV Framework

2008-01-15 Thread Scott Trudeau
CodeIgniters' alergy to GET params is bizarre. I don't have any code for you; my jQuery + CI stuff has all been dead simple for AJAX; I just create a special controller for the few ajax calls I make and generate the URLs whole rather than using "params" ... One of these days I need to dig in and