Is there's any way that I can find which class extends the "FrontController".PHP Code:class userController extends FrontController{
}
class FrontController{
function __construct(){
/* calling class name without explictly passing __CLASS__ to the constructor.
*/
}
}









Bookmarks