Re: MySQL class. Thoughts?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Jan 21, 2009 at 12:45 PM, Edmund Hertle
<edmund.hertle@xxxxxxxxxxxxxxx> wrote:
> 2009/1/21 Jay Moore <jaymoore@xxxxxxxxxxxx>
>
>> This is a MySQL class I use and I wanted to get everyone's thoughts on
>> how/if I can improve it.  This is for MySQL only.  I don't need to make it
>> compatible with other databases.  I'm curious what you all think.
>>
>> Thanks,
>> Jay
>
>
> Hey,
> 1. You know the mysqli-Class?
> 2. If yes, than I don't get it in which way this will improve mysql handling
>
>  -eddy
>

Yea if you're only targeting 1 db, then why not use that class?  At
least then there's the php manual to figure out what something does.

mysql_real_escape_string should use $this->link to properly escape
based on charset, not server default.  I'd also call it escape.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux