Mapper::get_error()
Method: Return the DB error happen when executing sql.
Method: Get the validation rule
Model::parse_annotation_rule Read More »
Method: Get the sanitize function
Model::parse_annotation_sanitize Read More »
Method: Get the variable type
Model::parse_annotations_var Read More »
Method: Parse the annotations of the class, and cache it. The list should be – type: for casting – sanitize_*: the list of sanitize_ functions, which should be run on this property – rule: the rule that we use for validation
Model::parse_annotations Read More »
Method: In model, we going to parse the annotations if any.
Method: Sets the element value at the specified offset to null.
Model::offsetUnset Read More »
Method: Returns whether there is an element at the specified offset.
Model::offsetExists Read More »
Method: Sets the element at the specified offset.
Method: Returns the element at the specified offset.
Method: Set value of an object property.
Method: Retrieve the errors relate to a single property.
Method: Retrieve all validation errors;
Method: The validator engine.