SAND-framework/console/skel/action.php.skel

13 lines
157 B
Plaintext

<?php
class %%ACTION%%Action extends MVC\Classe\Implement\Action
{
public function render()
{
return $this->render('', array());
}
}