[PHP-WIN] Re: recommending a PHP book?

2005-03-15 Thread Jeremiah Fisher
"PHP 5 Power Programming" by Andi Gutmans, Stig Bakken, and Derick Rethans may be worth the read for you. It doesn't mention an MVC, but they do talk a little about patterns in PHP. However, you probably won't find much in-depth coverage of patterns in PHP. There are alot of good books written

[PHP-WIN] Re: recommending a PHP book?

2005-03-15 Thread Philip Olson
Do. Not. Cross. Post. Use ONE mailing list at a time. Please have all further replies to this unfortunate thread go to php-general and only php-general. Regards, Philip -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Reparse / reread php.ini

2005-03-15 Thread Ordal, Peter
I wish it was so simple. I definitely am reading the right php.ini file (in c:\windows). I can clearly see the include_path variable being different in phpinfo() and php.ini, even after I do "iisreset restart localhost". It seems I can stop and start things in the services manager till the sun goes

[PHP-WIN] FW: Re: Reparse / reread php.ini

2005-03-15 Thread Ordal, Peter
I figured out the problem; IIS didn't have read permissions to php.ini. Of course I can't for the life of me figure why or when I might have removed said permissions, but at least it works now... Peter > -Original Message- > From: Ordal, Peter > Sent: Tuesday, March 15, 2005 3:22 PM > To

[PHP-WIN] RE: [PHP-DB] recommending a PHP book?

2005-03-15 Thread Bastien Koert
Martin Fowler is the man behind most of this style of Enterprise Architecture (http://www.martinfowler.com/books.html#eaa) His Pof EAA is the definitive book on this and is used as the model for php bastien From: "Danny Lin" <[EMAIL PROTECTED]> To: php-db@lists.php.net, phpdoc@lists.php.net, ph

Re: [PHP-WIN] Re: recommending a PHP book?

2005-03-15 Thread trystano
Sitepoint have got a good collection of PHP books that cover the OO side things. Tryst -Original Message- From: Jason Barnett <[EMAIL PROTECTED]> To: php-windows@lists.php.net Sent: Tue, 15 Mar 2005 11:03:02 -0500 Subject: [PHP-WIN] Re: recommending a PHP book? Danny Lin wrote: Can any o

[PHP-WIN] Re: recommending a PHP book?

2005-03-15 Thread Jim Plush
Hey Danny, no good books on that subject regarding php/mcv that I've seen but PHP Architecht has some good articles on MVC, I believe they have a free issue that has a huge article on PHP/MVC. www.phparch.com Danny Lin wrote: Can any one recommend a good book that discusses MVC design patterns w

[PHP-WIN] Re: Possibly OT - refreshing page

2005-03-15 Thread Jason Barnett
http://webdesign.about.com/cs/metatags/a/aa080300a.htm On the PHP side of things the function to use is header(). -- Teach a man to fish... NEW? | http://www.catb.org/~esr/faqs/smart-questions.html STFA | http://marc.theaimsgroup.com/?l=php-general&w=2 STFM | http://php.net/manual/en/index.php S

[PHP-WIN] Re: recommending a PHP book?

2005-03-15 Thread Jason Barnett
Danny Lin wrote: > Can any one recommend a good book that discusses MVC design patterns with > PHP (and mySQL)? > > Thanks. I can recommend a *simple* website: phppatterns -- Teach a man to fish... NEW? | http://www.catb.org/~esr/faqs/smart-questions.html STFA | http://marc.theaimsgroup.com/?l=p

[PHP-WIN] recommending a PHP book?

2005-03-15 Thread Danny Lin
Can any one recommend a good book that discusses MVC design patterns with PHP (and mySQL)? Thanks. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Possibly OT - refreshing page

2005-03-15 Thread George Pitcher
Hi, I have a page with a link. If the user clicks on the link, the script builds a Word doc using RTF formated data. This is then delivered to the user via a typical header. So far, so good - it works fine. Part of the build process includes a db query which tells the db that the doc for the part

[PHP-WIN] Re: windows memory limit

2005-03-15 Thread Jason Barnett
Giles Velarde wrote: ... > > If this is the case, does anyone know where to find a PHP5 apache 2 dll > that is compiled with a enabled memory limit? > > Thanks DIY... Apache 2 / PHP source is freely available... cygwin / gcc is also freely available if you need a build environment. -- Teach a man

[PHP-WIN] windows memory limit

2005-03-15 Thread Giles Velarde
Hi, I have been working on a PHP application in LINUX and have looked at porting it to windows recently. One requirement for this is an increased memory_limit. Though present in the php.ini file, changing this seems to have no effect. Am I right in speculating that the windows binary was compil