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

Class: PMO_Request

Source Location: /fichiers/v0.15/PMO_core/PMO_Request.php

Interface Overview


This interface defines the methods a class must implement to provide a working SQL request to the PMO_MyController class


Author(s):

Methods



Class Details

[line 46]
This interface defines the methods a class must implement to provide a working SQL request to the PMO_MyController class



Tags:

see:  PMO_MyRequest


[ Top ]


Class Methods


method field [line 56]

object field( $field, string $field,...)

the implementation must store the passed $field arguments in the PMO_MyRequest::$field property and return the object itself.



Tags:

access:  public


Parameters:

string   $field,...  
   $field  

[ Top ]

method from [line 66]

object from( $from, string $from,...)

the implementation must store the passed $from arguments in the PMO_MyRequest::$from property and return the object itself.



Tags:

access:  public


Parameters:

string   $from,...  
   $from  

[ Top ]

method having [line 96]

object having( $having, string $having,...)

the implementation must store the passed $having arguments in the PMO_MyRequest::$having array and return the object itself.



Tags:

access:  public


Parameters:

string   $having,...  
   $having  

[ Top ]

method limit [line 106]

object limit( string|integer $limit)

the implementation must store the passed $limit argument in the PMO_MyRequest::$limit property.



Tags:

access:  public


Parameters:

string|integer   $limit  

[ Top ]

method order [line 86]

object order( $order, string $order,...)

the implementation must store the passed $order arguments in the PMO_MyRequest::$order property and return the object itself.



Tags:

access:  public


Parameters:

string   $order,...  
   $order  

[ Top ]

method reset [line 120]

void reset( )

the implementation must reset the object



Tags:

access:  public


[ Top ]

method toString [line 115]

string toString( )

the implementation must create the SQL query using the stored values.



Tags:

see:  PMO_MyRequest::toString()
access:  public


[ Top ]

method where [line 76]

object where( $where, string $where,...)

the implementation must store the passed $where arguments in the PMO_MyRequest::$where property and return the object itself



Tags:

access:  public


Parameters:

string   $where,...  
   $where  

[ Top ]


Documentation generated on Wed, 15 Oct 2008 09:18:07 -0400 by phpDocumentor 1.4.1