Home Page
  • March 19, 2024, 03:47:46 am *
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

Official site launch very soon, hurrah!


Author Topic: DSQL  (Read 13927 times)

Dakusan

  • Programmer Person
  • Administrator
  • Hero Member
  • *****
  • Posts: 534
    • View Profile
    • Dakusan's Domain
DSQL
« on: October 11, 2014, 12:48:49 am »

Full content for the DSQL project can be found at https://www.castledragmire.com/Projects/DSQL.

Description: A MySQL library for PHP with functionality to help facilitate cleaner and quicker SQL access
Information:

I’ve found using php’s included MySQL functions to be cumbersome, take a lot more code than necessary, and create code that is not very readable. I am also not completely happy with PDO, so DSQL is my solution to this problem. I use it heavily in all of my professional web projects.

The classes in this library are written generically so they could easily be converted to any other database software.

Languages: PHP, MySQL
Logged