Creating breadcrumb with cakephp is fairly simple task. One just need to put <?php echo $this->Html->addCrumb(‘Users’, ‘/users’); ?> in view and <?php echo $this->Html->getCrumbs(‘ >>…
Creating breadcrumb with cakephp is fairly simple task. One just need to put <?php echo $this->Html->addCrumb(‘Users’, ‘/users’); ?> in view and <?php echo $this->Html->getCrumbs(‘ >>…