Omeka_Application_Resource_Options

Package: Application\Resource

class Omeka_Application_Resource_Options

extends Zend_Application_Resource_ResourceAbstract

Retrieve all the options from the database.

Options are essentially site-wide variables that are stored in the database, for example the title of the site. Failure to load this resource currently indicates that Omeka needs to be installed.

Omeka_Application_Resource_Options::init()
Returns:array
Omeka_Application_Resource_Options::setInstallerRedirect($flag)
Parameters:
  • $flag
Omeka_Application_Resource_Options::_convertMigrationSchema($options)

If necessary, convert from the old sequentially-numbered migration scheme to the new timestamped migrations.

Parameters:
  • $options
Returns:

void.