Skip to content

Releases: tamedevelopers/database

v5.0.10

07 Aug 01:33

Choose a tag to compare

Added exec() method, which uses the PDO extension to directly execute query

$db->query("ALTER TABLE `langs` ADD COLUMN es TEXT; UPDATE `langs` SET es = en;")
     ->exec();

v5.0.9

04 Jul 02:13

Choose a tag to compare

Pagination update

Now able to pass all available $_GET parameters to the pagination data and return same to the URL building.

v5.0.8

26 Feb 07:28

Choose a tag to compare

update

v5.0.7

15 Nov 09:15

Choose a tag to compare

update

v5.0.6

09 Nov 01:19

Choose a tag to compare

composer update

v5.0.5

08 Nov 14:34

Choose a tag to compare

v5.0.4

21 Oct 03:04

Choose a tag to compare

v5.0.3

13 Oct 22:56

Choose a tag to compare

v5.0.2

09 Oct 04:08

Choose a tag to compare

v5.0.1

08 Oct 03:48

Choose a tag to compare

Readme update