AjaxFw (CJAX) For CodeIgnater 5.0 Stable |
[eluser]mmmx[/eluser]
[quote author="Ajaxboy" date="1355077660"]Can you provide an example how you are using it?, the url usage it's pretty straight forward using ajax.php?controller/function/var1/var2 etc,, please see url styles doc: http://cjax.sourceforge.net/docs/passing_parameters.php and http://cjax.sourceforge.net/docs/url_styles.php[/quote] Thi is my file application/response/parmetro.php controller Code: <?php First, if I call: ajax.php?parmetro or ajax/parmetro I get output from function parmetro() not from function index() Second: in any case if I call any function of this controller I can't get uri_string() function from standard url_helper to give me the uri segment, both if i have in the url ? or /. I need it to have a callback to work On the countrary everything works as expected if i put the same controller in the ordinary controllers/ folder (but then can't use ajaxfw ![]() |
Welcome Guest, Not a member yet? Register Sign In |