About the View of Phalcon. I wanted to make a menu generator. And i want to Compile Two Volt files in to String and combine this string. After that, i just wanted to simply echo or return this string to View(This string will be in RAW HTML code).
And i didn't found any function to support it. If I make new View Object and Pick the Volt by $view->pick. it's not converting to String but stays in object.
So...Any idea how to do it? guys?