I decided to try HMVC pattern with codeigniter but I have some doubts about how to think about and build my website structure using this pattern so I have some questions:
application/controllers
, application/views
and application/models
.$type
and $id
but all of them need to call a controller that control every thing about comments in website and just pass $type
and $id
, will this confilct with HMVC pattern?here you have a good guide