Welcome Guest, Not a member yet? Register   Sign In
jumping into the pool: 1st App
#17

[eluser]cahva[/eluser]
Just a quick tip. If you are already using __construct() as contstructor(PHP5 style constructor), you might as well use parent::__construct() instead of parent::Controller() (or whatever class you are extending from)

Code:
function __construct()
{
    parent::__construct();
}


Messages In This Thread
jumping into the pool: 1st App - by El Forum - 10-11-2010, 12:51 PM
jumping into the pool: 1st App - by El Forum - 10-11-2010, 02:37 PM
jumping into the pool: 1st App - by El Forum - 10-11-2010, 03:30 PM
jumping into the pool: 1st App - by El Forum - 10-11-2010, 03:33 PM
jumping into the pool: 1st App - by El Forum - 10-11-2010, 03:35 PM
jumping into the pool: 1st App - by El Forum - 10-11-2010, 03:38 PM
jumping into the pool: 1st App - by El Forum - 10-11-2010, 03:42 PM
jumping into the pool: 1st App - by El Forum - 10-11-2010, 03:54 PM
jumping into the pool: 1st App - by El Forum - 10-11-2010, 03:56 PM
jumping into the pool: 1st App - by El Forum - 10-11-2010, 04:01 PM
jumping into the pool: 1st App - by El Forum - 10-11-2010, 04:02 PM
jumping into the pool: 1st App - by El Forum - 10-11-2010, 04:04 PM
jumping into the pool: 1st App - by El Forum - 10-11-2010, 04:05 PM
jumping into the pool: 1st App - by El Forum - 10-11-2010, 04:13 PM
jumping into the pool: 1st App - by El Forum - 10-11-2010, 04:16 PM
jumping into the pool: 1st App - by El Forum - 10-11-2010, 04:31 PM
jumping into the pool: 1st App - by El Forum - 10-11-2010, 05:01 PM
jumping into the pool: 1st App - by El Forum - 10-11-2010, 05:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB