codeigniter-simplicity
codeigniter-simplicity copied to clipboard
Codeigniter Simplicity
How can i write inline script using controller in this structure. please explain me... Thanks for supprot
Add set_output_data_arr function to set the output data with the given variable is associative array
The lines checking for if the script or css file is extrenal or not should be alter to be more like: ``` $is_external = (preg_match("/^https?:\/\//", trim($script_file)) > 0) ? true...
Hi.. Please update your lib for CI3. Curruntly I am using with CI3 and its working fine. But only one problem found. Its show me js ,css,meta to blank nothing...
I installed simplicity template by setting $route['default_controller'] = "example"; in routes.php under application->config.Now suppose i have another controller say forum.php and a view forum.php in views folder.if i place a...
check out tested
Trying to include a Handlebars template in my_view.php results in the rendered template being placed in DOM outside of the Simplicity template. ``` Code ``` For instance, will appear as...
Basic functionalities such as default theme... e.t.c.