cloudlog/application/models/Contesting_model.php

9 lines
158 B
PHP
Raw Normal View History

<?php
class Contesting_model extends CI_Model {
function __construct()
{
// Call the Model constructor
parent::__construct();
}
}