Пример #1
0
 public function _before_insert($post_array)
 {
     $post_array = parent::_before_insert($post_array);
     // HINT : Put your code here
     return $post_array;
 }