RE: [PHP] Newbie: Array of objects iteration

2009-10-10 Thread MEM
> > MEM, > > http://www.php.net/language.oop5.reflection > > > Regards, > Tommy > > And brand new world opens in from of my eyes... O.O. I will search more info on this on the net... just for the records, as properties names is concern, I couldn't find any better I suppose: http://pt.php.

Re: [PHP] Newbie: Array of objects iteration

2009-10-10 Thread Torben Wilson
2009/10/10 MEM : >> >> MEM, >> >> http://www.php.net/language.oop5.reflection >> >> >> Regards, >> Tommy >> >> > > > And brand new world opens in from of my eyes... O.O. > > I will search more info on this on the net... just for the records, as > properties names is concern, I couldn't find any bet

RE: [PHP] Native support to MS SQL Server

2009-10-10 Thread Raymond Irving
--- On Fri, 10/9/09, Ashley Sheridan wrote: Would this be a good time to troll about the virtues of MySQL over MSSQL? :p I would like to tell some clients and users to switch to MySQL but the problem is that they have already invested in MSSQL and have other systems that are built with MSSQL

[PHP] utf8_decode() and mixed character sets

2009-10-10 Thread James Colannino
Hey everyone. I'd been troubled for a while by the fact that inserting cut-pasted special characters such as ä caused truncation when passed to MySQL, then discovered that it was because I was cutting and pasting unicode values into non-unicode Latin-1 strings. Since Latin-1 also has equivalent v

Re: [PHP] utf8_decode() and mixed character sets

2009-10-10 Thread Andrew Ballard
On Sat, Oct 10, 2009 at 11:40 PM, James Colannino wrote: > > Hey everyone.  I'd been troubled for a while by the fact that inserting > cut-pasted special characters such as ä caused truncation when passed to > MySQL, then discovered that it was because I was cutting and pasting unicode > values in

Re: [PHP] utf8_decode() and mixed character sets

2009-10-10 Thread James Colannino
Andrew Ballard wrote: > Have you tried iconv or mb_string? Is it a option to update the > database to use UTF-8? I'll look into those functions. And, I suppose I could in fact convert my database to use UTF-8 if necessary. James -- PHP General Mailing List (http://www.php.net/) To unsubscrib