Application/Resource/Db.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Application  
Subpackage
Resource  
Version
$Id$  

\Zend_Application_Resource_Db

Package: Zend_Application\Resource
Resource for creating database adapter
Parent(s)
\Zend_Application_Resource_ResourceAbstract
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Uses
 

Properties

>VPropertyprotectedstring $_adapter = null
Adapter to use
Default valuenullDetails
Type
string
>VPropertyprotected\Zend_Db_Adapter_Abstract $_db
>VPropertyprotectedboolean $_isDefaultTableAdapter = true
Wether to register the created adapter as default table adapter
Default valuetrueDetails
Type
boolean
>VPropertyprotectedarray $_params = array()
Parameters to use
Default valuearray()Details
Type
array

Methods

methodpublicgetAdapter() : string

Adapter type to use

Returns
TypeDescription
string
methodpublicgetDbAdapter() : null | \Zend_Db_Adapter_Abstract

Retrieve initialized DB connection

Returns
TypeDescription
null | \Zend_Db_Adapter_Abstract
methodpublicgetParams() : array

Adapter parameters

Returns
TypeDescription
array
methodpublicinit() : \Zend_Db_Adapter_Abstract | null

Defined by Zend_Application_Resource_Resource

Returns
TypeDescription
\Zend_Db_Adapter_Abstract | null
methodpublicisDefaultTableAdapter() : void

Is this adapter the default table adapter?

methodpublicsetAdapter(string $adapter) : \Zend_Application_Resource_Db

Set the adapter

Parameters
NameTypeDescription
$adapterstring
Returns
TypeDescription
\Zend_Application_Resource_Db
methodpublicsetDefaultMetadataCache(string | \Zend_Cache_Core $cache) : \Zend_Application_Resource_Db

Set the default metadata cache

Parameters
NameTypeDescription
$cachestring | \Zend_Cache_Core
Returns
TypeDescription
\Zend_Application_Resource_Db
methodpublicsetIsDefaultTableAdapter( $isDefaultTableAdapter) : \Zend_Application_Resource_Db

Set whether to use this as default table adapter

Parameters
NameTypeDescription
$isDefaultTableAdapter
Returns
TypeDescription
\Zend_Application_Resource_Db
methodpublicsetParams( $params) : \Zend_Application_Resource_Db

Set the adapter params

Parameters
NameTypeDescription
$params
Returns
TypeDescription
\Zend_Application_Resource_Db
Documentation was generated by phpDocumentor 2.2.0 .