REFACTORING: updated the base template with some examples, also added annotations for autocomplete in the core view and controller core.
This commit is contained in:
@@ -13,6 +13,11 @@ use Nibiru;
|
||||
|
||||
abstract class Controller extends Nibiru\Controller implements IController
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
//basic constructor for the Controller can be overwritten
|
||||
}
|
||||
|
||||
/**
|
||||
* This should be part of any extended controller
|
||||
* class in order to implement a page structure
|
||||
|
||||
Reference in New Issue
Block a user