$tableKeys
$tableKeys :
PhalApi_Model_NotORM 基于NotORM的Model基类
insert(array $data, \long $id = NULL) : \long
Insert new record
it seems bo be a little strange, but the foreign key $id is required if we want to save data into multi tables
array | $data | data to be inserted, including the filed |
\long | $id | foreign key |
the id of new record