NETTE FRAMEWORK
A POPULAR TOOL FOR PHP WEB DEVELOPMENT...
(ON SERVER)
Adam Štipák (@new_POPE)
CREATED BY
@DAVIDGRUDL
FORMSPHP
$form=newForm;
$form->addText('name','Name')
->addRule($this::FILLED,'Fillit!')
->addRule($this::EMAIL,'Emailplease!!');
LATTE
{$latte} <!--escaped!-->
{!$latte} <!--notescaped!-->
<uln:inner-foreach="$itemsas$item">
<li>{$item}</li>
</ul>
...
FORM
{control$form}
FORM - CUSTOM RENDER
<inputclass="my-class"n:input="name">
DI
CONFIG.NEON
services:
foo:Foo
bar:Bar
classBar(Foo$foo){...}
AJAJ (SNIPPETS)
{snippetmySnippet}...{/snippet}
<divn:snippet="mySnippet">...</div>
ROBOTLOADER
newFoo
newBar
newWebelement
new...
PERFECT SECURITY
...DEBUGGER
"TRACY"
AND MUCH MORE
Amature object-oriented design
Plugins &extenstions
Easylearningcurve
Good habits
Freedom
BUT...
This (or previous) year, @DavidGrudlsaid:
TRY & USE
DEVELOPMENT
&
PROPAGATION
THANKS