I am sure that this question already exists but as I am not familiar to SAP development (am an IT auditor) I can't really do a decent search. So I apologize in advance.
We are introducing a new product in our grocery store: a sandwich. The…
I need to know what it is the size of a file that I save in a folder with Grocery CRUD. This is what I did in my controller:
$this->load->config('grocery_crud');
$this->config->set_item('grocery_crud_file_upload_allow_file_types',…
i have installed codeigniter and grocery crud, i got it to show my database, then all of a sudden i get this message:
Warning: require_once(C:\xampp\htdocs\stlc_tables\config/constants.php): failed to open stream: No such file or directory in…
I have problem and I am requesting for your help.
I am trying to use WHERE depending on user inputs; I would like if there is no user inputs system should take default settings from the db but if there is user inputs the system should use it; I have…
I want to know how to filter the retrieval of the records in my table.
I am using grocery_crud on top of codeigniter.
I don't know how to put a condition on the results that are retrieved.
For example,i have a customers crud and i want to retrieve…
Error:
Fatal error: Call to undefined method grocery_CRUD::set_js_lib() in assets/grocery_crud/themes/custom_checkbox_flexigrid/views/list_template.php on line…
i want to add a row which will show the total value of a column in grocery crud.I don't want it for every table just for few tables which has numerical values,so I don't wan't to modify the template indeed.Is it possible then how? and what if I…
I tried using w3schools' example of using autocomplete
https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_form_autocomplete
I used jquery to alter the form and add autocomplete="on" on the form and on the input fields but It doesn't work
I'm on a web project using bootstrap style, then I incorpored the grocery_CRUD framework and I started having problems with the css.
It seems the grocery_CRUD has priority on the css files, when it renders a table, all style changes.
I want all web…
I'm using grocery CRUD and Twitter Bootstrap. I'm using datetime format for post date. I am able to pick the date but unable to pick the time values. I checked out jquery-ui-timepicker-addon.js still didn't get any solutions. Attaching a screenshot…
having trouble with HAVING clause of a column which exists
SELECT COUNT(*) AS `numrows`
FROM (`customers`)
LEFT JOIN `parent_companies` AS j2ee39a6a ON `j2ee39a6a`.`id` = `customers`.`parent_company_id`
WHERE `customers`.`is_approved` = 0
AND …