Cognigniter HMVC Performance Impact

OK, that’s why HMVC in Codeigniter is the way scalable web applications (with Kohana 3) are based on many stackoverflow discussions like HMVC and MVC vs HMVC patterns .

But how will using the HMVC approach affect performance when used in Codeigniter? In my opinion, the HMVC will "mimic the controller." Assuming one day a “large” project of scale, will Codeigniter implementation be a future problem?

+3
source share
2 answers

There are two main functions that HMVC adds to CodeIgniter, which often confuses people:

  • Modular MVC
  • Hierarchal MVC

MVC - , , .

HMVC - HTTP-. , , , 404 "".

MMVC , HMVC, , .

. , , .

+5

HMVC , . , , .

, , , , , , HMVC.

, , .

+2

All Articles