[fw-general] Re: Zend Router with Hostname and other routes

2010-03-19 Thread kilowatt303
Well i have solved it myself, here is the solution: Zend_Controller_Router_Route_Hostname :username.avidimages.net Zend_Controller_Router_Route_Module On default

[fw-general] RE: Graphs using Zend Framework

2010-03-19 Thread kilowatt303
Here is how i set up OpenFlash charts (http://teethgrinder.co.uk/open-flash-chart/) Controller action: public function statsAction(){ $this->_helper->viewRenderer->setNoRender(true); $this->_helper->layout->disableLayout(); $transactions = new Orders(); $data = $tr

[fw-general] Zend Router with Hostname and other routes

2010-03-19 Thread kilowatt303
Hello all, Its been years since i was stuck enough with anything to ask for help, but this is driving me nuts! My router config: Zend_Controller_Router_Route_Hostname :username.example.com Zend_Controller_Router_Route_Module On