Re: [PHP] What's the PHP-equivalent of Perl's AUTOLOAD feature?

2003-01-17 Thread Chris Hayes
At 02:06 17-1-2003, you wrote: I just read an interesting article in The Perl Journal (TPJ) about using AUTOLOAD as a layer of abstraction for accessing database columns and I would like to write something similar in PHP. Is this possible? If you mean some sort of database abstraction so one

Re: [PHP] What's the PHP-equivalent of Perl's AUTOLOAD feature?

2003-01-17 Thread Chip Castle
Hi Chris, Thanks for the info. I probably need to make myself more clear, as I'm not referring to a database abstraction layer in terms of drivers (e.g., dbx in PHP, DBI in Perl). I think the best example of what I'm talking about is in Tim Kientzle's Perl and Rapid Database Prototyping

RE: [PHP] What's the PHP-equivalent of Perl's AUTOLOAD feature?

2003-01-17 Thread John W. Holmes
I just read an interesting article in The Perl Journal (TPJ) about using AUTOLOAD as a layer of abstraction for accessing database columns and I would like to write something similar in PHP. Is this possible? I have written a number of PHP/MySQL applications, but do not consider myself an

[PHP] What's the PHP-equivalent of Perl's AUTOLOAD feature?

2003-01-16 Thread Chip Castle
Hello - I just read an interesting article in The Perl Journal (TPJ) about using AUTOLOAD as a layer of abstraction for accessing database columns and I would like to write something similar in PHP. Is this possible? I have written a number of PHP/MySQL applications, but do not consider myself