loaing of model via arbitrary field and nice home page
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s

This commit is contained in:
2023-10-29 17:37:28 +01:00
parent fea847afd2
commit 4516486b8e
5 changed files with 120 additions and 7 deletions

View File

@ -15,6 +15,13 @@ class Demo extends Page{
//$this->addSubmenuItem('Hund hinzufügen','/dogs/add','fas fa-plus-circle');
}
function test()
{
$u = new User();
$u->load('Chris','firstname');
var_dump($u->data);
}
function index()
{
$this->set('successTitle','Erfolgreich');