Ben genel bir menü jQuery UI sekmeleri kullanarak bir uygulama var, ve onlar büyük demektir. Yeni biçimi uygularken Ancak, ben bir strateji soruya geldim.
İlk olarak, kavram:
- Bir index.php dosyası birkaç sınıf dosyaları (aynı zamanda PHP) içerir ve sekmeleri çağırır
- (Açıklandığı gibi here) her sekme scriptin "ajax yükleme" özelliği ile sayfa başına bir dosya çeker
- Her sekme sayfası statik metin, ekrana içerik yüklenen sunucu tarafında dinamik jQuery'nin Ajax ile güncellenen içeriği bir arada içerir.
Now, the challenge: Everything is working as expected except that pages that are pulled into the tabs don't have access to the aforementioned included php files on the index page. I'm able to use that content if I do a separate includes on each of the ajax included pages, but that could get out of hand in a hurry. So, I'm seeking a strategy to get one set of included files to persist across all my pages.
Bu sorun için zarif bir çözüm için herhangi bir fikir?