Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 420 Bytes

XoopsForm.md

File metadata and controls

17 lines (11 loc) · 420 Bytes

XoopsForm

Definition

XoopsForm( string $title, string $name, string $action, string $method = "post" )

Most Important Methods

  • addElement() - Add an XOOPS Form Element to the form
  • assign() - assign to smarty form template instead of displaying directly
  • display() - displays rendered form
  • render() - returns renderered form