Learn CodeIgniter (v3.1.11) Rest API Development for beginners #4 Database Table & Connection

Опубликовано: 02 Декабрь 2019
на канале: Online Web Tutor
6,991
73

In this video we'll see:

1. Define Database Table
2. Connect with the Application
3. Test API Controller Methods

Database name: codeigniter_rest_api

Table code:

CREATE TABLE `tbl_students` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(100) DEFAULT NULL,
`email` varchar(50) DEFAULT NULL,
`mobile` varchar(15) DEFAULT NULL,
`course` varchar(150) DEFAULT NULL,
`status` int(11) NOT NULL DEFAULT '1',
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1

SOCIAL :
===============
Subscribe :    / owthub  
FACEBOOK :   / owthub  
TWITTER:   / owthub  
BLOG: https://onlinewebtutorhub.blogspot.in/
UDEMY: https://www.udemy.com/user/online-web...

Other Tutorials
===============
Wordpress Customizations:
---------------------------------
Wordpress Theme (Hindi): https://goo.gl/MZ8maF
Wordpress Widget (Hindi): https://goo.gl/Dc2htn
Wordpress Plugin (English): https://goo.gl/BA7dYG
Wordpress Theme Options (English): https://goo.gl/Vjv3Ub
Wordpress JSON Rest API (English): https://goo.gl/SVQRQR
Wordpress JSON Rest API (Hindi): https://goo.gl/NNWfKa
and many more...

Javascript framework:
----------------------------------
Learn backbone.js here! (English) : https://goo.gl/Qd2Pcs
Learn Vue JS here ! (Hindi): https://goo.gl/MVtsmh

PHP Frameworks:
----------------------------------
Laravel tutorial (Hindi): https://goo.gl/Nh9qJk
CakePHP tutorial (Hindi): https://goo.gl/uRsS3G

Tags:
----------------------------------
codeigniter rest api development tutorial for beginners,
codeigniter rest api development tutorials for beginners,
rest API development in codeigniter framework,
codeigniter framework rest api development from scratch,
api development tutorials in codeigniter framework
codeigniter rest api development from scratch,
codeigniter rest apis development,
complete guide for developing codeigniter apis in php,
codeigniter apis beginners tutorials in php
step by step apis development in codeigniter for beginners,
online web tutor rest api development tutorials in codeigniter,
Learn CodeIgniter Rest API Development with JWT Token,
online web tutor sanjay,
online web tutor

Thanks
Online Web Tutor
Keep learning and Sharing :)