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 am working to have a "on module db" and while it's simple to config MY_model to have a second db which is stored in config/database.php (in future it...

Hi @waifung0207, There is a library named gc_dropdown_select. But I could not implement this library in ci_bootstrap_3. I want to use ci_bootstrap_3's $this->render_crud(); function with this library but I get...

unset_add_fields, unset_edit_fields and unset_fields Functions not working, seem a conflict with HMVC

How do you add Grocerycrud on user home? Example, when user logs in.

Hi, We are facing problem accessing post parameters. When parameters are sent using HTTP method post, CI form validation library always returns false. Tried debugging post variables, it is always...

For my projects on top of ci_bootstrap_3 i am using https://github.com/edomaru/codeigniter_multilevel_menu to generate the html of a tree view (this) ![2016-05-27](https://cloud.githubusercontent.com/assets/3062441/15601972/d1e843b8-23f2-11e6-91be-d371b4f1bd9a.png) but it can be a great help for it's...

I put this on the server's subdirectory like: root/sub_directory/ci_bootstrap_3 and it does not work.

Am trying to implement a scenario where a view is loaded in a popup but having difficulty changing alot of code especially in the loaders. can you help. thanx

I seem to be getting an error that the Error class is already in use, so any of the validation functions seem to fail. This is apparently due to PHP7...

Edit in MY_Controller. Also edits the Error class from #61 The idea is simple, if the page is restricted, there's no point the user should be seeing the link. The...