Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter PHP Style Guide
#5

[eluser]TheFuzzy0ne[/eluser]
Not a problem. I have a Debian server sitting right next to me.

I have tried the following code with Windows and Linux, and it doesn't seem to make any difference. But I'm not sure if I missing something:

Code:
class MY_Class
{
    function MY_Class()
    {
        echo "class instantiated!\n";
    }

    function MY_FUNCTION()
    {
        echo "MY_FUNCTION() called\n";
    }
}

$class = new my_class();
$class->my_function();

# Output (both Windows and Linux):
#
# class instantiated!
# MY_FUNCTION() called

I can only conclude that this is more about consistency than anything else. Every framework has naming conventions, even if they're just their for consistency. My validator will be based upon the style guide, so I think that this should be flagged as a warning, unless of course it really can cause problems.


Messages In This Thread
CodeIgniter PHP Style Guide - by El Forum - 05-23-2009, 10:58 AM
CodeIgniter PHP Style Guide - by El Forum - 05-23-2009, 11:00 AM
CodeIgniter PHP Style Guide - by El Forum - 05-23-2009, 11:10 AM
CodeIgniter PHP Style Guide - by El Forum - 05-23-2009, 11:14 AM
CodeIgniter PHP Style Guide - by El Forum - 05-23-2009, 11:37 AM
CodeIgniter PHP Style Guide - by El Forum - 05-23-2009, 11:41 AM
CodeIgniter PHP Style Guide - by El Forum - 05-23-2009, 11:59 AM
CodeIgniter PHP Style Guide - by El Forum - 05-23-2009, 02:24 PM
CodeIgniter PHP Style Guide - by El Forum - 05-23-2009, 02:36 PM
CodeIgniter PHP Style Guide - by El Forum - 05-23-2009, 05:24 PM
CodeIgniter PHP Style Guide - by El Forum - 05-23-2009, 06:54 PM
CodeIgniter PHP Style Guide - by El Forum - 05-24-2009, 03:23 AM
CodeIgniter PHP Style Guide - by El Forum - 05-24-2009, 03:36 AM
CodeIgniter PHP Style Guide - by El Forum - 07-12-2011, 02:27 AM
CodeIgniter PHP Style Guide - by El Forum - 07-12-2011, 02:32 AM
CodeIgniter PHP Style Guide - by El Forum - 07-12-2011, 02:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB