Results 1 to 11 of 11

Thread: [RESOLVED] [PHP] Database interface

Threaded View

  1. #1

    Thread Starter
    Frenzied Member TheBigB's Avatar
    Join Date
    Mar 2006
    Location
    *Stack Trace*
    Posts
    1,511

    Resolved [RESOLVED] [PHP] Database interface

    Hi,

    I'm building a database interface for my CMS.
    Please correct me if I'm wrong: the purpose of such an interface would be that I could easily convert the database engine from one to another.

    I have the following functions the interface:
    • connect
    • close
    • select_db
    • query
    • num_rows
    • fetch_assoc
    • escape_string
    • error
    • errno


    Am I missing anything important/useful?

    Thanks
    Last edited by TheBigB; Sep 21st, 2010 at 02:56 PM.
    Delete it. They just clutter threads anyway.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width