Assuming that I have a code like this:
controller is a class, and putted in somewhere. How do I do? Don't need include to use this class as below:<?php
class user_controller extends controller {
}
?>
PHP Code:<?php
include('somewhere/controller.php');
class user_controller extends controller {
}
?>



Reply With Quote



Bookmarks