Ajax Framework (CJAX) for Codeigniter 2.x+ |
[eluser]Ajaxboy[/eluser]
Hello... somenet, as specified in the CI Wiki.. all ajax controllers in Ajax Fw for CI go in application/response/ ( not application/controllers). There are two distributions of the ajax framework, be sure to follow these instructions: http://codeigniter.com/wiki/Ajax_Framewo...odeIgniter so copy in file: application/response/test.php function test, copy that: function test() { $test_array = array( 1 => ‘test1’, 2 => ‘test2’, 3 => ‘test3’ ); return $test_array; } } then you will be able to see the response you expect. -cj |
Welcome Guest, Not a member yet? Register Sign In |