32 lines
521 B
PHP
32 lines
521 B
PHP
<?php
|
|
|
|
namespace models;
|
|
|
|
use mt;
|
|
use phpcommon\SqlHelper;
|
|
|
|
class FragmentPool extends BaseModel {
|
|
|
|
public static function dropHero()
|
|
{
|
|
$rows = SqlHelper::ormSelect
|
|
(myself()->_getMysql($targetId),
|
|
't_fragment_pool',
|
|
array(
|
|
'fragment_type' => 0,
|
|
'alloc_time' => 0,
|
|
)
|
|
);
|
|
if ($rows) {
|
|
|
|
}
|
|
return null;
|
|
}
|
|
|
|
public static function dropGun()
|
|
{
|
|
|
|
}
|
|
|
|
}
|