Date: 10/06/06 (Code WTF) Keywords: mysql, sql
class banner_class extends mysql_class { function test() { .... .... } } $result = new banner_class; $template = $result->test(); готовый код, в функции конструкции вида if ($_POST['foo'] == 'bar') { ... } ... { }
Source: http://community.livejournal.com/code_wtf/54113.html