routes(); foreach ( $routes as $route ) { $route->register(); } } public function routes() { return array( 'product' => Product::get_instance(), 'post-blocks' => PostBlock::get_instance(), 'common' => Common::get_instance(), ); } }