Welcome Guest, Not a member yet? Register   Sign In
Matchbox still alive - or at least usable?
#10

[eluser]wiredesignz[/eluser]
@phil, Thanks for providing this.

Could you explain why this method provides a $module parameter when it is not used by the subsequent library method.
Code:
//line 61
    function module_library($module, $library = '', $params = null)    {        
        return $this->library($library, $params, $module);    
    }
Code:
//line 229
    function library($library = '', $params = NULL) {
    ...

The same applies to all the other Matchbox module_ methods.

Also there does not seem to be provision for the other library alias parameter as per CI 1.7.1

EDIT:
From viewing the Matchbox library further I see now that all methods use debug_backtrace() to obtain the $module value from the passed in arguments rather than use the value directly.

This seems terribly inefficient coding and it is confusing at first glance. I'm sure it will be improved during the next update.


Messages In This Thread
Matchbox still alive - or at least usable? - by El Forum - 06-05-2009, 11:26 AM
Matchbox still alive - or at least usable? - by El Forum - 06-05-2009, 11:38 AM
Matchbox still alive - or at least usable? - by El Forum - 06-05-2009, 01:26 PM
Matchbox still alive - or at least usable? - by El Forum - 06-07-2009, 10:40 PM
Matchbox still alive - or at least usable? - by El Forum - 06-08-2009, 04:00 AM
Matchbox still alive - or at least usable? - by El Forum - 07-16-2009, 12:36 AM
Matchbox still alive - or at least usable? - by El Forum - 07-16-2009, 02:48 AM
Matchbox still alive - or at least usable? - by El Forum - 07-16-2009, 03:35 AM
Matchbox still alive - or at least usable? - by El Forum - 07-16-2009, 04:00 AM
Matchbox still alive - or at least usable? - by El Forum - 07-16-2009, 05:58 AM
Matchbox still alive - or at least usable? - by El Forum - 07-16-2009, 07:07 AM
Matchbox still alive - or at least usable? - by El Forum - 07-16-2009, 10:16 PM
Matchbox still alive - or at least usable? - by El Forum - 09-22-2009, 02:11 PM
Matchbox still alive - or at least usable? - by El Forum - 09-22-2009, 09:43 PM
Matchbox still alive - or at least usable? - by El Forum - 09-23-2009, 02:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB