Ejemplo n.º 1
0
 function postInit()
 {
     $mfile = new Model_File($this->config);
     $count = $mfile->countBuffer();
     $this->view->setBottomPanel($this->view->render("block_buffer", array("count" => $count)), "right");
 }