Todo List
[line 40]
[line 34]
[line 46]
int countAllPages( )
int countPagesByCategoryId( int $categoryId, [ $status = null])
int countPagesByKeyword( string $keyword, [array $targetColumns = null], [array $refinements = null])
int countPagesByStatus( [int $status = null])
array findPage( int $id)
array findPagesByCategoryId( int $categoryId, [ $status = null], [ $currentPage = null], [ $limit = null], [ $sortColumn = 'update_date'], [ $order = 'DESC'])
array searchPages( string $keyword, [int $currentPage = 1], [int $limit = 10], [ $targetColumns = null], [ $refinements = null], [ $sortColumn = 'update_date'], [ $order = 'DESC'])
array|null _searchTagIdsByKeyword( string $keyword)