Re: Recommendations for PHP Form Validation Script

From: Manuel Lemos (mlemos_at_acm.org)
Date: 10/31/03


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/


Relevant Pages

  • Re: Recommendations for PHP Form Validation Script
    ... > developer A creates class X that extends or uses developer B's ... > Y as a dependency, rather than including that class in his package. ... > better OO features in PHP5. ... Regardless how the authors upload ...
    (comp.lang.php)
  • Re: UML Association?
    ... [Since you have two referential attributes, I assume that a Developer ... may have multiple owners and multiple creators? ... The only reason to do that would be if there were multiple relationships to navigate. ... I would also point out that dependency relationships in UML are distinct from association and generalization relationships. ...
    (comp.object)
  • Re: VS2005 Not ready for prime time
    ... Css features are extremely lacking. ... It demanded more knowledge of the developer, ... Microsoft hit the ball right out of the park. ... (like all the code-behind and project model "improvements" in ASP.NET ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Howto implement catalog feature dependency?
    ... What about my own BSP features? ... I'd like somehow to create dependency for my own ... > Almost all drivers need device manager, so to add device manager with your ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Lino and Delphi
    ... > the new Delphi version is nothing he should invest in. ... Looking back over the last 10 years, many features that started out in the ... > these areas might be well spent for Borland or large customers. ... But this varys greatly from developer to developer. ...
    (borland.public.delphi.non-technical)

Loading