-
I don't know if it was discussed before, but I miss a hook override to create the main controller class ```$CI = new $class();``` and then override the method request ```call_user_func_array(array(&$C…
-
Hex 大俠 感激你的 CodeIgniter-HMVC 非常感謝 十分感謝
-
Is there any chance to maintain a modular branch of IonAuth library that works with Modular Extensions out of the box in the main repository?
I'm currently maintaining it at [sepehr/ci-mongodb-ionau…
-
Hi, your autocomplete don't work in HMVC Codeigniter 3, how fix it?
bakha updated
8 years ago
-
Hello,
I have written some simple tests, and I was confused as to why they were taking so long to run. At first I thought it was my VM, so I ran them locally, but it was the same thing.
After profil…
-
Hi
I Worked with Cakephp and codeigniter and little Yii2, and I found Yii2 very Awesome..
for example work with composer , model , widgets &.. in Yii2 is very good ,
but:
cakephp 3 support 3 level HM…
-
-
In order to make the callbacks work inside a module, MY_Form_validation should have a public property $CI and then add a reference to the controller after loading the form_validation library, just as …
-
```
public function index()
{
return view('welcome_message');
}
```
instead of `echo view('welcome_message');`
To have the controller "return" it's output would go with modern standards. Using e…
-
If I extend CI_model and implement DatatableModel all the methods that are not directly linked with datatableModel don't work.
In short, loading page goes in escape with a 500 error.
If i take out t…