Todo List
[line 45]
[line 52]
Content_SimpleDate __construct( )
int addSimpleDate( array $sqlData)
bool checkDateOnEmpty( $dates)
Returns boolean true if month, day and year values are in a workable format.
int countSimpleDates( [array $params = array()])
List of supported params:
int deleteSimpleDate( int $id)
array selectSimpleDate( int $id)
array selectSimpleDates( [array $params = array()])
int simpleDateBelongsToCurrentProject( int $simple_date)
bool simpleDateBelongsToCurrentUser( int $simple_date)
bool simpleDateExists( int $id)
int updateSimpleDate( int $id, array $sqlData)
Returns amount of affected rows.