I have a local XAMPP setup, i developed a nice app with HMVC(wireddesignz) codeigniter. Everything works perfectly. When i upload it to my server i get 404 errors when i try to load any of the modules. I can load the default welcome with no…
I am just stuck a little bit have be trying to under stand the language setup.
I am trying to see if this is correct way?
In my Language / English folder I have folder called common in that is file called header.php
I am not to sure if this is the…
New to smarty i need to create Codeigniter HMVC with smarty front-end without module expansion, smarty working fine in Normal MVC Structure.But i am confronting trouble when i create utilizing "HMVC" its giving problem please guide.
I want to load the content after submitting the form in a popup. i have try modal and dialog box which are predefined with a div and then on ajax call the data is appended any suggestion are very much helpful
How to redirect from CI default controller to HMVC modules controller?
I have a fresh installation of CI, in which I have defined default controller in /application/config/routes.php
$route['default_controller'] = 'welcome';
Now I am trying to use…