Questions tagged [zendx]

ZendX stands for “Zend Framework – Extras Library"

ZendX was created with the intention of improving and building upon the already solid Zend Framework. They were introduced since Zend Framework version 1.7. Whilst the Zend Framework contains many great features, a need was felt to extend upon it's functionality. Rather than mix and match frameworks a repository of useful classes was created that built upon existing Zend Framework functionality.

The most notable additions to the library at present are the porting of the Java collections framework across to PHP and a RESTful style PHP web services implementation reminiscent of .NET web services.

Reference:

52 questions
0
votes
1 answer

Zend Framework Jquery Sortable

I have been trying to get JQuery Sortable working on my Zend Framework application but only with limited succes. I have been using the ZendX library for most of the Jquery functionality that i need such as the datepicker and those work perfectly…
Björn
  • 203
  • 6
  • 19
0
votes
1 answer

ZendX jQuery Autocomplete not working in framework

I added the ZendX library. Added the helper in controller: public function init() { $this->view->addHelperPath( 'ZendX/JQuery/View/Helper' ,'ZendX_JQuery_View_Helper'); } Created a form for view page: public function…
Majinbibo
  • 159
  • 5
  • 17
0
votes
1 answer

Zenx Jquery Datepicker Disable sundays and holidays

I am using Zendx Jquery to implement the datapicker. I need to disable certain dates, I can do this the manual way of adding the JS to the layout html page but Zendx renders it on the page for you. The code below works when adding the JS to the…
John Jones
  • 2,175
  • 2
  • 20
  • 29
0
votes
1 answer

Changing language to zendx_jquery_form_element_datepicker

I wonder if there a way to change the language in a zendx_jquery_form_element_datepicker, I mean, my page shows all in spanish, and when I show the element datepicker the days and months appear in english and I want them to appear in spanish.
jesus_25
  • 1
  • 1
0
votes
1 answer

jQuery ZendX setup

I am trying to test if jQuery is working in my application I have the following in my bootstrap: bootstrap:
Rex89
  • 153
  • 1
  • 3
  • 12
0
votes
1 answer

ZendX Jquery Form Autocomplete

Hi i'm using zendx_jquery_form_autocomplete. I have a mysql database with a table user. User has a ID and a Name. My problem is that i don't know I can do my research in the Name column and have the id of the right row. In the tutorial that i saw…
Simone
  • 85
  • 1
  • 9
0
votes
1 answer

Zend Framework Date to MySQL

Hi i'm using zendx form element date picker $datadinascita = new ZendX_JQuery_Form_Element_DatePicker('datadinascita'); $datadinascita->setLabel('Data di nascita:') ->setJQueryParam('dateFormat', 'dd-mm-yy') ->setJQueryParam('changeYear',…
Simone
  • 85
  • 1
  • 9
1 2 3
4