PHPClass Form Objects?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ralphNOSPAM@primemail.com

    PHPClass Form Objects?

    Are there any PHPClass scripts that provide us with a different look &
    feel for web page controls such as buttons, text boxes, dropdown
    lists, etc. ?

  • Erwin Moller

    #2
    Re: PHPClass Form Objects?

    ralphNOSPAM@pri memail.com wrote:
    [color=blue]
    > Are there any PHPClass scripts that provide us with a different look &
    > feel for web page controls such as buttons, text boxes, dropdown
    > lists, etc. ?[/color]

    Hi,

    I think you make your life a lot easier by just implementing some CCS, and
    change it to your likings.
    If you code style-elements in PHP, you just add an extra layer that spits
    out style-elements (or hardcode them).
    I think...
    Just go stylesheet.

    Regards,
    Erwin Moller

    Comment

    • FalconHedgehog@gmail.com

      #3
      Re: PHPClass Form Objects?

      PHP is server side, most commonly the output is just plain HTML.

      If you want good looks for your web page then use CSS for your web site.

      Comment

      Working...