Dialect.h File Reference

#include "onphp_core.h"

Include dependency graph for Dialect.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define ONPHP_ARGINFO_DIALECT
#define ONPHP_ARGINFO_DBCOLUMN

Variables

PHPAPI zend_class_entry * onphp_ce_Dialect
zend_function_entry onphp_funcs_Dialect []


Define Documentation

#define ONPHP_ARGINFO_DBCOLUMN

Value:

ZEND_BEGIN_ARG_INFO(arginfo_dbcolumn, 0) \
        ZEND_ARG_OBJ_INFO(0, column, DBColumn, 0) \
    ZEND_END_ARG_INFO();

Definition at line 22 of file Dialect.h.

#define ONPHP_ARGINFO_DIALECT

Value:

ZEND_BEGIN_ARG_INFO(arginfo_dialect, 0) \
        ZEND_ARG_OBJ_INFO(0, dialect, Dialect, 0) \
    ZEND_END_ARG_INFO()

Definition at line 17 of file Dialect.h.


Variable Documentation

PHPAPI zend_class_entry* onphp_ce_Dialect

Definition at line 27 of file Dialect.h.

Referenced by PHP_MINIT_FUNCTION().

zend_function_entry onphp_funcs_Dialect[]

Definition at line 370 of file Dialect.c.


Generated on Sun Dec 9 21:56:37 2007 for onPHP by  doxygen 1.5.4