Ben php kod yankı Jumi kullanarak ve daha sonra bir Joomla Madde gösteren ve everythings cezası çalışıyorum. Şimdi ben bunu yapmak istiyorum:
Çıktı temelde böyle bir veritabanından bir listesi:
Name Price Type
A 1 T1
B 2 T2
Bu listede ben aynı tipte sadece göstermek öğelere bağlantılar eklemek istiyorum, bu yüzden "T1" tek tip T1 şeyleri gösteren bir sayfa istiyorum. Yani ben bir türü alır yeni bir sayfa yaparak bunu ve daha sonra veritabanından o türdeki tüm öğeleri almak düşündüm. Joomla olmadan bu wouldv'e Joomla ile ben nereden başlayacağınızı pek emin değilim, oyuncağı olmuştur.
How should the a href=... tags in the html code printed by my php script look?
Is my basic structure still correct, and if so, how do I make Joomla open the new page in the normal frame and not replace the whole Joomla page. some kind of target-frame attribute?
EDIT:
I know I should be using a component instead, however I just need to get this working before going on vacation in three days. I will do it properly when I get back.
I don't mind if the entire page reloads, what I do need is the Joomla menu, header-banner and other things around the page to be loaded as well. If I just use a href=mypage.php I assume the header and everything around it will disappear.