Example #1
0
 public function Execute()
 {
     // this is the title of the page
     $this->title = 'Blog';
     Mocha::AddBlock('posts', array(array('title' => 'Hello, world!', 'body' => 'May I take your order?')));
 }