Hey, awesome extension. I was wondering if you were planning on provider support for the CSqlDataProvider?
Hey, awesome extension. I was wondering if you were planning on provider support for the CSqlDataProvider?
When I click a letter say ‘H’ and then user filter in the girdview, it forgets ‘H’ and displays ‘All’, Am I missing something?
Thanks
Where i need insert line:
$alphaPages->charSet = array(‘A’, ‘Ą’, ‘B’, ‘C’, ‘Č’, ‘D’, ‘E’, ‘Ę’, ‘Ė’, ‘F’, ‘G’, ‘H’, ‘I’, ‘Į’, ‘Y’, ‘J’, ‘K’, ‘L’, ‘M’, ‘N’, ‘O’, ‘P’, ‘R’, ‘S’, ‘Š’, ‘T’, ‘U’, ‘Ų’, ‘Ū’, ‘V’, ‘Z’, ‘Ž’);
to change language? In model or in extension or in view? What is $alphaPages variable?
hi
I just got this error
Fatal error: Call to a member function getAlphaPagination() on a non-object in F:\xampp\htdocs\anno\levitation\admin\protected\extensions\alphapager\ApGridView.php on line 46
Hi, I’m having a problem with AlphaPager
I have a list of songs being fetched from the database. Some of this songs have the first letter with an accent. I have normalized the alpha pagination and I get the following pagination;
Pagination all - A - E.
and I have the following list of songs;
A Hora é Essa
É de Manhã
Eu Testo
When I click on the "E" link, I only get the "Eu testo", the other one "É de Manhã" does not show. I need that the links with accent and without to be together.
The DB is set to UTF8_unicode_ci. Any help will be much appreciated!