So if any of you find a bug I will high appreciate your submission!
Search found 10 matches
- Fri May 26, 2006 3:16 pm
- Forum: Databases
- Topic: Database abstraction layer - OOP style w. pagination support
- Replies: 14
- Views: 1719
- Tue May 23, 2006 1:32 pm
- Forum: Databases
- Topic: Database abstraction layer - OOP style w. pagination support
- Replies: 14
- Views: 1719
To compare my little project with other DALs it is a little unpossible because: ADOdb - I'll never be a fun of ADO especially that it is NOT implemented using OOP facilities of PHP 5. :twisted: PEAR:: DB (or DBX) - it seems to bloated for me ant it is like someone will try to kill a fly with an atom...
- Fri Feb 24, 2006 8:18 am
- Forum: PHP - Code
- Topic: Pages of news?
- Replies: 3
- Views: 610
If u haven't found a solution yet, u could take a look
here
here
- Thu Feb 23, 2006 1:28 am
- Forum: Databases
- Topic: Database abstraction layer - OOP style w. pagination support
- Replies: 14
- Views: 1719
Re: another alternative
It seems that I’m not the only one who thinks that way!!!cknudsen wrote:...So, I can understand why you started your own db abstraction tool. There's nothing that fits as well as something you've written yourself
- Fri Feb 17, 2006 2:18 pm
- Forum: Databases
- Topic: Database abstraction layer - OOP style w. pagination support
- Replies: 14
- Views: 1719
Oh :o , well...anyway I suppose is a little different implementation of ADO than my previous example and I don't like ADO within any inplementation . :lol: I don't wanna be rude but ADODB is not the subject in this thread. :( I’m just searching for some feedback regarding my project…… :roll: That’s ...
- Fri Feb 17, 2006 1:43 am
- Forum: Databases
- Topic: Database abstraction layer - OOP style w. pagination support
- Replies: 14
- Views: 1719
By your own logic, other people would not be interested in your code because it would be easier for them to debug something they’ve made than to learn to use yours. Well maybe you are right...but this doesn’t exclude the possibility that someone would give me some feedback regarding project. In fac...
- Fri Feb 17, 2006 1:16 am
- Forum: Databases
- Topic: Database abstraction layer - OOP style w. pagination support
- Replies: 14
- Views: 1719
- Thu Feb 16, 2006 4:05 am
- Forum: Databases
- Topic: Database abstraction layer - OOP style w. pagination support
- Replies: 14
- Views: 1719
I don’t know for sure, but to be honest, I’ve start this project based on my own needs because it would be easier for me to debug something I’ve made than to learn to use something else :D …even if this means to reinvent the wheel, probably. :lol: During the development I’ve wondered if this would b...
- Thu Feb 16, 2006 2:59 am
- Forum: Databases
- Topic: Database abstraction layer - OOP style w. pagination support
- Replies: 14
- Views: 1719
Well, I suppose, the method behind pagination. In a few words, I saw tons of DB paginators who fetches the hole recordset in order to get total number of rows :lol: :lol: :lol: , wich is not the case in my solution 8) …I'm fetching only the required rows, not like ADO :lol: :lol: :lol: ........ and ...
- Thu Feb 16, 2006 2:39 am
- Forum: Databases
- Topic: Database abstraction layer - OOP style w. pagination support
- Replies: 14
- Views: 1719
Database abstraction layer - OOP style w. pagination support
I’ve started a project for database abstraction layer with full pagination support for SQLite, MySQL, MSSQL and PostgreSQL. The project can be founded at: SourceForge With a little delay, the project will be founded also on following sites: PHP Classes PHP Builder (as a ZIP archive) Hot Scripts Code...