Guest User

Untitled

a guest
May 24th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <?php defined('SYSPATH') or die('No direct access allowed.');
  2.  
  3. class Konsert_Model extends ORM
  4. {
  5. protected $table_names_plural = FALSE;
  6.  
  7. protected $belongs_to = array('sted');
  8. protected $has_and_belongs_to_many = array('konsertsjangre');
  9. }
  10. ?>
Add Comment
Please, Sign In to add comment