PHPixie / Project

A lightweight MVC PHP framework designed for speed and simplicty
BSD 3-Clause "New" or "Revised" License
1.02k stars 130 forks source link

HMVC support? #31

Closed nhymxu closed 9 years ago

nhymxu commented 9 years ago

Your Framework support HMVC?

ghost commented 9 years ago

Well you can instantiate a new controller, and get a response from it, so yes. But using HMVC isn't really a good idea altogether =)