Closures in PHP

Closures in PHP

2
Today we will learn a very interesting topic known as closure in this Closures in PHP tutorial. PHP started supporting closure since version...

Environmental set up for PHP

In this session today we will study, how to download the xampp server which is required to run the php program. As php is...
Learn How to Create Static Pages in Zend Framework

Learn How to Create Static Pages in Zend Framework

We have completed learning about controllers in Zend Framework in our previous tutorial, today in this tutorial we will learn how to create static...

PHP Loops

In this section we are going to learn about different loops in PHP and use a loop in displaying the information from a JSON...
PHP-7-session-options-740X296

Learn About the Session Option in PHP 7

In the last chapter, we discussed the ‘use’ statement and the new Integer division function along with examples. In this chapter, we are going...

Learn to connect database in php

In this session we will study, how to connect to database and fetch the data in php. To connect to database follow the steps given...
AngularJS vs ReactJS

AngularJS vs ReactJS: what to choose in 2018?

AngularJS is a JavaScript framework while ReactJS is a JavaScript library. Both of these technologies are popular and widely accepted for front-end web development....
AJAX Call

Learn How to Use JSON to Demonstrate an AJAX Call

In this chapter, we are going to demonstrate an AJAX (Asynchronous JavaScript and XML) call by using JSON formatted data. AJAX stands for Asynchronous...
routing

Learn about routing and navigation in Angular 2

In this chapter, we are going to discuss routing and navigation in Angular 2.0 with the help of a basic routing example. The following...
Views in Zend Framework

Learn About Views in Zend Framework

In our last Zend Framework tutorial we had gone through Error handling in Zend Framework, today in this tutorial we will cover the concept...