ok it's true...
Code:
<span class="active">
<?php $this->Input->get('items');
$this->import('Database');
$objDB = $this->Database->prepare("SELECT ref FROM ".cat_ferroviaire_fr." WHERE alias=?")->limit(1)->execute($this->Input->get('items'));
echo $objDB->ref; ?>
</span>
I have a last question :
How to display the correct breadcumbs depending on the class of modules ?
I do 2 breadcumbs : 1 for the website and 1 to the catalog reader page's
I'd like to add a condition based on the class..
Code:
if($this->cssID=='product'){...} else{}
is it possible ? Because it's always false in my page
Bookmarks