Welcome Guest, Not a member yet? Register   Sign In
HMVC the right way ?!
#21

Ok, maybe I have to clarify what my project is about to understand my questions.

I'm developing a custom cms for a client, which I'm almost to use for another client.
The idea is that a client can create a page and add 1 or more elements like html from a wysiwyg, image gallery, news list or other views of a certain module. 

I use HMVC because it give me the possibility to create sepperate modules which contain all code for one topic like news. So all views for front-end elements like news list and news item, and the backend maintanance application are there. Every module has his own db tables which are only used by that module.
Using the modules::run method gave me an easy way to get content from a certain module, and my pages controller would call modules::run for every element and put all collected data in the template of that page. 

Because I'm constantly reading that 'controllers calling controllers is bad' (practice), I wanted to get rid of modules::run and find another way. Because HMVC has the possibility to have libraries per module I thouht I could move the code to gather data from the database and create the needed HTML for my views.
So now my page controller can load the library from my news module and create my news list or news item without calling controllers from other controllers.

Narf will probably never touch HMVC with a ten foot pole, so I get that he wants to keep the libraries portable - without the use of models. But when using HMVC each module can contain it's own libraries, and my libraries use only module specific data. And because of HMVC they are portable in their own way, which gives me the possibility to copy and paste this module to the module folder of client nr 2 and by creating a new table in the db it can work right out of the box.

I would think this is a better way of doing than using modules::run, but if there's still a better way I am open for suggestions. I'm eager to so...

-Roger
Reply


Messages In This Thread
HMVC the right way ?! - by RogerMore - 05-26-2015, 02:10 AM
RE: HMVC the right way ?! - by gadelat - 05-26-2015, 03:15 AM
RE: HMVC the right way ?! - by kilishan - 05-26-2015, 07:08 AM
RE: HMVC the right way ?! - by Narf - 05-26-2015, 01:16 PM
RE: HMVC the right way ?! - by kilishan - 05-26-2015, 10:32 PM
RE: HMVC the right way ?! - by mwhitney - 05-27-2015, 08:24 AM
RE: HMVC the right way ?! - by frocco - 05-27-2015, 12:18 PM
RE: HMVC the right way ?! - by mwhitney - 05-29-2015, 06:49 AM
RE: HMVC the right way ?! - by kilishan - 05-27-2015, 10:14 PM
RE: HMVC the right way ?! - by kilishan - 05-27-2015, 10:29 PM
RE: HMVC the right way ?! - by frocco - 05-28-2015, 05:47 AM
RE: HMVC the right way ?! - by mwhitney - 05-29-2015, 07:06 AM
RE: HMVC the right way ?! - by RogerMore - 05-28-2015, 12:06 PM
RE: HMVC the right way ?! - by josetrindade - 06-02-2015, 10:30 AM
RE: HMVC the right way ?! - by RogerMore - 05-29-2015, 07:24 AM
RE: HMVC the right way ?! - by kilishan - 05-29-2015, 07:30 AM
RE: HMVC the right way ?! - by mwhitney - 05-29-2015, 08:05 AM
RE: HMVC the right way ?! - by Narf - 05-29-2015, 09:50 AM
RE: HMVC the right way ?! - by mwhitney - 05-29-2015, 12:09 PM
RE: HMVC the right way ?! - by Narf - 05-30-2015, 05:47 AM
RE: HMVC the right way ?! - by mwhitney - 06-01-2015, 08:13 AM
RE: HMVC the right way ?! - by Narf - 06-01-2015, 10:21 AM
RE: HMVC the right way ?! - by no1youknowz - 06-01-2015, 08:33 PM
RE: HMVC the right way ?! - by RogerMore - 05-29-2015, 08:16 AM
RE: HMVC the right way ?! - by RogerMore - 05-31-2015, 01:48 PM
RE: HMVC the right way ?! - by frocco - 06-01-2015, 05:26 AM
RE: HMVC the right way ?! - by kilishan - 05-31-2015, 10:05 PM
RE: HMVC the right way ?! - by RogerMore - 06-01-2015, 10:49 AM
RE: HMVC the right way ?! - by mwhitney - 06-02-2015, 12:06 PM
RE: HMVC the right way ?! - by frocco - 06-01-2015, 12:02 PM
RE: HMVC the right way ?! - by RogerMore - 06-01-2015, 03:12 PM
RE: HMVC the right way ?! - by frocco - 06-03-2015, 03:41 AM
RE: HMVC the right way ?! - by RogerMore - 06-01-2015, 10:25 PM
RE: HMVC the right way ?! - by no1youknowz - 06-02-2015, 09:09 AM
RE: HMVC the right way ?! - by RogerMore - 06-03-2015, 12:40 AM
RE: HMVC the right way ?! - by mwhitney - 06-03-2015, 06:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB