PHP Classes

File: example/kecik.sql

Recommend this page to a friend!
  Classes of Dony   Kecik   example/kecik.sql   Download  
File: example/kecik.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Kecik
MVC framework library as single PHP file
Author: By
Last change:
Date: 9 years ago
Size: 744 bytes
 

Contents

Class file image Download
-- phpMyAdmin SQL Dump -- version 4.1.14 -- http://www.phpmyadmin.net -- -- Host: 127.0.0.1 -- Generation Time: Mar 18, 2015 at 09:31 PM -- Server version: 5.6.17 -- PHP Version: 5.5.12 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; -- -- Database: `kecik` -- -- -------------------------------------------------------- -- -- Table structure for table `data` -- CREATE TABLE IF NOT EXISTS `data` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nama` varchar(35) NOT NULL, `email` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ; -- -- Dumping data for table `data` -- INSERT INTO `data` (`id`, `nama`, `email`) VALUES (1, 'Dony Wahyu Isp', 'dna.extrim@gmail.com');