Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API > Work with databases

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 JobDB type, which can then be used to query the JobRouter database using various SQL commands.

In case of an error a JobRouterException is thrown.

Example:

$jobDB = $this->getJobDB();