Re: [nyphp-talk] PHP testing for a password protected folder/file

2009-08-24 Thread Daniel Convissor
Hi, uh, whoever you are: On Tue, Aug 11, 2009 at 09:59:17PM +0800, webmas...@vbplusme.com wrote: > > I have an errorpage script that checks for > $_SERVER['REDIRECT_STATUS'] and delivers a user friendly message > depending on which error condition it finds, works great most of the > time.

Re: [nyphp-talk] Advice on OOP & Frameworks

2009-08-24 Thread y2rob
hello bev, i personally like codeigniter, though i guess there is an offshoot framework now that's catching steam, which is built off of codeigniter, kohana. ?i've worked with zend last year when researching frameworks, as well as cakephp, but i still liked codeigniter for it's ease of doing thi

[nyphp-talk] AUTO: is out of the office. (returning 08/25/2009)

2009-08-24 Thread AKuhn
I am out of the office until 08/25/2009. I will respond to your message when I return. Note: This is an automated response to your message "Re: [nyphp-talk] Advice on OOP & Frameworks" sent on 8/24/2009 10:56:23 AM. This is the only notification you will receive while this person is away.

Re: [nyphp-talk] how to connect to an Access db *.mdb with a DSN and without a DSN.

2009-08-24 Thread Kristina D. H. Anderson
This is specific to PHP on Windows, or...? Kristina > Hi Mangesh: > > PHP connects to Access databases via the odbc_connect() function. The > $dsn parameter is the (simple, human readable) "Data Source Name" you've > assigned to the resource in Windows' ODBC Data Source Administrator. >

Re: [nyphp-talk] how to connect to an Access db *.mdb with a DSN and without a DSN.

2009-08-24 Thread Daniel Convissor
Hi Mangesh: PHP connects to Access databases via the odbc_connect() function. The $dsn parameter is the (simple, human readable) "Data Source Name" you've assigned to the resource in Windows' ODBC Data Source Administrator. Try making a simple test script that uses odbc_connect(). Once you ge

Re: [nyphp-talk] Advice on OOP & Frameworks

2009-08-24 Thread Yitzchak Schaffer
Mitch Pirtle wrote: I like both styles of frameworks for different reasons, and there are emerging projects like Kohana (really cool!) and Silverstripe/Sapphire that have modern approaches. Both merit a serious gander, IMHO. I've developed one major project (in progress) and one smaller one in

Re: [nyphp-talk] Advice on OOP & Frameworks

2009-08-24 Thread Ajai Khattri
On Sun, 23 Aug 2009, Mitch Pirtle wrote: > * stack frameworks - like CakePHP and Symfony, stack frameworks are > the whole enchilada, providing developers with a rich suite of > features to rapidly prototype. Stacks are usually fastest for > prototyping and throwing code together, but are known to

Re: [nyphp-talk] how to connect to an Access db *.mdb with a DSN and without a DSN.

2009-08-24 Thread Kristina D. H. Anderson
Just a shot in the dark here, but you'd probably want to move the Access database onto a web server from your local C drive. Also, from my recollection, DSNs are only useful if you are connecting through the Windows OS, so you'd have to use the full Connection String, i.e. a DSN-less connection

Re: [nyphp-talk] Advice on OOP & Frameworks

2009-08-24 Thread Leam Hall
Paul M Jones wrote: On Aug 23, 2009, at 10:36 , Guilherme Blanco wrote: It really depends on what you plan to do. I believe this is well-intentioned but misguided advice. I assert that it more about "how you like to work" than it is about "what you plan to do". ... For an expanded take