PHP

  • PHP

Primary Key & Foreign Key Implementation: MySQL

This video tutorial illustrates the implementation of Primary key and Foreign key, using MySQL. You can run the same commands…

12 years ago
  • PHP

DBMS Basics: Getting Started Guide

Getting started with Database Management System. In this video tutorial we're trying our best to keep everything to the minimum,…

12 years ago
  • PHP

Per-Class Constants And Static Methods: PHP OOP

This video tutorial illustrates the concepts of Per-Class Constants and Static Methods in Object Oriented PHP. Per-Class Constants was introduced…

12 years ago
  • PHP

Implementing Interfaces: PHP OOP

Video tutorial illustrates the concept of implementing interfaces in Object Oriented PHP. We also show you, how it over comes…

12 years ago
  • PHP

Multiple And Hybrid Inheritance: PHP OOP

Video tutorial to illustrate Inheritance mechanism in Object Oriented PHP. Inheritance is a mechanism where objects of one class acquires…

12 years ago
  • PHP

Preventing Inheritance and Overriding with final: PHP OOP

Video tutorial illustrating, how to prevent inheritance and overring using final keyword, in Object Oriented PHP. In this program, we…

12 years ago
  • PHP

Overriding: PHP OOP

Video tutorial to illustrate Overriding in Object Oriented PHP Programming. Here, we take two class: A and B. Extend class…

12 years ago
  • PHP

Single Inheritance: PHP OOP

Inheritance is a way to reuse the code of existing objects. In this video tutorial we're illustrating single inheritance mechanism.…

12 years ago
  • PHP

Access Specifiers: PHP OOP

Controlling Access with public, private and protected access modifiers. These access specifiers can be used on both variables/attributes and methods.…

12 years ago
  • PHP

Constructors and Destructors: PHP OOP

Video tutorial illustrates the use of Constructor and Destructor functions in Object Oriented PHP Programming. Constructor: A constructor is an…

12 years ago