Hello all,

So im new to Zend and the bulk of PHP coming over from the Rails community.
We are converting our site from Rails to PHP using the Zend framework, and i
have a trip up.

in Rails i am calling a reference to a rxml file like so :controller =>
:reports, :action => :data where this points to a controller with a data
action. and the associating view is in the view/reports/data.rxml(xml
partial)

So i am trying to do something similar in Zend by way of some of the
similarities that i see in Rails and Zend (of most MVC frameworks) 

can anyone help me out. 

When i put this

<?php echo $this->url(array('controller' => 'reports', 'action' => 'data'));
?>"

in the for the url string in source it gives me root/public/reports/data
which is not correct.

Thank you in advance for your help
-- 
View this message in context: 
http://www.nabble.com/displaying-an-xml-partial-tp21442624p21442624.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to