[nyphp-talk] Which PHP Unit Testing Framework do you prefer (and why?)

2008-09-17 Thread Steve Francia
Which PHP Unit Testing Framework do you prefer (and why?) http://friendfeedback.com/questions/answer/tiks Respond at the poll at the url above.___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presen

Re: [nyphp-talk] Auto Form Generation

2007-08-21 Thread Steve Francia
inately CRUD applications. They aren't as scalable as hand made forms, unless you use make use of caching (I don't know if this system supports caching, Zoop's does). They are much more efficient on the programmer side. -Steve -- -- Steve Francia http://zoopframework.com ___

Re: [nyphp-talk] Resize pictures before uploading

2007-07-11 Thread Steve Francia
icon/avatar. -Steve -- Steve Francia http://zoopframework.com On 7/11/07, tedd <[EMAIL PROTECTED]> wrote: At 10:01 AM -0400 7/11/07, Dell Sala wrote: >On Jul 11, 2007, at 7:51 AM, tedd wrote: > >>On Wednesday 20 Jun 2007 21:42:13 Nelly Yusupova wrote: >>> >>> Is t

Re: [nyphp-talk] DB Schema for storing revision history?

2007-06-27 Thread Steve Francia
If it is just for a single document you can do it pretty easily with just sql (mysql). Make a document table and a version table. The document table would have the shell of what a document was (title, etc). The version table would have the document_id, content and the mod_date and author_id. To

Re: [nyphp-talk] [OT] migrating old site to cleaner URLs

2007-06-27 Thread Steve Francia
If you are using mod rewrite make sure you set the R=301, and don't forget to pass along the query string if you need to. RewriteRule ^oldurl$ /newurl [R=301,L] -Steve Francia On 6/27/07, Jon Baer <[EMAIL PROTECTED]> wrote: There is a script out there which will run through your