ci_bootstrap_3
ci_bootstrap_3 copied to clipboard
A multi-tenant website template based on CodeIgniter 3 with integration of some useful tools
when trying go to home page http://localhost/ci_bootstrap_3_new/ci_bootstrap it shows http://localhost/ci_bootstrap_3_new/ci_bootstrap/en/ page not found I have done changes in database.php and also created mysql database accordingly(latest.sql) Please help
` function deleteConfirm(){ var result = confirm("Do you really want to delete records?"); if(result){ return true; }else{ return false; } } $(document).ready(function(){ $('#check_all').on('click',function(){ if(this.checked){ $('.checkbox').each(function(){ this.checked = true; }); }else{...
Hi ! I just see this awesome work and I would like to test it however, I have this message above: ``` Severity: Warning Message: mysqli::real_connect(): Headers and client library...
It will be very helpful to create a new project with composer using ci_boostrap_3. Here is how: https://packagist.org/about#naming-your-package I will like to help. Cheers.
after login using webmaster username (default), do not want to enter dashboard, return to login page without any message. even after deleting all tables, there is no error message. I...
Hello, We have AdminLTE accessible from - http://localhost/ci_bootstrap_3/admin/login With this url we can add some members, which is add on users table on database. But i didn't find any -...
I'm at a loss for how to take advantage of this. I got the frontend up and running (no menus though) and the admin-site where i can create users and...
`private function _fetch_table() { if ($this->_table == NULL) { $this->_table = plural(preg_replace('/(_m|_model)?$/', '', strtolower(get_class($this)))); } }` Why do you use the **plural** in the _fetch_table() function?
So I'm just looking at the system message library. When you render the messages, there are 2 extra message items which are empty. So for example when you render the...