imagecms/ImageCMS

View on GitHub
application/modules/module_frame/models/module_frame_model.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 * @property CI_DB_active_record $db
 * @property DX_Auth $dx_auth
 */
class Module_frame_model extends CI_Model
{

    public function __construct() {
        parent::__construct();
    }

}