Installer_Default

class Installer_Default

Package: Install

The default installer, which extracts values from the installer form to create the default Omeka installation.

property _db
property _form
__construct(Omeka_Db $db)

Constructor.

Parameters:
setForm(Zend_Form $form)

Set the form from which to extract data for the installer.

Parameters:
  • $form (Zend_Form) –
getDb()
install()
_getValue($fieldName)
Parameters:
  • $fieldName (unknown) –
_createSchema()
_createUser()
_setupMigrations()
_addOptions()
isInstalled()

Project Versions

Previous topic

Install

Next topic

Installer_Exception

This Page