[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/plugins/system/legacy/ -> mysql.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
License: GNU/GPL, see LICENSE.php
Version: $Id: mysql.php 14401 2010-01-26 14:10:00Z louis $
File Size: 80 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

database:: (3 methods):
  __construct()
  loadObject()
  query_batch()


Class: database  - X-Ref

Legacy class, use {@link JDatabase} instead

__construct($host='localhost', $user, $password, $database='', $prefix='', $offline = true)   X-Ref
No description

loadObject( &$object )   X-Ref
This global function loads the first row of a query into an object

If an object is passed to this function, the returned row is bound to the existing elements of <var>object</var>.
If <var>object</var> has a value of null, then all of the returned query fields returned in the object.

param: object The address of variable

query_batch( $abort_on_error=true, $p_transaction_safe = false)   X-Ref
Execute a batch query

return: mixed A database resource if successful, FALSE if not.



Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1