Hello,

I have some view code that I want to get outa the way by moving it into an include. It's not necessarily something I'd put in a partial for re-use by other views...but you never know. Anyway, should I use a simple include directive to load it, or should I use $this->render() in the view or should I use a partial?

What is the preferred way to do this within the view?

Thank you,
Dehru

Reply via email to