Hello ... ;)

I have problem with $paginator->numbers.
When I execute code:

$paginator->sort('TOPIC', 'topic', array('url'=>
array('controller'=>'Projects', 'action'=>'sort'),'update'=>'list'));
everything works ok and my site use ajax.

When I try do the same with $paginator->numbers

echo $paginator->numbers(array('url'=> array('controller'=>'Projects',
'action'=>'sort'),'update'=>'list'));

I get <a href="/fw/projects/index/page:1/url:Array/update:list" >1</a>
instead of sth like:

( ... ) <script type="text/
javascript">Event.observe('link1213858332' ( ... )

there is no java script. :(

Can You help me ?
Sorry for my english ;D


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to