Todo List
[line 43]
[line 50]
Content_EventPosting __construct( )
int addEventPosting( array $sqlData)
int countEventPostings( [array $params = array()])
List of supported params:
int deleteEventPosting( int $id)
int eventPostingBelongsToCurrentProject( int $event_posting)
bool eventPostingBelongsToCurrentUser( int $event_posting)
bool eventPostingExists( int $id)
int resolveEventPosting( )
The function either expects the plain event posting id (~ $_REQUEST['posting']) or a combination consisting of the following parameters:
array selectDifferentDays( array $params)
array selectDifferentMonths( array $params)
array selectDifferentYears( array $params)
array selectEventPosting( int $id)
array selectEventPostings( [array $params = array()])
int updateEventPosting( int $id, array $sqlData)
Returns amount of affected rows.