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 {
}