updated relative links and other things
This commit is contained in:
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 );
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user