Todo List
[line 45]
[line 52]
Content_BlogPosting __construct( )
int addBlogPosting( array $sqlData)
int blogPostingBelongsToCurrentProject( int $blog_posting)
bool blogPostingBelongsToCurrentUser( int $blog_posting)
bool blogPostingExists( int $id)
int countBlogPostings( [array $params = array()])
List of supported params:
int deleteBlogPosting( int $id)
int resolveBlogPosting( )
The function either expects the plain blog posting id (~ $_REQUEST['posting']) or a combination consisting of the following parameters:
array selectBlogPosting( int $id)
array selectBlogPostings( [array $params = array()])
array selectDifferentDays( array $params)
array selectDifferentMonths( array $params)
array selectDifferentYears( array $params)
int updateBlogPosting( int $id, array $sqlData)
Returns amount of affected rows.