Welcome Guest, Not a member yet? Register   Sign In
cjax framework codeigniter 3
#1

(This post was last modified: 02-15-2015, 09:49 AM by alfred.laggner.)

I installed cjax framework and the initial test suggested after installation worked. But when I tried to run my first test by copying democode into an existing view webpage and into an existing controller it crashed with
Code:
Message: Non-static method plugin::initiatePlugins() should not be called statically, assuming $this from incompatible context

Filename: classes/core.class.php

Line Number: 672

Here is the code I included according to installation request

Code:
<?php

//core file, reference..
require_once "ajax.php";
//initiate CJAX..
$ajax = ajax();

//                                /controllers/search.php:string()

?>
<head>
<?php echo $ajax->init();?>
</head>

I noticed that "ajax.php' is in the root directory of my application.

Has anybody experience with the initial setup of cjax. It seems so promising.

Thank you.
Reply


Messages In This Thread
cjax framework codeigniter 3 - by alfred.laggner - 02-15-2015, 08:40 AM
RE: cjax framework codeigniter 3 - by includebeer - 02-16-2015, 04:57 PM
RE: cjax framework codeigniter 3 - by phpajax - 08-02-2016, 06:43 PM



Theme © iAndrew 2016 - Forum software by © MyBB