I want to create footer and header templates to connect them to main.php . Is it possible to connect them except through require ?

    1 answer 1

    If you just pull them out

     $this->render('header'); $this->render('footer');