Just been bored lately, been playing around with PHP (haven't touched it since March).
Figured I'd throw something together..
Doesn't look that great right now, but I'm just really doing it to play around.. not sure if I'll ever release it.
Been playing around with method chaining, really pretty neat imo.
Example:
AndPHP Code:$data = $this->database->select()->where("username", $username)->on("users")->fetch_object();
PHP Code:$this->database->update()->where("id", $user_id)->set($field, $value)->on("users");
![]()





).
Reply With Quote





