Development

#2879 (creole seems to fetch time when using ->getDate())

You must first sign up to be able to contribute.

Ticket #2879 (new task)

Opened 6 months ago

creole seems to fetch time when using ->getDate()

Reported by: hartym Assigned to: hartym
Priority: minor Milestone: plugins
Component: sfPropelImpersonatorPlugin Version:
Keywords: Cc:
Qualification: Unreviewed

Description

in ResultSet? ->getDate() and ->getTime() returns the same thing, look how this was done in propel base peer mgenerated methods and maybe use ->getTimestamp() and separate with PHP.