PEAR Forum :: PHP Extension and Application Repository

PEAR Forum Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
[dataobject] insert date

 
Post new topic   Reply to topic    PEAR Forum Forum Index -> Database
View previous topic :: View next topic  
Author Message
steeldevil



Joined: 12 Aug 2009
Posts: 2

PostPosted: Tue Aug 18, 2009 6:34 pm    Post subject: [dataobject] insert date Reply with quote

Hii,

I use the http://pear.php.net/manual/en/package.database.db-dataobject.php to interact with my database.

Now i have a timestamp field in a database table so, i tried many things but nothing seems to work the value is still the default (0000-00-00 00:00:00).

I tried many things from this page:
http://pear.php.net/manual/en/package.database.db-dataobject.intro-casting.php

but nothing seems to work

for example:
$this->startDate = DB_DataObject_Cast::dateTime();
$this->startDate = DB_DataObject_Cast::sql('NOW()');
....


the value is still 0000-00-00 00:00:00.

When i turn the debug level to 5 and read the query, the date field was not added to the query....

At the top of the page i see this message:
"This is experimental!, although it is documented, it currently only supports a limited amount of databases (send me fixes if you want it to support your favorite database), and the internal operations/API may change in the future.. "


I use Mysql... is there an other method i just want to insert a date.
I dont want to do it with a raw query because there are many date fields in the database.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    PEAR Forum Forum Index -> Database All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



PEAR Forum topic RSS feed 
Powered by phpBB © 2001, 2005 phpBB Group

Provided by Ministry of Web developement