ajaxboy / cjax

Lightweight Ajax Framework built in PHP with no foot-print. Allows you to build ajax functionality with a single line of code & do so much more, right from the back-end!
http://cjax.sourceforge.net/
66 stars 27 forks source link

after successfull installation not working #49

Closed frecervantes closed 3 years ago

frecervantes commented 3 years ago

after installed and rename the config.default.php to config.php, assigned the js, directory to $config->js_path, it works perfectly, but it is not workink with other directory name.

Renamed the examples dir to any name and stops working correctly.

the coockie still continue with "examples%2Fcontrollers" and may be this is the reason. AJAX_CD | examples%2Fcontrollers | localhost | ..... how can i fix it?

i'm testing cjax in localhost.

any help is wellcome. thanks in advance.

frecervantes commented 3 years ago

solved. just configured the path to the classes and methods. thanks any way.