Voting

: min(seven, zero)?
(Example: nine)

The Note You're Voting On

yeszao at qq dot com
9 years ago
I success in "application" directory set to:

- application/
- Bootstrap.php
+ modules
+ Index
+ controllers
- Index.php //default controller
+ views
|+ index
- index.phtml //view template for default action
- library
- models
- plugins

And Bootstrap.php should be enter at least 3 line like these:

<?php
class Bootstrap extends Yaf_Bootstrap_Abstract {
}

<< Back to user notes page

To Top