Overview

Packages

  • akismet
  • None
  • PHP
  • Smarty
    • Cacher
    • Compiler
    • Config
    • Debug
    • plugins
    • PluginsBlock
    • PluginsFilter
    • PluginsFunction
    • PluginsInternal
    • PluginsModifier
    • PluginsModifierCompiler
    • PluginsShared
    • Security
    • Template
    • TemplateResources
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Signatures
    • Signed
    • Transport
  • wa-apps
    • blog
      • actions
        • backend
        • blog
        • comment
        • cron
        • design
        • frontend
        • page
        • plugin
        • post
      • api
        • v1
      • cli
      • layout
      • model
      • plugin
        • aksimet
        • category
        • emailsubscription
        • favorite
        • gravatar
        • import
        • markdown
        • myposts
        • tag
        • troll
      • settings
    • checklists
      • backend
      • json
    • contacts
      • backend
    • developer
    • dummy
    • guestbook
    • guestbook2
    • photos
      • album
      • api
        • v1
      • backend
      • design
      • dialog
      • frontend
      • page
      • photo
      • plugin
        • comment
        • imageeffects
        • import
        • publicgallery
        • watermark
      • search
      • settings
      • stack
      • tag
      • upload
    • site
      • backend
      • blocks
      • config
      • design
      • domains
      • files
      • frontend
      • helper
      • layout
      • pages
      • routing
      • setting
    • stickies
      • api
        • v1
      • sheet
      • stiky
  • wa-plugin
    • payment
    • shipping
    • sms
  • wa-plugins
    • shipping
      • usps
  • wa-system
    • API
    • Auth
      • Adapters
    • Autoload
    • Cache
      • Adapter
    • Captcha
    • Config
    • Contact
    • controller
    • currency
    • database
    • datetime
    • design
    • event
    • exception
    • files
    • image
    • layout
    • locale
    • log
    • mail
    • page
      • action
      • model
    • payment
    • plugin
    • request
    • response
    • routing
    • shipping
    • sms
    • storage
    • user
    • util
    • validator
    • view
    • webasyst
      • api
      • backend
      • cli
      • config
      • layout
      • login
      • model
      • password
      • payment
      • profile
      • settings
      • shipment
    • widget
    • workflow
  • waPlugins
    • Payment
  • webasyst
    • wa-system
      • helper

Classes

  • waDbAdapter
  • waDbCacheIterator
  • waDbConnector
  • waDbIbaseAdapter
  • waDbMySQLAdapter
  • waDbMysqliAdapter
  • waDbPostgresAdapter
  • waDbQuery
  • waDbQueryAnalyzer
  • waDbRecord
  • waDbResult
  • waDbResultDelete
  • waDbResultIbaseIterator
  • waDbResultInsert
  • waDbResultIterator
  • waDbResultReplace
  • waDbResultSelect
  • waDbResultUpdate
  • waDbSqlite3Adapter
  • waDbStatement
  • waModel
  • waNestedSetModel

Exceptions

  • waDbException
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class waDbMysqliAdapter

This file is part of Webasyst framework.

Licensed under the terms of the GNU Lesser General Public License (LGPL). http://www.webasyst.com/framework/license/

waDbAdapter
Extended by waDbMysqliAdapter
Package: wa-system\database
Copyright: 2011 Webasyst LLC
Author: Webasyst LLC
Link: http://www.webasyst.com/
Located at wa-system/database/waDbMysqliAdapter.class.php
Methods summary
public
# connect( mixed $settings )
public
# select_db( mixed $database )

Overrides

waDbAdapter::select_db()
public mysqli_result
# query( string $query )

Performs a query on the database and return a result object or false

Performs a query on the database and return a result object or false

Parameters

$query
string
$query - SQL-query

Returns

mysqli_result
public
# close( )
public
# num_rows( mixed $result )
public mixed
# free( mysqli_result $result )

Parameters

$result
mysqli_result
$result

Returns

mixed
public mixed
# data_seek( mysqli_result $result, integer $offset )

Parameters

$result
mysqli_result
$result
$offset
integer
$offset

Returns

mixed
public mixed
# fetch_array( mysqli_result $result, integer $mode = waDbAdapter::RESULT_NUM )

Parameters

$result
mysqli_result
$result
$mode
integer
$mode

Returns

mixed
public mixed
# fetch_assoc( mysqli_result $result )

Parameters

$result
mysqli_result
$result

Returns

mixed

Overrides

waDbAdapter::fetch_assoc()
public
# insert_id( )
public
# affected_rows( )
public
# escape( mixed $string )

Overrides

waDbAdapter::escape()
public
# ping( )

Overrides

waDbAdapter::ping()
public
# error( )
public
# errorCode( )
public
# schema( mixed $table, mixed $keys = false )
public
# createTable( mixed $table, mixed $data )

Overrides

waDbAdapter::createTable()
protected
# exception( )
Methods inherited from waDbAdapter
__construct(), autocommit(), commit(), createIndex(), createSchema(), escapeField(), fetch(), getIterator(), multipleInsert(), reconnect(), rollback()
Constants inherited from waDbAdapter
RESULT_ASSOC, RESULT_BOTH, RESULT_NUM
Properties summary
protected mysqli $handler
#
Properties inherited from waDbAdapter
$settings
My fork of Webasyst Framework API documentation generated by ApiGen 2.8.0