Class: Doctrine_Query_From

Source Location: /Doctrine/Query/From.php

Class Doctrine_Query_From

Class Overview

Doctrine_Query_From

Located in /Doctrine/Query/From.php [line 33]

Doctrine_Query_Part
   |
   --Doctrine_Query_From
Author(s): Information Tags:
Version:  $Revision: 2217 $
Link:  www.phpdoctrine.com
Since:  1.0
License:  LGPL

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Doctrine_Query_Part

Doctrine_Query_Part::$query

Inherited From Doctrine_Query_Part

Doctrine_Query_Part::__construct()
Doctrine_Query_Part::getQuery()

[ Top ]
Method Summary
void   parse()   DQL FROM PARSER

[ Top ]
Properties
Methods
parse  [line 42]

  void parse( string $str  )

DQL FROM PARSER

parses the from part of the query string

Parameters:
string   $str: 

API Tags:
Access:  public


[ Top ]