Jelix 1.8.8

jSelectorDaoDb extends jSelectorDao
in package

see jISelector.iface.php for documentation about selectors.

Tags
subpackage

core_selector

author

Laurent Jouanneau

contributor

Loic Mathaud

copyright

2005-2012 Laurent Jouanneau, 2007 Loic Mathaud

see
http://www.jelix.org
licence

GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html

Table of Contents

$dbType  : mixed
name of the database type used by the connection.
$driver  : string
the name of the jDb driver used for the connection.
$module  : mixed
$profile  : mixed
$resource  : mixed
$_cachePath  : mixed
$_cacheSuffix  : mixed
$_compiler  : mixed
$_compilerPath  : mixed
$_dirname  : mixed
$_path  : mixed
$_suffix  : mixed
$_useMultiSourceCompiler  : mixed
$_where  : mixed
$type  : mixed
__construct()  : mixed
getCompiledFilePath()  : string
getCompiler()  : null|object
getDaoClass()  : mixed
getDaoRecordClass()  : mixed
getPath()  : string
toString()  : string
useMultiSourceCompiler()  : bool
_createCachePath()  : mixed
_createPath()  : mixed
findPath()  : mixed

Properties

$dbType

name of the database type used by the connection.

public mixed $dbType
Tags

$driver

the name of the jDb driver used for the connection.

public string $driver
Tags

Methods

__construct()

public __construct(mixed $sel, mixed $driver[, mixed $dbType = null ]) : mixed
Parameters
$sel : mixed
$driver : mixed
$dbType : mixed = null
Tags
Return values
mixed

getCompiledFilePath()

public getCompiledFilePath() : string
Tags
Return values
string

file path of the compiled file (if the main file should be compiled by jelix)

getCompiler()

public getCompiler() : null|object
Tags
Return values
null|object

the compiler used to compile file

getDaoRecordClass()

public getDaoRecordClass() : mixed
Tags
Return values
mixed

getPath()

public getPath() : string
Tags
Return values
string

file path corresponding to the resource pointing by the selector

toString()

public toString([mixed $full = false ]) : string
Parameters
$full : mixed = false

true if you want a full selector ("type:...")

Tags
Return values
string

the selector

useMultiSourceCompiler()

public useMultiSourceCompiler() : bool
Tags
Return values
bool

true if the compiler compile many file at one time

Search results