pdo_fetchall() pdo_fetchall( $sql, $params = array(), $keyfield = '') Parameters $sql $params $keyfield
pdo_get() pdo_get( $tablename, $condition = array(), $fields = array()) Parameters $tablename $condition $fields
pdo_getall() pdo_getall( $tablename, $condition = array(), $fields = array(), $keyfield = '', $orderby = array(), $limit = array()) Parameters $tablename $condition $fields $keyfield $orderby $limit
pdo_getslice() pdo_getslice( $tablename, $condition = array(), $limit = array(), $total = null, $fields = array(), $keyfield = '', $orderby = array()) Parameters $tablename $condition $limit $total $fields $keyfield $orderby
pdo_getcolumn() pdo_getcolumn( $tablename, $condition = array(), $field) Parameters $tablename $condition $field
pdo_count() pdo_count( $tablename, $condition = array(), $cachetime = 15) Parameters $tablename $condition $cachetime
pdo_update() pdo_update( $table, $data = array(), $params = array(), $glue = 'AND') Parameters $table $data $params $glue
pdo_fieldmatch() pdo_fieldmatch( $tablename, $fieldname, $datatype = '', $length = '') Parameters $tablename $fieldname $datatype $length