databases
[ class tree: databases ] [ index: databases ] [ all elements ]

Procedural File: MySQL_constants.inc.php

Source Location: /databases/mysql/MySQL_constants.inc.php



Page Details:

Constants need for the mysql subpackage.



Tags:

filesource:  Source Code for this file







MYSQL_OUTPUT_ASSOC [line 21]

MYSQL_OUTPUT_ASSOC = 1
Used as flag in serveral Methods of this class to get a result array in a special kind. This effects that the result array will output as an associative array.


[ Top ]



MYSQL_OUTPUT_DEFAULT [line 14]

MYSQL_OUTPUT_DEFAULT = 0
Used as flag in serveral Methods of this class to get a result array in a special kind. This is the default value. It effects that the result array will output as a mixture of an associative and a index based array.


[ Top ]



MYSQL_OUTPUT_NUM [line 28]

MYSQL_OUTPUT_NUM = 2
Used as flag in serveral Methods of this class to get a result array in a special kind. This effects that the result array will output as an index based array.


[ Top ]




Documentation generated on Thu, 05 Jun 2008 19:14:30 +0200 by phpDocumentor 1.4.1