Welcome Guest, Not a member yet? Register   Sign In
Article or other text pagination helper
#4

[eluser]Jelmer[/eluser]
Wow, I forgot about this helper (even though it's integrated into a CMS of mine). There's a lot of inefficiency in it: the use of ereg instead of preg for regular expressions and ereg where also strpos(), str_replace() or even substr() could be used. Also the use of count() within the definition of a for-loop (which caused the function call on each iteration).
I'll rewrite this shortly to make it a lot more efficient.

Also: arguements 2,3 and 4 aren't necessary - they can all be gotten from the CI superobject with get_instance().

@theprodigy: this doesn't have anything to do with my helper, it should have it's own topic.


Messages In This Thread
Article or other text pagination helper - by El Forum - 07-30-2008, 09:59 AM
Article or other text pagination helper - by El Forum - 04-12-2010, 06:56 PM
Article or other text pagination helper - by El Forum - 04-12-2010, 07:00 PM
Article or other text pagination helper - by El Forum - 04-12-2010, 07:05 PM
Article or other text pagination helper - by El Forum - 04-12-2010, 07:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB