template/php2/template/phpdb/class_{{table}}_ext.tpl
1.
<?php
2.
 
3.
class {{table}} extends _{{table}} {
4.
    
5.
}
6.
 
7.
?>
8.