Sgss_Font_Manager_Builder_Sqlite
Builds the SQLite database structure for the Sgss_Font_Manager_Abstract

Description

Implements:
Sgss_Font_Manager_Builder_Interface
Author:
Matsuda Shota
Copyright:
(c) 2007-2008 Matsuda Shota
License:
http://creativecommons.org/licenses/GPL/2.0/
Located in:
/Font/Manager/Builder/Sqlite.php (line 57)

Class overview

Method

void build (Zend_Db_Adapter_Abstract $db)

Builds the required structure with the specified database handle

Method detail

build

Builds the required structure with the specified database handle

Parameters:
  • Zend_Db_Adapter_Abstract $db

    Database handle to use with

Throws:
  • Sgss_Font_Manager_Exception

    When unable to build the structure in the database

Specified by:
Related subject:
Sgss_Font_Manager_Builder_Interface::build()
Signature:
public void build (Zend_Db_Adapter_Abstract $db)