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

Class: A_Sql_String

Source Location: /Sql/String.php

Class Overview


A_Sql_String


Variables

Methods



Class Details

[line 16]
A_Sql_String

Generate SQL using strings with replaceable tags




[ Top ]


Class Variables

$_prefix =  ':'

[line 20]



Tags:

access:  protected

Type:   mixed


[ Top ]

$_sql =  ''

[line 19]



Tags:

access:  protected

Type:   mixed


[ Top ]

$_suffix =  ''

[line 21]



Tags:

access:  protected

Type:   mixed


[ Top ]



Class Methods


constructor __construct [line 23]

A_Sql_String __construct( $string)



Tags:

access:  public


Parameters:

   $string  

[ Top ]

method append [line 56]

void append( $string)



Tags:

access:  public


Parameters:

   $string  

[ Top ]

method has [line 46]

void has( $search)



Tags:

access:  public


Parameters:

   $search  

[ Top ]

method join [line 51]

void join( $array, [ $delimiter = ','])



Tags:

access:  public


Parameters:

   $array  
   $delimiter  

[ Top ]

method prepend [line 61]

void prepend( $string)



Tags:

access:  public


Parameters:

   $string  

[ Top ]

method render [line 66]

void render( )



Tags:

access:  public


[ Top ]

method replace [line 28]

void replace( $search, $replace, [ $join_delimiter = ','])



Tags:

access:  public


Parameters:

   $search  
   $replace  
   $join_delimiter  

[ Top ]

method _replace [line 71]

void _replace( $search, $replace)



Tags:

access:  protected


Parameters:

   $search  
   $replace  

[ Top ]

method __call [line 76]

void __call( $name, $args)



Tags:

access:  public


Parameters:

   $name  
   $args  

[ Top ]

method __toString [line 81]

void __toString( )



Tags:

access:  public


[ Top ]


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