hmvc Questions

5

Solved

Using this HMVC plugin in Codeigniter. (https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc/src/codeigniter-3.x/) Running fine in another server, but in this server I am getting ...
Pali asked 31/5, 2019 at 12:39

10

Solved

I want to load a controller from a function in another controller because the library I integrated to my project I don't want to load it to the controller because I want to keep it clean and relate...
Hooky asked 4/1, 2013 at 22:17

6

I am a new to codeIgniter and I just got stuck in the very beginning. I am using HMVC extention and while validating I am getting the following error: Unable to access an error message correspondi...
Jacquelinjacqueline asked 19/9, 2015 at 7:47

4

Currently I'm using codeigniter version 3.0. I want to know how to implement HMVC structure in it, can anyone help?
Befool asked 16/6, 2015 at 11:13

7

Solved

I am pulling all my hair off... Have been searching every thread, would appreciate if someone can point me to a working example. Accroding to the doc: https://bitbucket.org/wiredesignz/codeigniter...
Gathers asked 18/2, 2013 at 23:33

2

I am building a big project in laravel 5 for this I want to use modular approach, I don't know how to implement hmvc structure in laravel 5.
Ketch asked 4/6, 2015 at 9:6

1

Solved

I have been banging my head for 5 hours and I finally solved the problem but I just cannot go to sleep without knowing the reason. Let me explain the issue first. I have used codeigniter HMVC ext...
Sidra asked 24/2, 2016 at 16:56

7

Solved

I am having trouble getting a working Codeigniter version 2.0.3 with hmvc and tank auth(set up as a module) setup properly. I have installed CI properlly and then install HMVC with these directions...
Allowed asked 30/8, 2011 at 6:33

1

I have finished my previous project in yii2. Now, I'm currently working on laravel 5. I am new to laravel 5. I have googled about HMVC in laravel but I haven't found an appropriated answer (ie pack...
Flinty asked 9/6, 2015 at 15:31

2

Solved

I'm using MVC pattern for web development. I use codeIgniter framework. I found http://fuelphp.com/ and http://kohanaframework.org/ , they are using HMVC. It still not is clear of HMVC and why we s...
Fatsoluble asked 28/3, 2011 at 3:25

4

Solved

I've read about HMVC (Hierarchic Model View Controller) and it's flexible structure. Have a look at this picture: http://techportal.inviqa.com/wp-content/uploads/2010/02/MVC-HMVC.png I wonder if...
Bekha asked 25/8, 2010 at 21:53

3

Does laravel 4 have built in support for hmvc or are there bundles for this functionality? What is the best way to use HMVC in laravel 4.
Cowlick asked 3/7, 2013 at 4:9

6

Solved

I am interested in using ion auth for a project of mine which is running on the HMVC pattern. The application is written in Codeigniter. The problem I face is once the ion auth is placed in the /a...
Kriss asked 15/6, 2011 at 4:23

3

I installed HMVC by wiredesignz but the routes from application/modules/xxx/config/routes.php didn't get recognized at all. Here is an example: In application/modules/pages/config/routes.php I hav...
Bosket asked 7/1, 2013 at 17:17

2

Solved

I am creating a custom CMS in Codeigniter and I'd like to have a widget system similar to what is used in Wordpress. For example, I'd like to have a widget that shows the last 5 posts displayed on...
Pavyer asked 19/6, 2012 at 15:46

2

Solved

I want to call a function in a controller (say controller_a) from another controller (say controller_b) Please help me ..
Barcot asked 11/3, 2012 at 5:19

3

Solved

I have different questions about a full architecture idea. I hope someone with great experience could help me out because I am pretty much getting stuck in all possibilities. I'm planning to rewrit...
Alegar asked 26/2, 2012 at 13:11

6

Solved

I have a question about MVC. Particularly about models. Suppose that I have a category table in my database. Now I would like to get results both for a single category for detailed view and multip...
Selftaught asked 20/1, 2012 at 22:27

1

Solved

First of all, sorry for any convenience caused by this post because this is the first time I post a question here and I need more time to get used to with this. Q1. I want to create 2 "master cont...
Mcarthur asked 22/7, 2011 at 9:53

5

Solved

Reading Kohana's documentation, I found out that the main difference in 3.0 version is that it follows the HMVC pattern instead of MVC as version 2.x does. The page about this in Kohana's docs and ...
Flabellate asked 15/2, 2010 at 0:15

3

Solved

the PHP framework I am using (Kohana) recently implemented the HMVC architecture. I have read that it's a layered mvc where requests are made on top of each other. It is a bit like ajax, just purel...
Anachronous asked 22/2, 2010 at 3:5

4

Solved

I'm on the beginning of my "Learn MVC" way. Basically, I don't have big problems with object-oriented programming however there's one technical aspect that needs clarification. It seems that my the...
Wivern asked 11/1, 2011 at 10:1

3

Solved

So, I think i understand the cascading filesystem in it's basic terms, but I can't seem to wrap my head around the 'H'ierachy structure of the MVC. Could anyone tell me the advantages of using HMVC...
Agustin asked 10/6, 2010 at 17:5
1

© 2022 - 2024 — McMap. All rights reserved.