Re: [nyphp-talk] ism tables.

2007-01-08 Thread [EMAIL PROTECTED]
unity Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php __ NOD32 1963 (20070108) Information __ This message was checked by

Re: [nyphp-talk] ism tables.

2007-01-08 Thread Hans C. Kaspersetz
Well, I did finally get a copy of MySQL 4.0.x installed on my computer. It looks like the tables are really corrupt. The iasmchk utility wasn't able to recover them. I am kinda bummed but live and learn. Now I have MySQL 4.0.x, 4.1.x and 5.0.x installed on my computer just for this case.

Re: [nyphp-talk] re: Graph creation software for PHP

2007-01-08 Thread Robert Landrigan
I've used the Interakt MXCharts, the Manni Flash charts, JpGraph, and currently use FusionCharts, from Infosoft. If you have to have a easily grabbed image to put into a word doc, then, yeah, JpGraph is about the best option. But FusionCharts(and the PowerMaps pack) saved my life. Very nice lookin

Re: [nyphp-talk] CAKE Ain't Soup!

2007-01-08 Thread Jeff Loiselle
To insert a purely technical explanation... CakePHP is the shit. It may be a little unwieldy at first, but it is capable of great things. As with anything, read the source code. If you're not willing to read the source code, a framework will never really be any good to you except for basic things

Re: [nyphp-talk] re: Graph creation software for PHP

2007-01-08 Thread Rob Marscher
I remember when that got recommended before... I use JpGraph and was going to switch to it, but it got shot down when I realized that people using the charts often cut and paste the graph into a Word doc or something like that. The PHP/SWF Charts FAQ says this about exporting to image files:

Re: [nyphp-talk] CAKE Ain't Soup!

2007-01-08 Thread Brian Dailey
"Maybe the answer is you're both right -- you CakePHP master bakers, and you detractors who bash it for want of documentation. It's great and marvelous and wonderful, and harder than hell for people who need a little more hand-holding." I've had six years of experience in the IT industry, start

Re: [nyphp-talk] CAKE Ain't Soup!

2007-01-08 Thread David Mintz
On Mon, 8 Jan 2007, Jon Baer wrote: > I think that people coming from procedural PHP tend to have a harder > time getting into MVC styled programming. Especially if a complete > framework is the very next thing they look @ without OO programing.[...] Yes. Speaking as a sort of perpetual semi-pr

Re: [nyphp-talk] re: Graph creation software for PHP

2007-01-08 Thread Nazmul Hassan
http://www.maani.us/charts/index.php - > that looks pretty cool On 1/8/07, Jon Baer <[EMAIL PROTECTED]> wrote: I must say that someone else on this list recommend this package a while back + it is a gem ... http://www.maani.us/charts/index.php Well worth a look. - Jon On Jan 8, 2007, at 7:5

RE: [nyphp-talk] PHP 4 Constructor Weirdness

2007-01-08 Thread Cliff Hirsch
echos -- blech single-step through your code using a debugger -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jay Sheth Sent: Monday, January 08, 2007 1:27 PM To: NYPHP Talk Subject: [nyphp-talk] PHP 4 Constructor Weirdness Hi Chris and Scott, thanks for

[nyphp-talk] PHP 4 Constructor Weirdness

2007-01-08 Thread Jay Sheth
Hi Chris and Scott, thanks for the quick replies. You're both right. I should've tested it with an echo inside of def(). I'd simplified this as a test case from a larger problem I'd seen, and *assumed* I'd found the right answer. So much for making untested assumptions, as Chris said ;-) Regards,

Re: [nyphp-talk] PHP 4 Constructor Weirdness

2007-01-08 Thread Chris Shiflett
Jay Sheth wrote: > What would you expect to be outputted below (using PHP 4)? > >class xyz{ >function xyz($id){ >$this->id = $id; >} > } > > class abc extends xyz{ > function def($id){ > parent::xyz($id); > } > } > > $test = new abc(43);

Re: [nyphp-talk] PHP 4 Constructor Weirdness

2007-01-08 Thread Scott Mattocks
Jay Sheth wrote: Hi NYPHPers, Here's a question: What would you expect to be outputted below (using PHP 4)? id = $id; } } class abc extends xyz{ function def($id){ parent::xyz($id); } } $test = new abc(43); echo $test->id; ?> If you answered 'no

[nyphp-talk] PHP 4 Constructor Weirdness

2007-01-08 Thread Jay Sheth
Hi NYPHPers, Here's a question: What would you expect to be outputted below (using PHP 4)? id = $id; } } class abc extends xyz{ function def($id){ parent::xyz($id); } } $test = new abc(43); echo $test->id; ?> If you answered 'nothing', you're wrong.

[nyphp-talk] strtotime() Bug?

2007-01-08 Thread Brian Dailey
Have you guys ran into this? I'm using strtotime('first monday january 2007'), but I'm getting erroneous dates when the first day of that week occurs on the first of the month. Examples: date('Y-m-d', strtotime('second monday january 2007')); date('Y-m-d', strtotime('second tuesday february 200

Re: [nyphp-talk] CAKE Ain't Soup!

2007-01-08 Thread Jon Baer
There already was one a few months back by Nate ... http://www.nyphp.org/content/presentations/CakeNYPHPPresentation.pdf It would be nice to get either a 1.2 update or maybe a local user group specific to CakePHP? The thing is that most people have to explain what they would like to see bei

[nyphp-talk] CAKE Ain't Soup!

2007-01-08 Thread Michele Hjorleifsson
Why not hold a beginners cake presentation or webinar as a topic since there seems to be some interest ? ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.

Re: [nyphp-talk] CAKE Ain't Soup!

2007-01-08 Thread Brian Dailey
I just wanted to hop in and say I couldn't agree more. Cake may have some documentation issues, but it was still easier to set up than Rails, Symphony, or any of the other frameworks I've experimented with in the past. I'll continue to use it for as long as it makes my job easier and faster.

Re: [nyphp-talk] re: Graph creation software for PHP

2007-01-08 Thread Jon Baer
I must say that someone else on this list recommend this package a while back + it is a gem ... http://www.maani.us/charts/index.php Well worth a look. - Jon On Jan 8, 2007, at 7:54 AM, R. Mariotti wrote: > Message: 4 > Date: Sun, 7 Jan 2007 17:11:02 -0500 > From: "Cliff Hirsch" <[EMAIL PR

Re: [nyphp-talk] CAKE Ain't Soup!

2007-01-08 Thread Jon Baer
I think that people coming from procedural PHP tend to have a harder time getting into MVC styled programming. Especially if a complete framework is the very next thing they look @ without OO programing. If you have gone from Java to JSP to Struts to PHP and onto Cake (and probably @ leas

Re: [nyphp-talk] ism tables.

2007-01-08 Thread Urb LeJeune
Let me be more specific, I am looking for the installer files for Windows for either MySQL Server 3.23 or MySQL Sever 4.0.x. I have MySQL version 3.23.27 for Windows installed and running. I don't think If you give me the file names you need I'll zip them up and send them to you. U

Re: [nyphp-talk] re: Graph creation software for PHP

2007-01-08 Thread Adler Medrado
Hi Cliff, i think you can use the Graph component included in ez components package. good luck. -- adler medrado Nesher Technologies Brasília, DF, Brasil. http://www.neshertech.net http://adler.neshertech.net 2007/1/8, R. Mariotti <[EMAIL PROTECTED]>: > Message: 4 > Date: Sun, 7 Jan 2007 1

[nyphp-talk] re: Graph creation software for PHP

2007-01-08 Thread R. Mariotti
> Message: 4 > Date: Sun, 7 Jan 2007 17:11:02 -0500 > From: "Cliff Hirsch" <[EMAIL PROTECTED]> > Subject: [nyphp-talk] Seeking image graph software suggestions > To: > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="us-ascii" > > I currently use PHP's image functions and the

Re: [nyphp-talk] CAKE Ain't Soup!

2007-01-08 Thread Marcin Szkudlarek
I think that for every framework you need some time to learn it. After that time you're able to get the benefits of using it. I spent few days learning cake (no problems with installation). Usually when I didn't understand how particular part works I just looked into the code.. it's the way I rec