sorting/ filtering paginated results - don't want to duplicate work if it already exists |
[eluser]dpgtfc[/eluser]
[quote author="manilodisan" date="1222102274"]What's wrong with CI's pagination class? I see their documentation pretty well written... http://ellislab.com/codeigniter/user-gui...ation.html[/quote] How well does the pagination work if you use your own oracle connection model instead of the built in one? My work uses Php 4.6 something and it looks like CI uses php5 OCI8 commands which just give me errors. Instead of dregging through the CI code I just wrote my own. However, I am also looking for a pagination option, and Oracle isn't as easy as MYSQL, and my PL/SQL skills aren't the greatest. I'd like to use CI, but I'm not sure if the support is there. |
Messages In This Thread |
sorting/ filtering paginated results - don't want to duplicate work if it already exists - by El Forum - 09-21-2008, 09:39 PM
sorting/ filtering paginated results - don't want to duplicate work if it already exists - by El Forum - 09-21-2008, 11:50 PM
sorting/ filtering paginated results - don't want to duplicate work if it already exists - by El Forum - 09-22-2008, 01:20 AM
sorting/ filtering paginated results - don't want to duplicate work if it already exists - by El Forum - 09-22-2008, 05:51 AM
sorting/ filtering paginated results - don't want to duplicate work if it already exists - by El Forum - 09-22-2008, 08:21 AM
sorting/ filtering paginated results - don't want to duplicate work if it already exists - by El Forum - 09-22-2008, 12:15 PM
|