CodeClerks

EasyDatabase for PHP for $5

Level 1
Attention: The owner of this service has not logged into CodeClerks for more than 30 days. It is highly recommend that you contact them before ordering this service. Last Login: 591 days ago

EasyDatabase for PHP

EasyDatabase easy mysql server access!
EasyDatabase is a simple API for accessing a mysql database from php code. This software lets you easily without knowing sql reading/modify/delete data from a database.

Connecting to the database

$database = Database::connect("host", "user","password","db name");

Selecting data from the database
$result = $database->table("users")->selectAllFields()->where("id=5")->execute();
$array = $result->arrays();
$id = $array[0]["id"];

Inserting a new row
$database->table("users")->insert(array("id"=>6,"name"=>"user33"))->execute();

And more....

Features:
For those who don't know SQL

  • Connecting to a database server.
  • Access tables inside a database.
  • Read, modify, delete a table's contents, this means you are able to:
    1. Delete rows
    2. Insert new rows (or automaticly update existing ones)
    3. Insert rows containing data from rows of other tables
    4. Reading rows from the database, and filter them.
    5. Change values of rows


For theose who know SQL
  • Run custom queries on it.
  • Create and call functions
  • Do an expression
  • Select data in database scope instead of selecting from a table


Tags

Mysql Php Database Sql Mysqli

0.0

0 reviews

Rating breakdown


This service is currently unavailable and cannot be ordered. Please try again later.
Order Now ($5)

Other services by stefancloudt