Skip to content

Support PHPWine v1.2.0.9 compatible with current version 1.3.1.0

Notifications You must be signed in to change notification settings

nielsoffice/PHPCrud-sample-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHPCrud-sample-data

Support PHPWine v1.2.09

Create Crud with Boostrap sample data

// SQL 
CREATE TABLE `crud` (

 `friend_id` bigint(20) UNSIGNED NOT NULL,
 `friend_name` varchar(255) NOT NULL,
 `friend_mobile` varchar(255) NOT NULL,
 `friend_email` varchar(255) NOT NULL

) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

ALTER TABLE `crud`
  ADD PRIMARY KEY (`friend_id`);
  
ALTER TABLE `crud`
  MODIFY `friend_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
COMMIT;
INSERT INTO `crud` (`friend_name`, `friend_mobile`, `friend_email`) VALUES
('Nikkie The Drummer'    , '999.999.999' , '[email protected]'),
('Marian The Base Guitar', '999.999.999' , '[email protected]'),
('Japz The Song Leader'  , '999.999.999' , '[email protected]'),
('Niel The All around'   , '999.999.999' , '[email protected]');

Download PHPWine >
Download PHPCrud >

Article Link: https://nielsoffice197227997.wordpress.com/2022/03/05/phpcrud-sample-data-phpwine-v1-2-10/

Thanks To:

Github : To allow me to upload my PHPWine plugin Vanilla Flavour to repository
php.net : To oppurtunity Develop web application using corePHP - PHPFrameworks

Would you like me to treat a cake and coffee ?
Become a donor, Because with you! We can build more...

Donate:
GCash : +639650332900
Paypal account: [email protected]



Thanks and good luck!

About

Support PHPWine v1.2.0.9 compatible with current version 1.3.1.0

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages