Skip to content

Commit

Permalink
Fixed model
Browse files Browse the repository at this point in the history
  • Loading branch information
hungnguyenhp committed Nov 25, 2021
1 parent c79cca7 commit 9955d90
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions hungng/HungNG_Custom_Based_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public function _page_limit($size = 500, $page = 0)
* Function check_exists
*
* @param string $value
* @param null $field
* @param mixed $field
*
* @return int
* @author : 713uk13m <[email protected]>
Expand Down Expand Up @@ -362,7 +362,7 @@ public function get_data_simple_result($selectField = '*', $wheres = [], $size =
/**
* Function get_all_data_simple_result
*
* @param null $options
* @param mixed $options
*
* @return array|array[]|object|object[]
* @author : 713uk13m <[email protected]>
Expand All @@ -389,8 +389,8 @@ public function get_all_data_simple_result($options = null)
* Function get_info
*
* @param string $value
* @param null $field
* @param false $array
* @param mixed $field
* @param bool $array
*
* @return array|mixed|object|null
* @author : 713uk13m <[email protected]>
Expand All @@ -416,8 +416,8 @@ public function get_info($value = '', $field = null, $array = false)
* Function get_value
*
* @param string $value_input
* @param null $field_input
* @param null $field_output
* @param mixed $field_input
* @param mixed $field_output
*
* @return array|mixed|object|null
* @author : 713uk13m <[email protected]>
Expand Down

0 comments on commit 9955d90

Please sign in to comment.