PHP 8.5.0 Alpha 4 available for testing

Voting

: eight minus one?
(Example: nine)

The Note You're Voting On

Li Min
11 years ago
http://us3.php.net/manual/zh/yaf.tutorials.php

Lost default Bootstrap.php

<?php
/* bootstrap class should be defined under ./application/Bootstrap.php */
class Bootstrap extends Yaf_Bootstrap_Abstract {
public function
_initConfig(Yaf_Dispatcher $dispatcher) {
var_dump(__METHOD__);
}
public function
_initPlugin(Yaf_Dispatcher $dispatcher) {
var_dump(__METHOD__);
}
}

<< Back to user notes page

To Top