Skip to content

calebeoliveira/Paladin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paladin

Paladin is a lightweight DAO (Data Access Object) written for PHP 5.3+. For now, supporting only the MySQL DBMS. All configuration access is made to the class itself, or can be passed as parameter to the constructor.

Example of use:

<?php
$db = new Paladin();

$db->query("INSERT INTO 'todo' ('text') VALUES (:param1)", 
		   [ 'param1' => 'foo bar bad text unsecure text' ]);

About

Proof of concept PHP framework for database connections.

Resources

License

Stars

1 star

Watchers

2 watching

Forks

Packages

 
 
 

Contributors