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
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
___
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
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
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