Managed MVC

Supercharge your development efforts!

Get a Managed Development Quote

Our Managed MVC service offers everything in the Managed Development service and everything that follows:

Kohana HMVC

If you'd like to develop on a top notch MVC (model view controller) framework, but your team is not yet experienced in that environment, we can help. We offer pre-configured and stubbed Kohana HMVC framework. The "H" in HMVC is for hierarchical, which offers distinct advantages of modularity, including add-on modules and the ability to override the framework and modules.

  • Rapid development
  • Lightweight and fast
  • Lots of great acronyms! HMVC. OOP. DRY.
  • Fully supports UTF-8 and i18n
  • Integrated class auto-loading, cascading file system, highly consistent API
  • Automatic documentation generation
  • Great selection of pre-written modules
  • Resistance to SQL injection and cross-site scripting

Included

  • Debugging tools
  • Pre-written models, controllers and views
  • Integrated libraries: recaptcha, site map, Swift email

With our pre-writtten code, you can modify what already works and quickly come up to speed and be productive.

MVC Benefits

  • Separation of concerns makes coding and testing easier and more reliable.
  • Maintenance and modification is easier. It is easier to identify where a problem occurs.
  • Greater re-usability of code. One model can be used in many controllers, for example. DRY (Don't Repeat Yourself).
  • Because models are reusable, fixing one method fixes every page that uses it.
  • Supports scalability due to separation of tasks.
  • Makes your applications more standardized. This pays off because less time is spent inventing solutions to problems.
  • Security can be increased by using standard, more secure framework components.