update page now

Voting

: min(one, three)?
(Example: nine)

The Note You're Voting On

Li Min
12 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