Skip to main content

tanya CARA BUAT MENU SUPERFISH di Codeigniter ?

May 20, 2011 by eddy313

eddy313's picture

temen2 tanya bagaimana cara buat menu jquery superfish yang terhubung database di codeigniter. terima kasih

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Re: tanya CARA BUAT MENU SUPERFISH di Codeigniter ?

May 22, 2011 by firgilius, 11 weeks 8 hours ago
Comment: 8198

firgilius's picture

klo ane si biasa aj bkin ky load data u/ view, misal:

<ul class="sf-menu"> 
 <li><a href="#" class="<?php echo ($active=='service')?'active':'';?>">Services</a>
<?php $service = MPage::getList(MPage::SERVICE);?>
                            <?php if($service):?>
                            <ul>
                                <?php foreach($service as $row_s):?>
                                <li><?php echo anchor('service/'.$row_s['page'],$row_s['title'],array('title'=>$row_s['title']));?></li>
                                <?php endforeach;?>
                            </ul>
                            <?php endif;?>
</ul>
</li>

Tp jangan lupa bkin config autoload model yg akan dambil datanya

kurang paham

May 23, 2011 by eddy313, 11 weeks 5 hours ago
Comment: 8203

eddy313's picture

mas kurang paham, maklum newbie, boleh minta lengkapnya?

Ok

May 23, 2011 by firgilius, 10 weeks 6 days ago
Comment: 8208

firgilius's picture

besok dkrimnin contoh script sm htmlnya, sorry g bisa skg br plg om

Premium Drupal Themes by Adaptivethemes