Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
František Herink
projekt69
Commits
f2ed9f0e
Commit
f2ed9f0e
authored
3 years ago
by
xherink
Browse files
Options
Download
Email Patches
Plain Diff
No commit message
No commit message
parent
5ca5d4a1
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
63 additions
and
15 deletions
+63
-15
app/Presenters/HerinkPresenter.php
app/Presenters/HerinkPresenter.php
+32
-0
app/Presenters/templates/Herink/add.latte
app/Presenters/templates/Herink/add.latte
+6
-0
app/Presenters/templates/Herink/default.latte
app/Presenters/templates/Herink/default.latte
+13
-0
app/Presenters/templates/Herink/detail.latte
app/Presenters/templates/Herink/detail.latte
+6
-0
app/Presenters/templates/Herink/edit.latte
app/Presenters/templates/Herink/edit.latte
+6
-0
app/Presenters/templates/Herink/herinkdefault.php
app/Presenters/templates/Herink/herinkdefault.php
+0
-15
No files found.
app/Presenters/HerinkPresenter.php
0 → 100644
View file @
f2ed9f0e
<?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
This diff is collapsed.
Click to expand it.
app/Presenters/templates/Herink/add.latte
0 → 100644
View file @
f2ed9f0e
{block content}
<h1> Herink Add </h1>
<a href="{link herink:default}">Home<a/>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app/Presenters/templates/Herink/default.latte
0 → 100644
View file @
f2ed9f0e
{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/>
This diff is collapsed.
Click to expand it.
app/Presenters/templates/Herink/detail.latte
0 → 100644
View file @
f2ed9f0e
{block content}
<h1> Herink Detail </h1>
<a href="{link herink:default}">Home<a/>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app/Presenters/templates/Herink/edit.latte
0 → 100644
View file @
f2ed9f0e
{block content}
<h1> Herink Edit </h1>
<a href="{link herink:default}">Home<a/>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app/Presenters/templates/Herink/herinkdefault.php
deleted
100644 → 0
View file @
5ca5d4a1
<?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
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment