-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Js,css and Meta not loading in template #10
Comments
if you're using MX HMVC extension, yes you probably get that Issue. CI3 + Simplicity + wiredesignz HMVC = not loading the variables generated by MY_Output to check try if your controller extending MX_Controller the result will be an empty array |
yes i am facing same problem anything solution this problem |
Anybody have a solution for the problem with the MX_Controller empty array? |
Same issue as #2 (closed) |
a little hack by adding all methods from MY_Loader to MY_Output worked in my case, but you must use $this->output instead of $this->load.. eg: change your code from $this->load->js() to $this->output->js(), $this->load->section() to $this->output->section() etc.. |
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 loading in my main template please.help me.
The text was updated successfully, but these errors were encountered: