Advertisement
Guest User

Untitled

a guest
Aug 29th, 2011
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
  2. class Computationmodel extends CI_Model {
  3.  
  4.     function __construct()
  5.     {
  6.     parent::__construct();
  7.   }
  8.  
  9.   function forum($forum_id)
  10.   {
  11.     /* some code.. */
  12.  
  13.   }
  14.  
  15. }
  16.  
  17. /* terminé */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement