advanced php/mysql training with live project

2

Click here to load reader

Upload: shaheel-khan

Post on 14-Jun-2015

78 views

Category:

Education


2 download

DESCRIPTION

if you are looking advanced php/mysql training center w3webschool best option for you we have 4+ year experience teacher.

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