On Sat, Feb 14, 2009 at 7:14 PM, PHPScriptor <[email protected]> wrote: > > Would be nice if you told us what your (stupid :-D) blunder was... In case > someone has the same problem, he would not have to ask again...
Sorry I forgot about it. Actually it was really stupid :-) Basically I have a function in controller ShowAllEntries($pg); this calls the FetchAllEntries($page=null) in my model What really happened is I forgot to pass $pg when calling FetchAllEntries. I was calling FetchAllEntries() instead of FetchAllEntires($pg). Though it was difficult to spot for some time. :-) Regards! -- ======================= Registered Linux User #460714 Currently Using Fedora 8, 10 =======================
