Skip to content

Instantly share code, notes, and snippets.

<?php
final class HomePresenter extends BasePresenter{
protected function startup(){
parent::startup();
$this->template->test = 'TestStartup';
}
public function createComponentForm(){
$form = new AppForm();