User Profile

Collapse

Profile Sidebar

Collapse
sunil rawat
sunil rawat
Last Activity: Jun 20 '11, 07:11 PM
Joined: Jun 9 '11
Location: Dehradun U.K
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sunil rawat
    replied to dynamic breadcrum in php
    in PHP
    <?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 .= "...
    See more | Go to post

    Leave a comment:


  • sunil rawat
    replied to dynamic breadcrum in php
    in PHP
    how to create this function please provide some demo of this.i am confussed
    See more | Go to post

    Leave a comment:


  • sunil rawat
    started a topic dynamic breadcrum in php
    in PHP

    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..
    See more | Go to post
No activity results to display
Show More
Working...