Hi people!
I have a question : How i insert date now() of mysql in code igniter with grocery crud?
$crud->field_type('dtmnt', 'hidden', 'NOW()'); ??????????????????????????????????
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 21 February 2013 - 17:35 PM
Hi people!
I have a question : How i insert date now() of mysql in code igniter with grocery crud?
$crud->field_type('dtmnt', 'hidden', 'NOW()'); ??????????????????????????????????
Posted 21 February 2013 - 19:06 PM
This is not a GroceryCRUD not even CodeIgniter question!!!
It's a simple plain PHP question... so why do you ask this in here???
$today = date("Y-m-d H:i:s");
Posted 21 February 2013 - 19:32 PM
Posted 14 June 2013 - 05:50 AM
Hi
HOw to use grocery crud in pyrocms module?
Please help me
Posted 15 June 2013 - 07:12 AM
Hi
HOw to use grocery crud in pyrocms module?
Please help me
You need to check with PyroCMS about this integration.