Re: [PHP] Multiple Inheritance Concern

2009-12-25 Thread Larry Garfield
On Friday 25 December 2009 8:02:06 pm Daniel Kolbo wrote: > Hello PHPers, > > I've learned that php doesn't support multiple inheritance, b/c if you > need multiple inheritance usually it is a sign you've got a design > imperfection...or so they say. > > Well, I'm using a framework (Codeigniter), a

[PHP] Re: PHP/SWFUpload progress

2009-12-25 Thread Manuel Lemos
Hello, on 12/24/2009 09:33 AM German Geek said the following: > Hi all, > > Wishing you a merry xmas! As a gift to you a little thing that I figured out > through long googling and trial and error: > > We are using the swfupload (flash) upload tool to upload files to a php > script. For a rather

Re: [PHP] Multiple Inheritance Concern

2009-12-25 Thread Daniel Kolbo
Daniel Kolbo wrote: > Hello PHPers, > > I've learned that php doesn't support multiple inheritance, b/c if you > need multiple inheritance usually it is a sign you've got a design > imperfection...or so they say. > > Well, I'm using a framework (Codeigniter), and i'm extending the core > librarie

[PHP] Multiple Inheritance Concern

2009-12-25 Thread Daniel Kolbo
Hello PHPers, I've learned that php doesn't support multiple inheritance, b/c if you need multiple inheritance usually it is a sign you've got a design imperfection...or so they say. Well, I'm using a framework (Codeigniter), and i'm extending the core libraries. The trouble is, I want to also e

Fwd: [PHP] Merry Christmas!

2009-12-25 Thread Rene Veerman
On Fri, Dec 25, 2009 at 9:50 PM, Kim Madsen wrote: > Copenhagen sents kind regards too, may you all have some swell days. > > And C U at Queensday? :o) > > Alas, Queensday is not what it used to be. Ever since they (our fun-hating mayor Cohen and his cronies) closed down the night market and nig

Re: [PHP] Tracking file download progress

2009-12-25 Thread kranthi
> Thanks all, I've found the solution! PHP Backend + JQuery works great! Just out of curiosity. Can you please tell me how you initiated the download? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Merry Christmas!

2009-12-25 Thread Frank Arensmeier
Merry Christmas from Sweden! /frank Skickat från min iPhone. 25 dec 2009 kl. 15.16 skrev Shawn McKenzie : Merry Christmas from Texas, USA! -- Thanks! -Shawn http://www.spidean.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP

Re: [PHP] Merry Christmas!

2009-12-25 Thread Kim Madsen
Rene Veerman wrote on 25/12/2009 17:04: +1 from Amsterdam :) & a happy, productive & profitable new year to all a ya. Copenhagen sents kind regards too, may you all have some swell days. And C U at Queensday? :o) -- Kind regards Kim Emax - masterminds.dk -- PHP General Mailing List (http://

Re: [PHP] Merry Christmas!

2009-12-25 Thread Phpster
And Toronto, Ontario adds one as well Bastien Sent from my iPod On Dec 25, 2009, at 2:12 PM, Robert Cummings wrote: Merry Christmas from Ottawa, Canada :) Errr... uh.. I mean +1 :D Rene Veerman wrote: +1 from Amsterdam :) & a happy, productive & profitable new year to all a ya. On

[PHP] imagerotate bug?

2009-12-25 Thread Richard Lynch
Can anybody email me off-list to comment on whether the bug demonstrated here for imagerotate is fixed in current PHP? http://6112northwolcott.com/dogfight/rotate.htm All the backgrounds should be white, not black. I can't easily test on a newer version of PHP at the moment. -- Some people ask

Re: [PHP] Merry Christmas!

2009-12-25 Thread Robert Cummings
Merry Christmas from Ottawa, Canada :) Errr... uh.. I mean +1 :D Rene Veerman wrote: +1 from Amsterdam :) & a happy, productive & profitable new year to all a ya. On Fri, Dec 25, 2009 at 3:16 PM, Shawn McKenzie wrote: Merry Christmas from Texas, USA! -- http://www.interjinn.com App

[PHP] Question Answer based report.

2009-12-25 Thread aditya shukla
Merry Christmas Guys, I am trying to make a small web application which has some question and some answers for that questions.My aim is to create a report based on the questions and answers related to questions.Please suggest a way to go about the application.Should I go for a if-else or switch ca

Re: [PHP] Merry Christmas!

2009-12-25 Thread Rene Veerman
+1 from Amsterdam :) & a happy, productive & profitable new year to all a ya. On Fri, Dec 25, 2009 at 3:16 PM, Shawn McKenzie wrote: > Merry Christmas from Texas, USA! >

Re: [PHP] idea? add set_trace_handler() to PHP

2009-12-25 Thread Rene Veerman
On Fri, Dec 25, 2009 at 11:26 AM, Andy Shellam wrote: > Hi, > > Have you taken a look at Xdebug - http://xdebug.org/ ? > > From the manual: "Xdebug allows you to log all function calls, including > parameters and return values to a file in different formats." > > Would this do what you need - then

[PHP] Merry Christmas!

2009-12-25 Thread Shawn McKenzie
Merry Christmas from Texas, USA! -- Thanks! -Shawn http://www.spidean.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] idea? add set_trace_handler() to PHP

2009-12-25 Thread Andy Shellam
Hi, Have you taken a look at Xdebug - http://xdebug.org/ ? From the manual: "Xdebug allows you to log all function calls, including parameters and return values to a file in different formats." Would this do what you need - then your second script could process this file? Regards, Andy On 25