codeigniter
Here are 2,022 public repositories matching this topic...
-
Updated
Jun 15, 2020 - PHP
Feature request: I nedd (my wife needs to be honest) additional functionality - editing appointments from customers page (i.e. click customer from list on the left, select appointment from the list and click edit button). For now editing appointment is possible from calendar view only. TIA.
during a setup for "dynamic directory upload" i used extensivelly the https://www.grocerycrud.com/documentation/options_functions/callback_after_update and the https://www.grocerycrud.com/documentation/options_functions/callback_after_insert respectivelly
but found that in callback_after_insert the $primary_key value are not into the $post_array.. i means:
$post_array = array(id=>1, 'col2'=>'v
-
Updated
Jul 1, 2020 - PHP
-
Updated
Jun 30, 2020 - PHP
-
Updated
Jun 17, 2020 - PHP
-
Updated
Aug 12, 2018 - PHP
-
Updated
Jul 27, 2018 - PHP
-
Updated
Feb 27, 2020 - PHP
-
Updated
Oct 27, 2019 - PHP
-
Updated
Aug 31, 2019 - HTML
-
Updated
Feb 11, 2020 - PHP
-
Updated
Jun 25, 2020 - PHP
-
Updated
Feb 3, 2020 - PHP
-
Updated
Jan 24, 2020 - PHP
-
Updated
Dec 4, 2019 - PHP
-
Updated
Jul 2, 2020 - PHP
-
Updated
Feb 23, 2017 - PHP
-
Updated
Jul 23, 2017 - PHP
-
Updated
Feb 13, 2017 - PHP
-
Updated
Jun 25, 2020 - PHP
Improve this page
Add a description, image, and links to the codeigniter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the codeigniter topic, visit your repo's landing page and select "manage topics."
Is case insensitive match rule supported? I can't find it in the documentation. Currently I have to create custom validation rule for that.