Ben Zend Framework için eski bir proje göç ediyorum. Ben filtre içeriğini değiştirir, bir damla aşağı liste var. Eski projede <select>
listenin onClick
olay aslında daha sonra $_SESSION
değişkeni güncellenir ve bir php komut dosyası için bir jQuery ajax arama yapılan bir işlev koştu Yanıt geri geldiğinde JavaScript sayfasını yeniden. Ben birkaç soru var:
- Bu iyi bir uygulama mı?
- Ben bir servlet yerine Denetleyicisi isteği göndermek gerekir? Bu ile konulardan biri damla aşağı liste görünümü bir yardımcı inşa ve tüm kontrolörlerin boyunca kullanılabilir olmasıdır, ama ben gerekli kodu koymak ve onları tüm bu miras olabilir anlıyorum.
- Ben tek başına servlet tipi rota gitmek DO ise, nerede hiyerarşisinde php dosyasını koymak? Aptalca bir soru ise ortak klasör-yüzden beni mazur varsayarak yaşıyorum.
- Ben dışarı izlemek için herhangi bir FRİKİKLERİNDEN vardır,
Zend_Session
aşina değilim?
--EDIT--
After some initial code testing I have run into an issue with my servlet php file (let's call it registrar.php
) is not able to get the Zend_Session_Namespace
from the Zend_Registry
when it is standalone (I'm not sure if I'm not doing it right, but since it's not being sent through index.php it makes sense to me that it can't access the registry). Instead of registrar.php
I'm going to create a RegistrarController