Refactored a bunch of the display logic, added handling to avoid the infinite redirect loop in the controller.

This commit is contained in:
Josh Sherman 2010-09-19 19:13:11 -04:00
parent 4307594ab5
commit 6bd87d270d
5 changed files with 171 additions and 110 deletions

View file

@ -45,6 +45,7 @@ class Display_XML extends Display_Common
* @access private
* @param array $array array to convert into XML
* @return string generated XML
* @todo Method sucks, should replace
*/
private function arrayToXML($array)
{