In a (PHP) framework, what would be a good name for a "manager" class?

Posted by opue on Stack Overflow See other posts from Stack Overflow or by opue
Published on 2010-03-11T19:38:28Z Indexed on 2010/03/11 19:44 UTC
Read the original article Hit count: 99

Filed under:
|

I'm building a PHP framework and my english is not the best. There are several classes (database abstraction, module, router,...) in my framework and there is a place where they all have to be initialized and executed together.

  • What is a good name for a "master" class that initializes and runs all other classes?

© Stack Overflow or respective owner

Related posts about php

Related posts about naming-conventions