Questions tagged [codeigniter-hmvc]

CodeIgniter library for creating modular extensions.

CodeIgniter library for creating modular extensions.

125 questions
0
votes
0 answers

CodeIgniter 2.0 HMVC on HostGator - keeps on showing index page

I have hosted my CodeIgniter site on Hostgator. I have setup the Config to the proper URL from localhost to the domain site. I was able to load the login page / index page of my site, however when I attemp to login, it redirects me to the same page.…
Warren
  • 163
  • 2
  • 11
0
votes
0 answers

Why cart library is not working in codeigniter 3 when using MX hmvc?

Tryint to experiment the cart library, it is working ok without mx hmvc in in CI3. But as soon as i am inserting MX hmvc files (i.e MY_Loader.php and MY_Router.php in application/core folder and MX folder inside third_party folder) it is throwing…
user1906399
  • 753
  • 1
  • 13
  • 27
0
votes
1 answer

$this -> syntax in CodeIgniter

I am fairly new to CodeIgniter framework and PHP, and I am trying to figure out what the following source code does: isset($this->page->data->Metadata->Metadata->View); From my understanding, isset() checks if the variable View is set or not, but…
Sai Wai Maung
  • 1,607
  • 6
  • 18
  • 28
0
votes
2 answers

CodeIgniter HMVC load modules actions

I have CI project which have third_party library HMVC, and it's already in use. I was searching lots of, how to load modules action of it.. but can't find working, and i think that something is missing at my files.. so in HMVC i have 2…
Scorpioniz
  • 1,421
  • 3
  • 16
  • 36
0
votes
1 answer

ion_auth is not working on host (CI 2.1.3 + MX HMVC + Ion_auth 2.5.2)

I developed a site using Codeigniter 2.1.3 + MX HMVC + ion_auth 2.5.2. its work fine in local server (xampp) but when i upload it to the hosting site its not working & surprisingly so error also. I was autoload ion_auth but now i remove ion_auth…
Mehedi Hasan
  • 61
  • 1
  • 10
0
votes
1 answer

CI HMVC view files doesn't load from the module, instead they load from the main view

load->view('index', null); //$this->load->view('/user/layout', $data); …
0
votes
1 answer

CI-HMVC-Doctrine routing error in Unix Server

I just finished testing the website on Windows server. The whole website was being made and tested in Windows environment. Everything is working fine but as I launch the website to a server with UNIX environment, I am getting the following…
0
votes
1 answer

How to use HMVC for Codeigniter 2.1.* when index.php is moved?

I am trying to build a CodeIgniter application with my index.php inside a "public" folder /Applications/MAMP/htdocs/public/ in the website root. I have setup my vhosts etc to point to this index.php file. I wanted to go for a module based approach…
jagzviruz
  • 1,453
  • 12
  • 27
0
votes
2 answers

How to hide someparts in otherpage except home in codeigniter

I want to show a slider module on home page but hide it on rest of the site. Could anyone help me hide it. I am using HMVC in Codeigniter
0
votes
0 answers

Views Will Not Load In CI HMVC When Add An Array

My views will not load in multiple sub-folders when I add a array class. I am trying to make a custom controller class so can load controller with in controller in codeigniter. When I load the array/variable the view only works on first level. Does…
0
votes
0 answers

Codeigniter - My Model Jamie Rumbelow + HMVC callback validation in model

i wonder how to use callback validation using MY model - made by Jamie Rumbelow with Modular extension - wiredesignz i have create MY_Form_validation and modified the run function like this: class MY_Form_validation extends CI_Form_validation…
Ahmad Milzam
  • 129
  • 3
  • 8
0
votes
1 answer

Creating subfolders for CodeIgniter HMVC

I'm using CodeIgniter with HMVC and am trying to organise the folder structure more effectively. Currently I have it setup in the standard fashion of: application/modules/#module_name#/controllers/#controller_name# But I would like to be able to…
RebDev
  • 335
  • 1
  • 5
  • 13
0
votes
2 answers

how to setup hmvc in codeigniter 3 dev?

I started a new project and I want to use the new version of codeigniter 3.0 dev, but after the download I install the hmvc extension and don't find the base controller. How can I fix this or maybe is another solution for making the codeigniter…
msa_dev
  • 33
  • 1
  • 1
  • 3
0
votes
1 answer

Can't access public properties from MY_controller when extending from MX_Controller in HMVC

I have implemented Codeigniter HMVC which works fine. Then I'm extending MX_Controller with MY_Controller to share functionality and properties between all my modules and to keep my code DRY. But I noticed that while extending MY_Controller from…
Cabreran
  • 1
  • 2
0
votes
0 answers

getting memory allocation error in codeigniter HMVC

Description: I created simple login page with session and mysql database using PHP,MySQL Database,CodeIgniter(HMVC) and XAMPP Server in local system. Problem: I am getting following error: Fatal error: Allowed memory size of 134217728 bytes…
1 2 3
8
9