Welcome Guest, Not a member yet? Register   Sign In
Private methods are preventing me extending the CI_Email class
#5

[eluser]wiredesignz[/eluser]
None of CodeIgniter library methods should be private. If anything they should be protected methods so they can be extended freely but are unavailable outside of the class.

Another example of a problem introduced by the Reactor development team. They've seen @access marked private in the original class and given it no further thought.

@triplethree, Raise a bug report on the Reactor repository, they might get around to fixing it.


Messages In This Thread
Private methods are preventing me extending the CI_Email class - by El Forum - 06-22-2011, 04:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB