Пример #1
0
 public function init()
 {
     parent::init();
     $this->setTitle('Edit Blog Entry')->setDescription('Edit your entry below, then click "Post Entry" to publish the entry on your blog.');
     $this->submit->setLabel('Save Changes');
 }