Re: Recommendations for PHP Form Validation Script
From: Manuel Lemos (mlemos_at_acm.org)
Date: 10/31/03
- Next message: Leif K-Brooks: "Re: wysiwyg page creator with FTP upload?"
- Previous message: Manuel Lemos: "Re: Recommendations for PHP Form Validation Script"
- In reply to: Zurab Davitiani: "Re: Recommendations for PHP Form Validation Script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 31 Oct 2003 01:33:22 -0200
Hello,
On 10/30/2003 09:13 PM, Zurab Davitiani wrote:
>>Anyway, the site has 4 years and many features have been implemented
>>upon suggestions of the users. If you have anything to suggest to
>>improve it in a realistic way, feel free to present your suggestion.
>
>
> [OT from original discussion but] Here are two:
>
> 1. implement the class/package dependency listing. I made this suggestion to
> you before, as a part of a bigger one, but not on its own. i.e., if
> developer A creates class X that extends or uses developer B's (or his own)
> class Y, then there needs to be a simple way for developer A to list class
> Y as a dependency, rather than including that class in his package.
>
> This becomes a bigger issue when you are talking about two or more packages
> and not just single-file classes. This will also see a better use with much
> better OO features in PHP5.
>
> 2. I would think number of developers may have already suggested to you, but
> there needs to be a way to upload an archive directly to the site, rather
> than each file one by one.
Thank you for the suggestions. They have been on my to do list for some
time now.
1. Class dependency is not hard. However, I have not envisioned how the
user interface would work to let authors pick dependency classes from
more than 1130 approved classes that exist now.
2. Bulk uploading is more complicated. Regardless how the authors upload
their classes, they need still need to enter descriptions and specify
the role for each file. I am not sure how this could be done and in the
end the authors do not complain that it is still bureaucratic.
Package bulk updating would be another issue because the site would have
to know which files are being updated and which are new.
I though of having support to synchronize with a remove CVS server
indicated by the author when the update is meant to be performed. but
not every author has their projects in a public CVS server.
Any ideas to solve these problems in the most convinient way are welcomed.
-- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/
- Next message: Leif K-Brooks: "Re: wysiwyg page creator with FTP upload?"
- Previous message: Manuel Lemos: "Re: Recommendations for PHP Form Validation Script"
- In reply to: Zurab Davitiani: "Re: Recommendations for PHP Form Validation Script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|