⚠ 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. ⚠

  •     

profile picture

NOW() in Codeigniter-Grocery Crud



spyflash

spyflash
  • profile picture
  • Member

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()');           ??????????????????????????????????

 

 

 

 

 


davidoster

davidoster
  • profile picture
  • Member

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"); 


victor

victor
  • profile picture
  • Member

Posted 21 February 2013 - 19:32 PM

use the 'callback before insert' function.

aslampatwary

aslampatwary
  • profile picture
  • Member

Posted 14 June 2013 - 05:50 AM

Hi

HOw to use grocery crud in pyrocms module?

Please help me


davidoster

davidoster
  • profile picture
  • Member

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.