10 lines
100 B
PHP
10 lines
100 B
PHP
|
<?php
|
||
|
|
||
|
class Test extends MM_Controller {
|
||
|
|
||
|
function __construct()
|
||
|
{
|
||
|
parent::__construct();
|
||
|
}
|
||
|
|
||
|
}
|