Overview

Packages

  • Auth
    • Ads
    • Ldap
    • Xoops
  • Autotasks
  • Config
    • Category
    • Item
    • Option
  • Core
    • Filesystem
    • Filters
    • Logger
    • Mail
    • Message
    • Password
    • Security
    • StopSpammer
    • Template
    • Textsanitizer
    • VersionChecker
  • Data
    • Avatar
    • Comment
  • Database
    • Connection
    • Criteria
    • Legacy
    • MySQL
    • PDO
    • Updater
  • Feeds
    • RSS
  • File
  • Form
    • Base
    • Elements
  • ICMS
    • IPF
      • View
  • Image
    • Category
  • Ipf
    • Category
    • Controller
    • Export
    • form
    • Keyhighlighter
    • Member
    • Object
    • Permission
    • richfile
    • Tree
    • urllink
    • View
  • kernel
    • Set
  • Member
    • Group
    • GroupMembership
    • GroupPermission
    • User
  • Messaging
  • Module
  • None
  • Notification
  • Page
  • Plugins
    • Editor
  • Preload
    • Libraries
  • Privmessage
  • Session
  • SmartObject
  • View
    • Block
    • Breadcrumb
    • PageNav
    • PrinterFriendly
    • Template
    • Templates
    • Theme
    • Tree

Classes

  • icms_db_Connection
  • icms_db_Factory
  • icms_db_legacy_Factory

Interfaces

  • icms_db_IUtility
  • icms_db_legacy_IDatabase
  • Overview
  • Package
  • Class

Class icms_db_legacy_Factory

Creates a database connection

icms_db_Factory
Extended by icms_db_legacy_Factory
Package: Database
Copyright: copyright (c) 2000-2007 XOOPS.org
License: GNU General Public License (GPL)
Author: http://www.xoops.org The XOOPS Project
Since: XOOPS
Located at db/legacy/Factory.php
Methods summary
protected
# __construct( )

Constructor

Constructor

Makes nothing.

public static object &
# instance( )

Get a reference to the only instance of database class and connects to DB

Get a reference to the only instance of database class and connects to DB

if the class has not been instantiated yet, this will also take care of that

Returns

object
Reference to the only instance of database class

Overrides

icms_db_Factory::instance()
public static object &
# getDatabase( )

Gets a reference to the only instance of database class. Currently only being used within the installer.

Gets a reference to the only instance of database class. Currently only being used within the installer.

Returns

object
Reference to the only instance of database class
public static object
# getDatabaseUpdater( )

Gets the databaseupdater object .

Gets the databaseupdater object .

Returns

object
@link icms_db_legacy_updater_Handler

Copyright

http://www.impresscms.org/ The ImpressCMS Project
Methods inherited from icms_db_Factory
pdoInstance()
Properties inherited from icms_db_Factory
$pdoInstance, $xoopsInstance
API documentation generated by ApiGen