Tagged Questions
3
votes
2answers
865 views
Automatically selecting dates from databases as Zend_Date objects
From what I understand, the best way to deal with dates in the Zend Framework is to select them as a Unix timestamp from the database.
Quick Creation of Dates from Database Date Values
// SELECT ...