Re: [fw-general] Re: [ZF2 2.0.0rc2] Pagination is still broken.

2012-08-11 Thread sina miandashti
ok thanks cau please provide example of usage On Fri, Aug 10, 2012 at 3:50 AM, Marco Pivetta ocram...@gmail.com wrote: In fact I and Tonis already wrote one: https://github.com/doctrine/DoctrineORMModule/blob/master/src/DoctrineORMModule/Paginator/Adapter/DoctrinePaginator.php Still no

[fw-general] Re: [ZF2 2.0.0rc2] Pagination is still broken.

2012-08-11 Thread cmple
sina miandashti wrote learn doctrine orm and doctrine orm query builder @ official doctrine website http://docs.doctrine-project.org/ install doctrine orm module https://github.com/doctrine/DoctrineORMModule start querying with doctrine query builder send the query to your paginator

Re: [fw-general] Re: [ZF2 2.0.0rc2] Pagination is still broken.

2012-08-09 Thread sina miandashti
@marco writing adapter for doctrine was really easy for zf1 i dont thinks its hard to do it on zf2 @cmpl learn doctrine orm and doctrine orm query builder @ official doctrine website http://docs.doctrine-project.org/ install doctrine orm module https://github.com/doctrine/DoctrineORMModule

Re: [fw-general] Re: [ZF2 2.0.0rc2] Pagination is still broken.

2012-08-09 Thread Marco Pivetta
In fact I and Tonis already wrote one: https://github.com/doctrine/DoctrineORMModule/blob/master/src/DoctrineORMModule/Paginator/Adapter/DoctrinePaginator.php Still no good reason to just say use doctrine :) Marco Pivetta http://twitter.com/Ocramius http://marco-pivetta.com On 10 August

Re: [fw-general] Re: [ZF2 2.0.0rc2] Pagination is still broken.

2012-08-08 Thread Marco Pivetta
@sina there isn't any adapter for pagination based on the ORM as far as I know (also: I don't think that is very constructive). Marco Pivetta http://twitter.com/Ocramius http://marco-pivetta.com On 8 August 2012 09:03, cmple roman.vidya...@gmail.com wrote: sina miandashti wrote use