PHP Classes

File: cls_form.config.php

Recommend this page to a friend!
  Classes of Francisco Caserio   cls_form   cls_form.config.php   Download  
File: cls_form.config.php
Role: Configuration script
Content type: text/plain
Description: config file
Class: cls_form
Generate Web pages to manipulate database records
Author: By
Last change:
Date: 16 years ago
Size: 159 bytes
 

Contents

Class file image Download
<?
$this
->css_path = "../css/admin.css";
$this->img_dir = "../admin/imagens";
$this->js_dir = "../js";
$this->form_width = 590;
$this->use_sysdoc = 0;
?>