PHP Classes

Documentation?

Recommend this page to a friend!

      PHP Forms Class with HTML Generator and JavaScript Validation  >  PHP Forms Class with HTML Generator and JavaScript Validation package blog  >  How to Show Google Ma...  >  All threads  >  Documentation?  >  (Un) Subscribe thread alerts  
Subject:Documentation?
Summary:Where is it
Messages:4
Author:Quentin Bennett
Date:2007-12-21 07:19:48
Update:2008-02-09 19:49:36
 

  1. Documentation?   Reply   Report abuse  
Picture of Quentin Bennett Quentin Bennett - 2007-12-21 07:19:51
I note that the class has a 74% rating for documentation - has it been withdrawn, because I can't even find so much as a readme.txt, let alone anything else to guide me as to how to start.

(Two of the test fail, and I've no idea what to do next!)

Thanks

  2. Re: Documentation?   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2007-12-22 04:35:12 - In reply to message 1 from Quentin Bennett
The documentation is in forms.html file. Note the column role for that file in the files listing on the package page.

What tests are failing? Which PHP version are you using?

  3. Re: Documentation?   Reply   Report abuse  
Picture of Barry Roos Barry Roos - 2008-02-09 19:20:51 - In reply to message 2 from Manuel Lemos
I think it would be helpful, if you had more of a "how to" than the documentation you have. I just want to generate a form from mysql table and have it validated be for inserting using captcha or other methods. Then perhaps email myself the results.

But your help section is so overwhelming I gave up. I realize more seasoned developers may not need this but many of us would like that kind of help section.

Thanks

  4. Re: Documentation?   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2008-02-09 19:49:36 - In reply to message 3 from Barry Roos
I see. The existing documentation is a reference manual. To know how to edit records of a database or anything, you need to take a look at the existing examples.

You can also take a look at classes that depend on the forms class to do something more specific. For instance, these classes may do what you need:

phpclasses.org/databaseaccess

phpclasses.org/crudclass