open qoob

blah test method.

"; } function dating($args) { echo '

open qoob

date test method.

'.print_r($args, true)."

"; } function modelTest(){ $q = \qoob::open(); $q->benchmark->mark('modelLoadStart'); $q->load('model\codeModel'); $q->benchmark->mark('modelLoadEnd'); $result = $q->codeModel->listCode(); echo "
".print_r($result, true)."
"; } } ?>