Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
Sql_Query Class Reference
Collaboration diagram for Sql_Query:
Collaboration graph

Public Member Functions

 start ($class="")
 selection ($name, $option, $old="", $trans="", $class="", $js="", $addblank=0)
 makename ($base, $att, $num)
 form ($base, $option, $class="", $target="")
 plain_where ($base)
 generic_submit ($what, $base, $incr=1)
 where ($base, $incr=1)
 from ($base, $incr=0)
 plain_from ($base)
 start ($class="")
 selection ($name, $option, $old="", $trans="", $class="")
 makename ($base, $att, $num)
 form ($base, $option, $class="", $target="")
 plain_where ($base)
 translated_plain_where ($base, $field)
 where ($base, $incr=1)

Data Fields

 $classname = "Sql_Query"
 $persistent_slots
 $conditions = 1
 $input_size = 20
 $input_max = 80
 $method = "post"
 $lang = "en"
 $translate = "on"
 $container = "on"
 $variable = "on"
 $use_js = "on"
 $BLANK = -1
 $dict
 $compare

Member Function Documentation

form (   $base,
  $option,
  $class = "",
  $target = "" 
)

Here is the call graph for this function:

form (   $base,
  $option,
  $class = "",
  $target = "" 
)

Here is the call graph for this function:

from (   $base,
  $incr = 0 
)

Here is the call graph for this function:

generic_submit (   $what,
  $base,
  $incr = 1 
)

Here is the caller graph for this function:

makename (   $base,
  $att,
  $num 
)
makename (   $base,
  $att,
  $num 
)

Here is the caller graph for this function:

plain_from (   $base)

Here is the caller graph for this function:

plain_where (   $base)
plain_where (   $base)

Here is the caller graph for this function:

selection (   $name,
  $option,
  $old = "",
  $trans = "",
  $class = "" 
)
selection (   $name,
  $option,
  $old = "",
  $trans = "",
  $class = "",
  $js = "",
  $addblank = 0 
)

Here is the caller graph for this function:

start (   $class = "")
start (   $class = "")
translated_plain_where (   $base,
  $field 
)
where (   $base,
  $incr = 1 
)

Here is the call graph for this function:

where (   $base,
  $incr = 1 
)

Here is the call graph for this function:

Field Documentation

$BLANK = -1
$classname = "Sql_Query"
$compare
Initial value:
array(
"like" => "like",
">" => ">",
"<" => "<",
">=" => ">=",
"<=" => "<=",
"=" => "=",
"<>" => "<>"
)
$conditions = 1
$container = "on"
$dict
Initial value:
array(
"de" => array(
"searchfor" => "Suchen nach:",
"and" => "und",
"or" => "oder",
"like" => "enthält",
"reset" => "Neu",
"submit" => "Ausführen",
"less" => "Weniger",
"more" => "Mehr"
),
"en" => array(
"searchfor" => "Search for:",
"and" => "and",
"or" => "or",
"like" => "contains",
"reset" => "Reset Query",
"submit" => "Submit Query",
"less" => "Fewer",
"more" => "More"
)
)
$input_max = 80
$input_size = 20
$lang = "en"
$method = "post"
$persistent_slots
Initial value:
array(
"conditions", "input_size", "input_max", "method", "lang", "translate", "container", "variable"
)
$translate = "on"
$use_js = "on"
$variable = "on"

The documentation for this class was generated from the following files: