×
This forum has been locked. Please submit new Feature Requests on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Export to JSON and RAW/CSV views out of the box
Carlos
Yeni Üye
Posts: 1
10 yıl 1 ay önce #367
Yazan: Carlos
Export to JSON and RAW/CSV views out of the box, Carlos tarafından oluşturuldu
Hi there!!
I love this tool since the moment I discover it and it has helped me in a couple of projects. So thank you very much for this great tool!!
I have a couple of suggestions that I think would make your tool even better:
I love this tool since the moment I discover it and it has helped me in a couple of projects. So thank you very much for this great tool!!
I have a couple of suggestions that I think would make your tool even better:
- In both of the solutions I have developed I have used json views so it would be great to have the option of creating json.php controllers with just one click
- In one of the solutions I had to include a CSV exporter so it could be great to also offer the possibility of including the raw.php controllers when creating the view.
Şu kullanıcı(lar) Teşekkür etti: Andres Maeso, Chuyen Trung Tran, Nancy Anderson
Lütfen sohbete katılmak için Giriş ya da Hesap açın.
Mark Vink
Yeni Üye
Posts: 5
9 yıl 10 ay önce #577
Yazan: Mark Vink
Mark Vink tarafından Export to JSON and RAW/CSV views out of the box konusunda yanıtlandı
I would (also) love a view.raw.php included as default.
Something as simple like this would do the job for me
defined('_JEXEC') or die;
jimport('joomla.application.component.view');
class ComponentnameViewViewname extends JViewLegacy
{
function display($tpl = null)
{
parent::display($tpl);
}
}
Something as simple like this would do the job for me
defined('_JEXEC') or die;
jimport('joomla.application.component.view');
class ComponentnameViewViewname extends JViewLegacy
{
function display($tpl = null)
{
parent::display($tpl);
}
}
Lütfen sohbete katılmak için Giriş ya da Hesap açın.
Sayfa oluşturma süresi: 0.060 saniye