Re: [PHP] peer review (was php framework vs just php?)
[email protected] (paragasu)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
>With this I need one function call to create the form on the page. I can >exclude columns and set an action to be taken once the form is filled >out. this work for general form. but when i need to make more complicated form - with AJAX to look up for username (available or not). Then the class became more and more complicated and it is easier to work on the basic one - embedded HTML.