Commit f2ed9f0e authored by xherink's avatar xherink
Browse files

No commit message

No commit message
parent 5ca5d4a1
<?php
namespace App\Presenters;
final class HerinkPresenter extends \App\Presenters\BasePresenter
{
public function actionDefault()
{
$this->template->title = "Herink:Default";
}
public function actionAdd()
{
$this->template->title = "Herink:Add";
}
public function actionEdit()
{
$this->template->title = "Herink:Edit";
}
public function actionDetail()
{
$this->template->title = "Herink:Detail";
}
}
\ No newline at end of file
{block content}
<h1> Herink Add </h1>
<a href="{link herink:default}">Home<a/>
\ No newline at end of file
{block content}
<h1> Herink Default </h1>
<br></br>
<a href="{link herink:edit}">Edit<a/>
<br></br>
<a href="{link herink:detail}">Detail<a/>
<br></br>
<a href="{link herink:add}">Add<a/>
{block content}
<h1> Herink Detail </h1>
<a href="{link herink:default}">Home<a/>
\ No newline at end of file
{block content}
<h1> Herink Edit </h1>
<a href="{link herink:default}">Home<a/>
\ No newline at end of file
<?php
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Scripting/PHPClass.php to edit this template
*/
/**
* Description of herinkdefaul
*
* @author xherink
*/
class herinkdefault {
//put your code here
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment