PHP Classes

File: exemples/php-activerecord/examples/simple/simple_with_options.sql

Recommend this page to a friend!
  Classes of Wesley David   wdForm   exemples/php-activerecord/examples/simple/simple_with_options.sql   Download  
File: exemples/php-activerecord/examples/simple/simple_with_options.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: wdForm
Generate and process HTML forms
Author: By
Last change: Update of exemples/php-activerecord/examples/simple/simple_with_options.sql
Date: 4 months ago
Size: 162 bytes
 

Contents

Class file image Download
create table simple_book( book_id int not null primary key auto_increment, name varchar(50) ); insert into simple_book (name) values ('simple w/ options!');