MVC- ( Symfony, ) include ( Symfony), . , . include include, , , .
, , , .
Model
Doctrine findByX, . parent, findByParent.
$items = Doctrine::getTable('TopMenuItems')->findByParent( isset($parent) ? $parent : null) )
<?php foreach($items as $item) : ?>
<?php $parent = $item['parent']; include('top_menu.php');
<?php endforeach; ?>
<?php if($user->wantsTopMenu()) : ?>
<?php include('top_menu.php'); ?>
<?php endif; ?>
, .