pandamasta

Untitled

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