Uploader

An all around general purpose file uploader for CakePHP. Packaged as a stand alone plugin with file validation, file scanning and support for a wide range of basic mime types.

Databasic v1.10.3 Released

Sunday, March 1st 2009, 6:11pm
Topics: Code, PHP
Tags: Databasic, DB, Class, MySQL, Scripts
Comments: 4
Permalink - Tinylink

It seems the most recent version of my Databasic class had a few problems in it. I left some code in there (echos and comments) that was used while I was testing, and I forgot to revert it. I want to thank Tanax for sending me an email and pointing it out. To everyone else, please download the latest version (1.10.3) and be sure to email me if you find any problems.

Download Databasic v1.10.3
View the complete change log
Related Entries:

4 Comments

10 / 2 = ?
Allowed: [code] [b] [i] [u]
  • Danish Jamil
    deft-designs.com
    Mar 2nd 2009, 13:57
    1 I was wondering if its possible to connect multiple databases on a single mysql server and to connect to multiple servers using databasic... Btw really neat work :)
  • Miles Johnson
    milesj.me
    Mar 2nd 2009, 14:07
    2 @Danish - Currently no. You could turn the $db property into a dimensional array, and then rework the connect() method a bit.

    But I currently am building something like this. The next version, which should be 1.11, will have this feature, plus many others.
  • Emir
    Mar 6th 2009, 02:13
    3 Hi Miles,
    could you put in documentation (or explain me, some links?) which is best way to use Databasic with other classes

    Example:

    'User' Class with Insert(), Update() and Delete() functions.

    Thank you in advance.
  • Genaro
    Sep 29th 2011, 12:28
    4 You should post a new tutorial about Gears 2.1 code. Thanks!