Guest User

Untitled

a guest
Nov 24th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <?php if (! defined('BASEPATH')) exit('No direct script access');
  2.  
  3. class Forum_model extends CI_Model {
  4.  
  5.  
  6.     function loadCategory() {
  7.        
  8.     }
  9.    
  10.     function loadThreads() {
  11.        
  12.     }
  13.    
  14.     function createThread() {
  15.        
  16.     }
  17.    
  18.     function createComment() {
  19.        
  20.     }
  21.  
  22. }
Add Comment
Please, Sign In to add comment