ci_bootstrap_3 icon indicating copy to clipboard operation
ci_bootstrap_3 copied to clipboard

A multi-tenant website template based on CodeIgniter 3 with integration of some useful tools

Results 68 ci_bootstrap_3 issues
Sort by recently updated
recently updated
newest added

hi, i've try few workaround to solve my custom query CRUD page using grocery crud.. unfortunately all of them end up in error. Use few sample took from forum (here's...

Hello, waifung0207 I just want to know about the way to create REST API myself. I don't want to use Swagger for API endpoints. Please let me know the way...

First of all, thanks for a really nice project. I've been struggling trying to render a table in the frontend with datables from adminlte, but I cannot do it. Will...

Hello Everyone, I recently downloaded and developed and admin system based on ci_boostrap 3. It was amazing how quick it was to finish my work. Now problem is i need...

Is there any way to switch connection to another database? I tried to put this line of code `$this->db = $this->load->database('db1',true);` into generate_crud function but it doesnt work

Hi i receive an error when run the Cli: PHP Fatal error: Can't use method return value in write context [Error line](https://github.com/waifung0207/ci_bootstrap_3/blob/master/application/core/MY_Controller.php#L86) Thanks.

see if i have time this week i will try to iplemente sortable menus from michalsn https://github.com/michalsn/CodeIgniter-Adjacency-List ![navigation](https://cloud.githubusercontent.com/assets/14170076/25680921/5675634a-304a-11e7-8859-846967dcb979.png)

There's an issue with the clickable area of create/add button generated by Grocery CRUD as it has been hard to click on it. It does not work sometimes and I...

i have added custom callback in password rules in form validation but when i call it it's not working can help me out on this Thanks