PHP Classes

File: apps/config/forms.php

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   apps/config/forms.php   Download  
File: apps/config/forms.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 184 bytes
 

Contents

Class file image Download
<?php

// Config untuk mapping field input dan field di tabel database
$config['field_mapping']['contoh'] = array(
   
'nama' => 'nama',
   
'contoh' => 'contoh',
   
'hp' => 'nhp'
);