Ajax Framework (CJAX) for Codeigniter 2.x+ |
[eluser]bielco[/eluser]
In the folder I extracted I have: application/ cjax/ ajax.php ajaxfw.php examples.html htaccess.txt So first question is how do I install, I don't see a controllers folder and I don't see a testing.php file? ================================= I had indeed the same problem, the install documents are very vague, and they always assume you install your framework in the website root. But despite, i always install the framework OUTSIDE the website root. Because of that i seem not to get it working. So i copied the controller, responds and views to the application, and i copied the cjax folder to the public dir (which is my web-root) and i copied ajax.php and ajaxfw.php to the website root (which is public dir as you know in meanwhile). Ofcourse i had to change ajax.php so application and system-folder where pointing to the right path on my server. Then i tried to run http://mywebsite.com/ajax.php/test/test The result is a nice white screen, with nothing in head and nothing in the body. So anybody any idea how i can make this work ? |
Welcome Guest, Not a member yet? Register Sign In |