ZF-6734: Render DB content as if it were a view
Description
Am looking for a way to take page content in my db and render it like if it were a view.
To be able to add PHP code to the page I create and be able to do exactly same if it was a view script. (use helper, filter etc..)
Comments
Posted by Ryan Mauger (bittarman) on 2010-11-18T08:18:46.000+0000
Closing this as it is a support request.
Please direct support requests to the fw-general mailing list or #zftalk on freenode irc.
There is no method to do this, besides using something like eval from inside a view, which is probably a pretty bad idea!