updated relative links and other things
This commit is contained in:
parent
f62f779226
commit
72319118a4
0
dev_mvc/model/testactions/TA_GetUsers.php
Normal file
0
dev_mvc/model/testactions/TA_GetUsers.php
Normal file
11
dev_mvc/model/testactions/TA_TestDBUser.php
Normal file
11
dev_mvc/model/testactions/TA_TestDBUser.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
class TA_TestDBUser extends TestAction{
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
}
|
||||
public function execute()
|
||||
{
|
||||
$user = DBUser::getUserByUID(0 );
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user