it really depends on what you will be using it for. i started development on it because the web hosting i was using didn't offer any sort of database package, so i figured i would write my own database routines using files with php. most web hosting companies these days provide a database, so i really haven't had any need for this lately.
as such, i haven't done any development on this project in a few years, so there are still many issues with it. it is not very efficient if you are going to be storing a lot of data, as it does not do any sort of hasing or very good indexing. if it is just small amounts of data, then it should be ok.
hope that helps!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Am considering using this in a PHP project. But i can't tell right now if it's in any real use. Can someone tell me?
AS
it really depends on what you will be using it for. i started development on it because the web hosting i was using didn't offer any sort of database package, so i figured i would write my own database routines using files with php. most web hosting companies these days provide a database, so i really haven't had any need for this lately.
as such, i haven't done any development on this project in a few years, so there are still many issues with it. it is not very efficient if you are going to be storing a lot of data, as it does not do any sort of hasing or very good indexing. if it is just small amounts of data, then it should be ok.
hope that helps!