Ben kayıt formu ile birlikte bir olay olarak bir modül geliştirmek istiyorum. Bir olay aslında bazı alanları gibi kayıt formu url ekleyerek hafif modifikasyonu ile bir sayfa modülü. Denetleyici bir görünüm döndüğünüzde, ben olay bilgi (madde) ve google maps widget ile birlikte bir kayıt formu Widget dönmek denetleyicisi istiyorum.
Bir widget sınıf düşünün:
<?php
class Registration_Form_Widget extends Widget{
......
}
My question is: Is it possible to create widget dynamically (I mean the creation of widget instance is dynamic (not the content) such using new Registration_Form_Widget and bypass the parameter such the registration form url that has been stored to the database?
Şimdiye kadar, ben otomatik artım kimliği ile dinamik Widget örneği oluşturmak için nasıl göstereceğim bir örnek görmek asla
teşekkürler ...