kopia lustrzana https://github.com/magicbug/Cloudlog
9 wiersze
158 B
PHP
9 wiersze
158 B
PHP
![]() |
<?php
|
||
|
class Contesting_model extends CI_Model {
|
||
|
function __construct()
|
||
|
{
|
||
|
// Call the Model constructor
|
||
|
parent::__construct();
|
||
|
|
||
|
}
|
||
|
}
|