Questions tagged [codeigniter-hmvc]

CodeIgniter library for creating modular extensions.

CodeIgniter library for creating modular extensions.

125 questions
1
vote
1 answer

Check if database record exists Codeigniter

I have a project and have run into a problem. I use Codeigniter HMVC and therefore build modules. I appreciate your help. Thanks. I have two module methods where one calls another. The other delivers a database result and loads it into a view that…
nicolaib
  • 627
  • 5
  • 26
1
vote
0 answers

HMVC 3 Is out and working codeigniter 3

I know this is not a Question but a note: I thought this would be use full for codeigniter hmvc users. Just found out that Wiredesignz HMVC has now released HMVC 3 version working…
user4419336
1
vote
3 answers

unable to load model using hmvc in codigniter

unable to load model using hmvc in codigniter. Here is my controller users.php (application/modules/users/controllers/users.php) class Users extends MX_Controller { public function index(){ $this->load->view('users_view'); } …
VishnuPrasad
  • 1,078
  • 5
  • 17
  • 36
1
vote
1 answer

Codeigniter folder structure for responsive website using hmvc extension

I am creating responsive website using CodeIgniter with following roles doctor hospital guest Each role has admin dashboard. The website has 3 versions. desktop version mobile versioin tab version I have decided to use the HMVC modular…
1
vote
1 answer

Codeigniter HMVC + Rest_Controller with Dynamic Module Path

I am working on creating an application with having an HMVC structure in codeigniter and i also require API Centric application , so i used https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc for HMVC and Rest_Controller of Phil…
King Khan
  • 49
  • 1
  • 11
1
vote
1 answer

Codeigniter HMVC loading custom config file

Im using HMVC extension in CodeIgniter. Where i have a module like moduleName config config.php routes.php controller test.php models etc.. from test.php i was trying to load custom config item…
sravis
  • 3,562
  • 6
  • 36
  • 73
1
vote
1 answer

CI and HMVC structure

I’ve to make a webapp with public and administrator parts and we are two different developer teams. I’ve searched the best way to do that and I found HMVC. I accomplished to install the codeigniter-modular-extensions-hmvc from wiredesignz and it’s…
Dimas
  • 331
  • 1
  • 5
  • 15
1
vote
2 answers

Create modules inside a module in CodeIgniter

I am trying to implement HMVC with CodeIgniter. I used this library from bigbucket CI HMVC Library It works fine for me when i created admin module. But now i am trying to define module inside a modules. So, my structure will be like this :- Here…
Nitin Kumar Soni
  • 198
  • 2
  • 16
0
votes
0 answers

CI3.1.6 and HMVC modules::load not working on Debian / Windows does

I have the following problem with CodeIgniter 3.1.6 and WireDesignz HMVC. When using modules::load on a windows dev machine (using Apache etc) its working, but when uploaded to my Debian machine it ain't working. $class =…
PostMans
  • 338
  • 5
  • 18
0
votes
0 answers

How to insert data to database in code igniter hmvc?

I am trying this code and it seems to be working when data is not inputted but I need the data to come from the form. The page doesn't react and only adds a question mark in the url. //On view folder
Euphemia
  • 65
  • 1
  • 9
0
votes
1 answer

Codeigniter 3.x with HMVC - Need URLs in lowercase only

I have a linux server, as per CI 3 docs, all my class files are ucfirst i.e. Home.php having class Home etc. What I need is that I should be able to call the url like this http://server/home . As of now it doesn't allow this type of URL because…
Mohammed Jamali
  • 175
  • 1
  • 13
0
votes
2 answers

Moment timezone data js error: "has no data for "

I am using CodeIgniter 3.* that is set up with hmvc capabilities. I have been testing my application to set up a clock that uses a timezone which uses the default timezoe chosen by the user. This clock uses moment js. The odd thing is that when I…
Peter Kaufman
  • 752
  • 1
  • 6
  • 18
0
votes
0 answers

Codeigniter HMVC Need subfolders like superadmin admin employee

Codeigniter HMVC I need Folder like this, can anyone please help me? Superadmin admin and employee have dashboard modules like as follows as More models with same user roles like SuperAdmin, Admin, and Employee. Modules Parent Folder - Dashboard …
Vinoth Smart
  • 383
  • 3
  • 13
0
votes
0 answers

Can I make a module called 'modules' inside CI HMVC modules folder?

Im developing a module with CodeIgniter WirezDesign HMVC to install modules with a .zip file. Do anyone know if I can create a module called modulesinside HMVC folder which is called modules too? Or will be some problems? Thanks.
Mark Z
  • 9
  • 1
0
votes
0 answers

Unable to upload any time of file Codeigniter

I am facing challenges on my upload code after moving to hmvc. If I set allowed_types=>'*' it works fine but if I set to jpg|jpeg or any type it echos message: The filetype you are attempting to upload is not allowed Below is my code: public…
Ngoni
  • 49
  • 1
  • 4
1 2 3
8 9