class ControllerBase
{
}
class postSmsController extends ControllerBase
{
}
class SmsSentController extends ControllerBase
{
}
CotrollerBase を phalcon の他のコントローラーと一緒に拡張する方法、SmsSentController で postSmsController の関数を使用したい、また両方の Controller クラスで ControllerBase の関数を使用したい。私は何をすべきか