Welcome Guest, Not a member yet? Register   Sign In
Can not extends core Exception.php
#4

[eluser]Aken[/eluser]
Because show_error() by itself is a procedural function inside of system/core/Common.php, which in turn calls the show_error() method of the Exceptions class.

Not 100% how it works, but as an example:

Code:
show_error(); // procedural

$exc = new Exceptions();
$exc->show_error(); // Object orientated class method.


Messages In This Thread
Can not extends core Exception.php - by El Forum - 05-10-2012, 07:15 PM
Can not extends core Exception.php - by El Forum - 05-10-2012, 09:13 PM
Can not extends core Exception.php - by El Forum - 05-10-2012, 09:26 PM
Can not extends core Exception.php - by El Forum - 05-10-2012, 09:28 PM
Can not extends core Exception.php - by El Forum - 05-13-2012, 01:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB