Class OnpubQueryOptions

Description

Onpub database query options.

Located in /OnpubQueryOptions.php (line 14)


	
			
Variable Summary
Method Summary
OnpubQueryOptions __construct ()
int getPage ()
void setPage (int $page, int $rowLimit)
Variables
DateTime $dateAfter (line 64)

Default is NULL.

  • access: public
DateTime $dateLimit (line 70)

Default is NULL.

  • access: public
bool $fullTextSearch (line 76)

Default is FALSE.

  • access: public
bool $includeArticles (line 22)

Default is FALSE. Set to TRUE if you would like article data to be included in the database query results (where applicable).

  • access: public
bool $includeAuthors (line 28)

Default is FALSE.

  • access: public
bool $includeContent (line 34)

Default is TRUE.

  • access: public
bool $includeSections (line 40)

Default is FALSE.

  • access: public
string $order (line 52)

Default is NULL.

  • access: public
string $orderBy (line 46)

Default is NULL.

  • access: public
int $rowLimit (line 58)

Default is NULL.

  • access: public
Methods
Constructor __construct (line 80)
OnpubQueryOptions __construct ()
getPage (line 98)
  • access: public
int getPage ()
setPage (line 109)

Paginate a set of rows.

  • access: public
void setPage (int $page, int $rowLimit)
  • int $page
  • int $rowLimit

Documentation generated on Sat, 20 Sep 2008 19:13:19 -0400 by phpDocumentor 1.4.2