<?php
require_once($_ SERVER['DOCUMENT_ROOT'].'/bamko3/includes/config.php');
class BreadCRM
{
function getBreadCrum($m odel_id,$sectio n_id)
{
$sql="select moduleName from bmk3_modules where moduleId=$model _id"
$breadCrum = <<<PATH
<a href="crm.php?m od_id=$model_id ">$row['moduleName']</a>
PATH;
$breadCrum .= "...
User Profile
Collapse
-
how to create this function please provide some demo of this.i am confussedLeave a comment:
-
dynamic breadcrum in php
hi i have a table in database having Module name and module id.and another table having section name crrosponding to each module.now i want to display the bread crums on my page in php.how can i do this.
i am using Url in My application as follows.MyFolde r/crm.php?mod=3&s ectionID=22&tas k=queueCont
according to this url i have to create a dynamic class for breadcrums for my application.ple ase help me..
No activity results to display
Show More
Leave a comment: