Class: Doctrine_Query_Orderby

Source Location: /Doctrine/Query/Orderby.php

Class Doctrine_Query_Orderby

Class Overview

Doctrine_Query_Orderby

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

Doctrine_Query_Part
   |
   --Doctrine_Query_Orderby
Author(s): Information Tags:
Version:  $Revision: 1871 $
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 ORDER BY PARSER parses the order by part of the query string

[ Top ]
Properties
Methods
parse  [line 42]

  void parse( string $str, [ $append = false]  )

DQL ORDER BY PARSER parses the order by part of the query string

Parameters:
string   $str: 
   $append: 

API Tags:
Access:  public


[ Top ]