Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ErrorException [ Fatal Error ]: Call to a member function editor() on a non-object
- APPPATH/views/editor.php [ 12 ]
- 7
- 8
- 9 <form method="post" action="<?php echo URL::site('editor/text') ?>" >
- 10
- 11 <?php
- 12 echo $editor->editor('name', 'Lorem ipsum...', array('width' => 400));
- 13 ?>
- 14
- 15 <input type="submit" />
- 16 </form>
- 17 </body>
Advertisement
Add Comment
Please, Sign In to add comment