Questions tagged [codeigniter-hmvc]

CodeIgniter library for creating modular extensions.

CodeIgniter library for creating modular extensions.

125 questions
0
votes
1 answer

HMVC Code igniter

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…
0
votes
2 answers

How to setup Codeigniter multi language support?

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…
-1
votes
2 answers

How to develop Codeigniter HMVC with Smarty front-end

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.
-2
votes
1 answer

load content form controller in popup

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
saurabh kamble
  • 1,510
  • 2
  • 25
  • 42
-4
votes
2 answers

Redirect from default controller to HMVC modules controller in codeigniter

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…
Vijay Mishra
  • 350
  • 2
  • 14
1 2 3
8
9