Properties
_cursor : mixed Result of last mysql_query() call
_debug : int Debug mode; 0 = disabled, 1 = enabled
_errorMsg : string Error message from last query
_errorNum : int Error number from last query
_hasQuoted : boolean There are specific fieldnames to be quoted
_limit : int Maximum number of records to return from a query
_log : array Query history (only maintained if debug is enabled)
_nameQuote : string Named S???L element quotes (tables, fields, databases)
_nullDate : string Null date string
_offset : int Record offset
_quoted : array Array of values that should be quoted
_resource : mixed Database resource
_sql : string Current query
_table_prefix : string Database table prefix, normally 'jos_'
_ticker : int
Number of queries executed (only maintained if debug
is enabled)
_utf : boolean Supports UTF-8
name : string Database driver name
Appendix
[ 443 ]
Constructors
__construct( options: array ) : JDatabase
Builds a new JDatabase object and prepares the internal properties. Subclasses also connect
to the specified database.
Pages:
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611