Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Releases: nicollassilva/SimplePHP

Release v1.9

08 Sep 23:44
Compare
Choose a tag to compare

New methods: orWhere(), skip() and take(), groupBy(), fourth argument to where clausures, whereRaw(), and others.

Release v1.8

01 Sep 14:08
Compare
Choose a tag to compare

Added useTable method, fixed method orderBy and fix bugs.

Release v1.7

23 Jul 15:22
Compare
Choose a tag to compare

Refactoring some methods, improving the flow of information and adding the count method.

Release v1.6

23 Jul 00:18
Compare
Choose a tag to compare

Added new methods to validate and format strings.

Release v1.5

22 Jul 16:00
826a9c8
Compare
Choose a tag to compare

Added log for SimplePHP errors and class improvements.

Release v1.4

21 Jul 17:28
Compare
Choose a tag to compare

Create method and fix others issues.

Release v1.3

20 Jul 21:13
86c8c10
Compare
Choose a tag to compare

New methods: save(), destroy().

Release Namespace

20 Jul 01:36
Compare
Choose a tag to compare

Changed namespace and selection methods already work.

Release v1.1

19 Jul 21:10
e2745c9
Compare
Choose a tag to compare

Introduction to the methods that will select the database, for example: find, asAttribute, except, where, only, orderBy, offset, limit...

Initial Release

19 Jul 03:23
e2745c9
Compare
Choose a tag to compare

Creating the first commit of the project and starting to develop.