The point of the object is to connect to a single database and store information retrieved from a database as members in the object. Members can also be accessed as an associative array. As an example we could retrieve data from table "stuff" by doing
$thing->new_records('stuff');
$thing->get_records("id","1");
echo $thing->id;
echo $thing["id"];
the output would simply be 11 from the above set of statements.
Follow PHP DB Object
Other Useful Business Software
Simplify IT and security with a single endpoint management platform
NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers.
The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of PHP DB Object!