Re: [patch] Late static bindings (LSB)
From: Stanislav Malyshev Date: Fri, 21 Sep 2007 08:02:53 +0000 Subject: Re: [patch] Late static bindings (LSB) References: 1 2 3 4 5 Groups: php.internals Request: Send a blank email to internals+get-32413@lists.php.net to get a copy of this message
class TableSelectExplainBuilder extends TableSelectBuilder { static protected function buildSelectQuery() {Why not do static:: instead of parent:: here? -- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.comreturn "EXPLAIN ".parent::buildSelectQuery();} }
Thread (54 messages)
- RE: [PHP-DEV] [patch] Late static bindings (LSB)
- Re: [patch] Late static bindings (LSB)
- RE: [PHP-DEV] [patch] Late static bindings (LSB)
- Re: [patch] Late static bindings (LSB)
- Re: [patch] Late static bindings (LSB)
- RE: [PHP-DEV] [patch] Late static bindings (LSB)
- Re: [patch] Late static bindings (LSB)
- RE: [PHP-DEV] [patch] Late static bindings (LSB)
- Re: [patch] Late static bindings (LSB)
- RE: [PHP-DEV] [patch] Late static bindings (LSB)
- Re: [patch] Late static bindings (LSB)
- Re: [patch] Late static bindings (LSB)
- Re: [patch] Late static bindings (LSB)
- RE: [PHP-DEV] [patch] Late static bindings (LSB)
- Re: [patch] Late static bindings (LSB)
- Re: [patch] Late static bindings (LSB)
- Re: [patch] Late static bindings (LSB)
| « previous | php.internals (#32413) | next » |
|---|