class TableSelectExplainBuilder  extends TableSelectBuilder
{
   static protected function buildSelectQuery()
   {
       return "EXPLAIN ".parent::buildSelectQuery();
   }
}

Why not do static:: instead of parent:: here?
--
Stanislav Malyshev, Zend Software Architect
[EMAIL PROTECTED]   http://www.zend.com/
(408)253-8829   MSN: [EMAIL PROTECTED]

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to