Beispiel #1
0
 public static function indexAction()
 {
     $posts = \BWBlog\Post::_list_all();
     return ['TITLE' => 'Dashboard', 'POSTS' => $posts];
 }