Welcome Guest, Not a member yet? Register   Sign In
Cjax 5.9 RC (CodeIgniter Ajax Framework)- Released!
#1

(This post was last modified: 08-29-2016, 12:47 PM by phpajax.)

Update:
Cjax RCx has been released: Download --- https://github.com/ajaxboy/cjax/releases


Hello everyone!,


I have exciting news,  just released  5.9 RC of the Cjax Framework (Library for CI),  includes more than 70 demos, examples and documents.

5.8 has been a super stable release, but it wasn't compatible with CI 3.x. I have taken the steps to ensure that 5.9 is fully supported integrated library in CodeIgniter.

It is ready for you, to jump into it.  This was suppose to be a maintenance release but there were alot of improvements made, so I am making it a release candidate, so you can try it out. This is production ready, but again  - making it RC to make sure you take it for test drive and I can hear some feedback before it can be considered 100% production stable.

Download Cjax 5.9 RC  https://github.com/ajaxboy/cjax/releases[/url]
[url=https://github.com/ajaxboy/cjax/releases/tag/5.9rc6]



Installation instruction:

Download zip and place the contents of the zip where you CI installation is,  merging it with your site.

Go to the browser and go to http://yoursite.com/ajax.php?test/test

replace 'http://yoursite.com/' with your actual site. You will see a screen telling you about the test, then click continue, and you should see a confirmation, to see if it was installed on your site correctly or not.

After you run the test, you can find your ajax controllers in:

application/response/test.php

Review Cjax documentation for CI:
https://github.com/bcit-ci/CodeIgniter/w...odeigniter


Here is what a CI  Ajax Controller look like:


PHP Code:
class Test extends CI_Controller {


   public function test()
   {
           $ajax ajax();


           $ajax->success("Cjax Library for CodeIgniter rocks!");
   }




If you like what you see, be sure to read though the documentation. I know the format of the CI wiki looks bad, this happened when they migrated the site.


Thank you everyone, and please please, try it out and let me know if you have any issues or problems!
Reply


Messages In This Thread
Cjax 5.9 RC (CodeIgniter Ajax Framework)- Released! - by phpajax - 08-17-2016, 04:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB