5 lines
99 B
PHP
5 lines
99 B
PHP
|
<?php
|
||
|
class Table_ProfilExtractions extends Libs_Table
|
||
|
{
|
||
|
protected $_name = 'profileExtraction';
|
||
|
}
|