Transcript
Page 1: Advanced Php/Mysql Training With live project

ADVANCED PHP Syllabus

Module 1 – AJAX

What is Ajax?

Ajax Architecture

Overview of Important Concepts of Javascript

XMLHttpRequest

Onreadystatechange

Ajax using HTML, Javascript & DOM

Ajax using PHP & MySQL

Live Search using Ajax

Important Examples with Implementation using Ajax

Module 2 – Classes & Objects(OOP’s)

What is a Class?

What is an Object?

Features of OOP’s

Abstraction

Encapsulation

Inheritance

Polymorphism

new keyword

Scope-resolution operator

Access Specifiers (public/private/protected)

Method Overriding

Why PHP does not support Method Overloading?

Page 2: Advanced Php/Mysql Training With live project

Constructor

Destructor

__autoload()

Functions

How to use & call a function

Abstract Class

Interface

Connecting with MySQL

Module 3 – PHP Database Objects(PDO)

What is PDO?

getAvaliableDrivers

exec

beginTranscation

commit

rollback

query

Difference between exec & query

Connecting with MySQL using PDO

Inserting Values in table

Transaction

Fetch Values from MySQL

prepare

bindParam

execute

setAttribute


Top Related