wCMF  3.6
 All Classes Namespaces Files Functions Variables Groups Pages
class.ObjectQuery.php File Reference

Go to the source code of this file.

Classes

class  ObjectQuery
 

Variables

const QUERYOP_AND 'AND'
 
const QUERYOP_OR 'OR'
 
 $OQ_ATTRIBUTES
 

Variable Documentation

const QUERYOP_AND 'AND'

wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH

Licensed under the terms of any of the following licenses at your choice:

See the license.txt file distributed with this work for additional information.

Id:
class.ObjectQuery.php 1462 2014-02-04 23:52:27Z iherwig

Some constants describing the build process

Definition at line 30 of file class.ObjectQuery.php.

Referenced by ObjectQuery\makeConditionStr().

const QUERYOP_OR 'OR'

Definition at line 31 of file class.ObjectQuery.php.

Referenced by SOAPController\soapSearch().

$OQ_ATTRIBUTES
Initial value:
= array(
"pre_operator",
"inter_operator",
"query_condition",
"table_name"
)

ObjectQuery attributes

Definition at line 36 of file class.ObjectQuery.php.