Please enable JavaScript to view this site.

The manual for the JobRouter developer

Navigation: Dashboard API > Methods and objects of the dashboard API > Usable methods

Access the JobRouter database (getJobDB)

Scroll Prev Top Next More

This function allows you to access the JobRouter database.

This function returns an object of the JobDB type, which can then be used to query the JobRouter database using various SQL statements.

In case of an error a JobRouterException is thrown.

Example:

$jobDB = $this->getJobDB();