veritabanı kullanarak zend navigasyon

1 Cevap php

nasıl yerine veritabanı tablo xml dosyası kullanımı Zend_Navigation için bir kap oluşturabilir?

teşekkürler

1 Cevap

sütun {eylem, kontrolör, ative, privalege ... vb tablo oluşturun)

o zaman

$rows = $db->fetchAll();
$config = Zend_config($rows);
$navigation = new Zend_Navigation($config); or new Zend_Navigation($rows);

why this not be used a)database is slow b)layered navigation would be mess (one to many relation you ill need to create more tables)