<?php class BaseCtrl { function BaseCtrl() { assert(false); } function process() { assert(false); } } ?>