init
This commit is contained in:
13
app/Libraries/DhivaComponent/Controller.txt
Normal file
13
app/Libraries/DhivaComponent/Controller.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Controllers;
|
||||
|
||||
/**
|
||||
* Model Load
|
||||
* $this->model->{{tabel}};
|
||||
*/
|
||||
|
||||
class {{controller}}Controller extends BaseController
|
||||
{
|
||||
protected $table = '{{tabel}}';
|
||||
}
|
||||
Reference in New Issue
Block a user