PHP Classes

File: template/View/render-properties-form.phtml

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis Tool Creator   template/View/render-properties-form.phtml   Download  
File: template/View/render-properties-form.phtml
Role: Example script
Content type: text/plain
Description: Example script
Class: Melis Tool Creator
Module for the Melis CMS to create tools
Author: By
Last change:
Date: 1 year ago
Size: 176 bytes
 

Contents

Class file image Download
<?php
    $form
= $this->form;
   
$form->prepare();
    echo
$this->form()->openTag($form);
    echo
$this->melisFieldCollection($form);
    echo
$this->form()->closeTag();
?>