Welcome Guest, Not a member yet? Register   Sign In
_ci_view_path to _ci_view_paths
#2

[eluser]WanWizard[/eluser]
The underscore indicates a private variable, in PHP4 there was no way to actually make it private.
Now that CI is PHP5, there is. So expect to see more of these changes.

Internal class variables should never be changed directly by 'client' code, but always through a class method where you can control the modification.


Messages In This Thread
_ci_view_path to _ci_view_paths - by El Forum - 05-02-2011, 09:03 AM
_ci_view_path to _ci_view_paths - by El Forum - 05-02-2011, 09:14 AM
_ci_view_path to _ci_view_paths - by El Forum - 05-02-2011, 09:25 AM
_ci_view_path to _ci_view_paths - by El Forum - 05-02-2011, 01:10 PM
_ci_view_path to _ci_view_paths - by El Forum - 05-05-2011, 05:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB