Advertisement
yudhaez0212

Untitled

Jan 6th, 2021
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. | list_live_streaming_category_view.php
  2.  
  3. ini adalah sebuah mekanisme tampilan untuk menyajikan data final
  4. berbentuk html, php, ajax pagination & jQuery dari parsingan data sebelumnya pada
  5. application/controllers/admin/video_streaming/video_category.php
  6.  
  7. dan dipanggil ketika hit function index & get_table
  8.  
  9. | create_live_streaming_category_view.php
  10.  
  11. ini adalah sebuah mekanisme tampilan untuk menambahkan data
  12. dalam berbentuk html & php
  13.  
  14. dan dipanggil ketika hit function create
  15. application/controllers/admin/video_streaming/video_category.php
  16.  
  17. pada line: 178
  18. $this->render($this->url . 'create_' . $this->prefix . '_view');
  19.  
  20. | edit_live_streaming_category_view.php
  21.  
  22. ini adalah sebuah mekanisme tampilan untuk mengupdate data
  23. dalam berbentuk html & php
  24.  
  25. dan dipanggil ketika hit function edit
  26. application/controllers/admin/video_streaming/video_category.php
  27.  
  28. pada line: 227
  29. $this->render($this->url . 'edit_' . $this->prefix . '_view');
  30.  
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement