<?php require_once 'app/init.php'; use WY\app\woodyapp; $app = woodyapp :: getInstance(); $app -> run(); ?>