I\'m building a simple blog system with FuelPHP and TinyMCE editor.
When I format my text in the TinyMCE (or CKEditor, doesn\'t matter) and save it in my database ev
How can you pass the data to the view? Can you show the code?
If you are using the View class there is a method which can let you choice when to encode the text or not (default is yes).