DB_Builder::where()
Method: Define the conditions, for example where(‘property’,’value) This will create an equal statement.
Method: Define the conditions, for example where(‘property’,’value) This will create an equal statement.
Method: Guess the type of value for correcting placeholder
DB_Builder::guess_var_type Read More »
Method: Get the table name from class mapper;
Mapper::get_table_name Read More »
Method: Get the variable type
Model::parse_annotations_var Read More »
Method: Get the sanitize function
Model::parse_annotation_sanitize Read More »
Method: Get the validation rule
Model::parse_annotation_rule Read More »