Basic Classes
- DBConnector --- To make queries
- Modal --- To interact with database, not to write queries,
Default functions:
all() --- get all records as an objects array
get(array(key=>value)) --- gives an object by given filter
filter(array(key=>value)) --- gives objects array by given filters
save() --- will create an object, if it was taken from database it will update the record with the new data