Ajax Framework (CJAX) for Codeigniter 2.x+ |
[eluser]Ajaxboy[/eluser]
New Release Download: Quote:http://sourceforge.net/projects/cjax/files/CodeIgnater/ Changes: Full support for friendly URLS. You may access your controllers in any of the following ways: Code: ajax.php?controller=test&function=test&a=arg1&b=arg2 and so on. to use the last url, you will need to use the included htaccess.txt file and rename it into .htaccess. Although there is no need, If you want to use a query string outside of the parameters, use: ajax.php?controller=test&function=test&a=arg1&b=arg2&query_string=anything&query2=something You should be able to pass any query string within the parameters (arg1/arg2/arg3/arg4, etc. or a,b,c,d,e,f etc) Eg. Code: ajax.php?test/test/query1/something/someID/xyz/query5 access these query strings: application/response/test.php Code: class controller_test extends CI_Controller { See change log: http://code.google.com/p/ajax-framework-...GELOG4.txt |
Welcome Guest, Not a member yet? Register Sign In |