Re: [nyphp-talk] Class name conflict with Pear Pager

2007-09-13 Thread Daniel Convissor
On Thu, Sep 13, 2007 at 06:27:51PM -0400, Cliff Hirsch wrote: > Shana Tovah: > > I have a class called Pager. Bad name. This conflicts with Pear Pager. It is > used in a zilion places so changing the name would be a pain. Not a big > deal, but a pain. To date, I have just been deleting or renaming

Re: [nyphp-talk] Class name conflict with Pear Pager

2007-09-13 Thread Rolan Yang
Rolan Yang wrote: Cliff Hirsch wrote: Shana Tovah: I have a class called Pager. Bad name. This conflicts with Pear Pager. It is used in a zilion places so changing the name would be a pain. Not a big deal, but a pain. To date, I have just been deleting or renaming the Pear Pager class, but e

Re: [nyphp-talk] Class name conflict with Pear Pager

2007-09-13 Thread Rolan Yang
Cliff Hirsch wrote: Shana Tovah: I have a class called Pager. Bad name. This conflicts with Pear Pager. It is used in a zilion places so changing the name would be a pain. Not a big deal, but a pain. To date, I have just been deleting or renaming the Pear Pager class, but every time I “refres

[nyphp-talk] Class name conflict with Pear Pager

2007-09-13 Thread Cliff Hirsch
Shana Tovah: I have a class called Pager. Bad name. This conflicts with Pear Pager. It is used in a zilion places so changing the name would be a pain. Not a big deal, but a pain. To date, I have just been deleting or renaming the Pear Pager class, but every time I ³refresh² PHP, the problem crops

Re: [nyphp-talk] php authentication form

2007-09-13 Thread Daniel Convissor
On Fri, Sep 07, 2007 at 10:54:23AM -0300, Henry Ponce wrote: > > I have a form that currently checks if the username and password are correct > in mysql database. I need to know if it's possible to check this information > on apache server, using maybe $_SERVER['PHP_AUTH_USER'] and > $_SERVER['PHP

[nyphp-talk] hats off to Matthew

2007-09-13 Thread David Mintz
Kudos to Matthew Weier O'Phinney for traveling to New York City yesterday and giving a fine presentation on ZF for nyphp.org in the back room of a loud bar where the screen was too far away for the audience to read the text. You made it look easy. Thanks also for answering question and question aft

Re: [nyphp-talk] ORM anyone?

2007-09-13 Thread Ajai Khattri
On Wed, 12 Sep 2007, Kenneth Downs wrote: > ... We accept the obligation > to learn HTML, CSS and Javascript, and even a few things about HTTP > headers and so forth, but we think it is optional to learn SQL and to > treat the database as what it is. That really puzzles me. The only > explan