I create a view helper to show comments for a article.(by getting article_id
from comments table and using foreach to get each comment).

But in comment table only has commentator's id.

I used a view helper to convert user_id to get the user name.

With in a view helper can I call another view helper?

How do I handle this  case?

-- 
View this message in context: 
http://www.nabble.com/view-helpers-within-a-view-helper-tp25351769p25351769.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to