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

Class: A_Sql_Join

Source Location: /Sql/Join.php

Class Overview


A_Sql_Join


Variables

Methods



Class Details

[line 15]
A_Sql_Join

Generate SQL joins




[ Top ]


Class Variables

$on =  null

[line 21]



Tags:

access:  protected

Type:   mixed


[ Top ]

$on_expression =  null

[line 22]



Tags:

access:  protected

Type:   mixed


[ Top ]

$table_left =  ''

[line 20]



Tags:

access:  protected

Type:   mixed


[ Top ]

$table_right =  ''

[line 19]



Tags:

access:  protected

Type:   mixed


[ Top ]

$type =  ''

[line 18]



Tags:

access:  protected

Type:   mixed


[ Top ]



Class Methods


constructor __construct [line 24]

A_Sql_Join __construct( [ $table_right = null], [ $table_left = null], [ $type = null])



Tags:

access:  public


Parameters:

   $table_right  
   $table_left  
   $type  

[ Top ]

method getTables [line 118]

void getTables( )



Tags:

access:  public


[ Top ]

method join [line 31]

void join( $table_right, $table_left, [ $type = null])



Tags:

access:  public


Parameters:

   $table_right  
   $table_left  
   $type  

[ Top ]

method on [line 47]

void on( $argument1, [ $argument2 = null], [ $argument3 = null])



Tags:

access:  public


Parameters:

   $argument1  
   $argument2  
   $argument3  

[ Top ]

method prependTableAlias [line 110]

void prependTableAlias( $alias, $table)



Tags:

access:  protected


Parameters:

   $alias  
   $table  

[ Top ]

method render [line 93]

void render( )



Tags:

access:  public


[ Top ]

method __toString [line 130]

void __toString( )



Tags:

access:  public


[ Top ]


Documentation generated on Sun, 24 Jul 2011 00:03:29 +0000 by phpDocumentor 1.4.3