Another basic CodeIgniter Model


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php class Snippet extends Model {
  2.  
  3. function Snippet()
  4. {
  5. parent::Model();
  6. }
  7. }
  8. ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.