• guilhermeblanco's avatar
    Fixed count bug in Doctrine_Pager that was wrong counting the total of results... · b68eba07
    guilhermeblanco authored
    Fixed count bug in Doctrine_Pager that was wrong counting the total of results found. Added 3 new methods: Doctrine_Pager::getExecuted (checks if the Pager was already executed), Doctrine_Pager_Layout::execute (handy access to execute Pager query without having to access Doctrine_Pager instance) and Doctrine_Pager_Layout::processPage (processes the template of a given page and returns the parsed string)
    b68eba07
Range.php 3.81 KB