RUVIDEO
Поделитесь видео 🙏

RESTful Web Services in CodeIgniter with source code - Get and DELETE Method using Postman ?

Don't forget to Hit the Subscribe Button
Below: https://goo.gl/FZkVrR

----------------------------------------------------------------------------------------------------------

Topic Introduction:-
Source Code: for source code Please leave your email id in the comment box.

Representational state transfer (REST) or RESTful web services provide a way to exchange data between applications or systems on the Internet. RESTful web service also refers as RESTful API, uses HTTP request to GET, PUT, POST and DELETE data across platforms. In present days, RESTful API is an essential component of the web application.

When the CodeIgniter application requires communicating with another application, RESTful API is needed to integrate into CodeIgniter. Using RESTful API in CodeIgniter, you can exchange data between different applications or platform. This tutorial shows RESTful server implementation for CodeIgniter and you will learn how to create RESTful web services in CodeIgniter.

If you are beginners to CodeIgniter, first see CodeIgniter from Scratch tutorial to setup and configure CodeIgniter application.

To demonstrate CodeIgniter REST API, we will implement CRUD operations in CodeIgniter web service.
Test HTTP calls with Google Chrome Postman extension.

Before you get started, take a look the files structure of CodeIgniter REST API.

CodeIgniter REST Controller Setup

We will use CodeIgniter REST_Controller to build RESTful web services in CodeIgniter. Follow the below steps to setup REST Controller Library in your CodeIgniter application.

Download REST config file and place in the application/config/ directory.
Open the application/config/rest.php file and setup the following configuration.

Set REST login username and password.

$config['rest_valid_logins'] = ['admin' '1234'];

Enable REST API key.

$config['rest_enable_keys'] = TRUE;

Download REST_Controller file and place in the application/libraries/ directory.
Download Format class file and place in the application/libraries/ directory.
Download Language file and place in the application/language/english/ directory.


Source Code: for source code Please leave your email id in the comment box.

---------------------------------------------------------------------------------------
Learn New Technologies -- Visit Our Channel --

https://www.youtube.com/tutorialspoint2016

1) CodeIgniter Mini Project Tutorial in Hindi/Urdu
Using Angular JS & Boostrap 3 : https://goo.gl/FSwsJ4

2) Codeigniter Tutorial for Beginners
Step by Step in Hindi : https://goo.gl/bxG6gJ

3) PDO-OOP-PHP-CRUD-with-Bootstrap : https://goo.gl/q1KRTn

4) AngularJS Tutorial for Beginners
(For Absolute Beginners ) : https://goo.gl/Hak26N

5) JSON Tutorial for Beginner : https://goo.gl/ryPu35

6) Git and GitHub Training In Hindi : https://goo.gl/HpToSd

7) Java Tutorial For Beginners
(Step by Step tutorial) : https://goo.gl/QxJ68x

8) PHP Tutorial for Beginners (For Absolute Beginners) : https://goo.gl/S3urkU

9) OOPS Tutorial for Beginners in PHP : https://goo.gl/k2kJDM

10) Bootstrap Tutorial for Beginners : https://goo.gl/NGFDse

11) Magic Methods in PHP Tutorial : https://goo.gl/BdYLfJ

12) Build a PHP MVC Application : https://goo.gl/yqDCkb

13) Whats new in PHP 7 | (Introduction) : https://goo.gl/rTTKkr

14) CRUD with PHP and MySQLi Tutorial : https://goo.gl/yyjWD7

15) Technology Tips and Tricks : https://goo.gl/MpR952

16) MongoDB Tutorial for Beginners (Hindi) : https://goo.gl/NZXD1u

---------------------------------------------------------------------------------------------
For any queries feel free to comment or send a mail on [email protected]

You can connect with us in social Media :-

facebook : https://www.facebook.com/TechnicalSunejaji/
Want to Join : https://www.facebook.com/groups/1981858225403035/

Don't forget to hit the Subscribe & Like button!



------------------------------------------------------------
#RESTfulWebServices #Postman #Part2

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «RESTful Web Services in CodeIgniter with source code - Get and DELETE Method using Postman ?», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.