DigiWebTech Software Solution is an ISO certified company. We modelized unique ideas to live
projects, hard-working students will get chance to work on live projects. Our students achieve high
grades for exceptional work in their projects.
DigiWebtech Software Solution provides training in advance technology with live projects which will enhances the skill of a student and gleam his/her
future in the field of Information technology.
 |
6 Months Training in PHP |
Syllabus of PHP
Environment setup
Ø Installation
of WAMP
Ø Installation
of Server
Ø IDE
Installation
Introduction to PHP
Ø Evaluation of Php
Ø Body structure and Basic
Syntax
Ø Defining variable and
constant
Ø Data type of Php
Ø Operator and
Expression
Handling Html Form With Php
Ø Capturing Form
Data
Ø Dealing with Multi-value
filed
Ø Generating File uploaded
form
Ø Redirecting a form after
submission
Decisions and loop
Ø Making Decisions
Ø Doing Repetitive task with looping
Ø Mixing Decisions and looping with Html
Function
Ø What is a function
Ø Define a function
Ø Call by value and Call by reference
Ø Recursive function
String
Ø Creating and accessing String
Ø Searching &
Replacing String
Ø String Formatting
Ø Library function of String
Array
Ø Anatomy of an Array
Ø Creating index based and
Associative array
Ø Accessing array
Element
Ø Looping with Index based
array
Ø Looping with associative
array using each() and foreach()
Ø Some useful Library
function
Working with file and
Directories
Ø Understanding file& directory
Ø Opening and closing a
file
Ø Coping ,renaming and
deleting a file
Ø Working with
directories
Ø Building a text
editor
Ø File Uploading &
Downloading
State management
Ø Using
query string(URL rewriting)
Ø Using
Hidden field
Ø Using
cookies
Ø Using
session
String matching with
regular expression
Ø What is regular
expression
Ø Pattern matching in
Php
Ø Replacing text
Ø Splitting a string with
a Regular Expression
Generating Images with PHP
Ø Basics
of computer Graphics
Ø Creating
Image
Ø Manipulating
Image
Ø Using
text in Image
Advance PHP
Introduction to OOPS
Ø Introduction
Ø Objects
Ø Declaring a class
Ø The new keyword and
constructor
Ø Destructor
Ø Access method and
properties using $this variable
Ø Public, private, protected
properties and methods
Ø Static properties and
method
Ø Class constant
Ø Inheritance & code
reusability
Ø Polymorphism
Ø Parent:: & self::
keyword
Ø Instance of operator
Ø Abstract method and class
Ø Interface
Final
Exception Handling
Ø Understanding
Exception and error
Ø Try,
catch, throw