<?php namespace Custom; class Handler { public function get() { // do something // NEVER gets here } } $app = new \Phalcon\Mvc\Micro(); ...
確定! 回上一頁