Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Tom1204/bns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Documentation

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

About

Buy and Sell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages