Welcome Guest, Not a member yet? Register   Sign In
Install cjax-5.9-RC8 framework for CodeIgniter 3.1.0
#1

Hello

I am a novice developer of CodeIgniter and I use version 3.1.0
However, I just found out the framework version cjax - 5.9 - RC8, I am trying to install without success in my website multilingual.

my index file is located in a subdirectory of the root in my website ("./public/index.php") and configured in the apache httpd DocumentRoot.

my application folder renamed is located in a subdirectory of the root in my website ("./directory/application_renamed/")

My folder view is located in a subdirectory of the root in my website ("./directory/views/")

CodeIgniter is installed and correctly configured and works perfectly.

About cjax - 5.9 - RC8, the contents of the application folder (cjax-5.9-RC8/cjax/integration/codeigniter/application) has been placed in accordance with in different directories : controllers, views, response......

the file ajax.php of the codeigniter folder (cjax-5.9-RC8/cjax/integration/codeigniter) was placed in the same location of the file index.php ("./public/index.php")

config.default file has been renamed config and configured with the following options:

$config->fallback = true;
$config->js_path = 'http://monsite.dev/public/cjax/core/js/';
$config->init_url = 'http://monsite.dev/public/';
[url=https://ssl.microsofttranslator.com/bv.aspx?from=&to=en&a=%27http%3A%2F%2Fmonsite.dev%2Fpublic%2F%27%3B][/url]

the test works with files of tests generals (for websites other than codeigniter), but does not work with files of tests of codeigniter (response, views...)

Could you describe me step by step what I need to do in this context to correctly install cjax - 5.9 - RC8 in my codeigniter website.

Thank you in advance.

Best regards,
Reply




Theme © iAndrew 2016 - Forum software by © MyBB