Facebook Twitter YouTube Google Plus Website Email



Similar documents
Web Development using PHP (WD_PHP) Duration 1.5 months

Certified PHP/MySQL Web Developer Course

Course Outline Basic Web Development

Certified PHP Developer VS-1054

WEB DEVELOPMENT COURSE (PHP/ MYSQL)

DIPLOMA IN WEBDEVELOPMENT

All MySQL and PHP training students receive a copy of Apress' Beginning PHP and MySQL 5: From Novice to Professional and other related courseware.

INFORMATION BROCHURE Certificate Course in Web Design Using PHP/MySQL

LAMP [Linux. Apache. MySQL. PHP] Industrial Implementations Module Description

ISI ACADEMY Web applications Programming Diploma using PHP& MySQL

The C Programming Language course syllabus associate level

RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE CISY 233 INTRODUCTION TO PHP

Java Application Developer Certificate Program Competencies

Course Number: IAC-SOFT-WDAD Web Design and Application Development

Zend Framework Database Access

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY

Specialized Programme on Web Application Development using Open Source Tools

Curriculum Map. Discipline: Computer Science Course: C++

A table is a collection of related data entries and it consists of columns and rows.

Web Application diploma using.net Technology

El Dorado Union High School District Educational Services

COURSE SYLLABUS EDG 6931: Designing Integrated Media Environments 2 Educational Technology Program University of Florida

Web development... the server side (of the force)

A Brief Introduction to MySQL

IE Class Web Design Curriculum

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database: SQL and PL/SQL Fundamentals NEW

Computer Programming I & II*

Facebook Twitter YouTube Google Plus Website . o Zooming and Panning. Panel. 3D commands. o Working with Canvas

CSCI110 Exercise 4: Database - MySQL

PHP Tutorial From beginner to master

BCS2B02: OOP Concepts and Data Structures Using C++

Introduction to Server-Side Programming. Charles Liu

Ficha técnica de curso Código: IFCPR190b. Learning PHP, MySql and JavaScript

Database Administration with MySQL

Oracle Database 12c: Introduction to SQL Ed 1.1

Duration Vendor Audience 5 Days Oracle End Users, Developers, Technical Consultants and Support Staff

Java SE 8 Programming

WORKSPACE WEB DEVELOPMENT & OUTSOURCING TRAINING CENTER

FileMaker Server 12. Custom Web Publishing with PHP

Computer Science Course Descriptions Page 1

Oracle Database: SQL and PL/SQL Fundamentals

KITES TECHNOLOGY COURSE MODULE (C, C++, DS)

G563 Quantitative Paleontology. SQL databases. An introduction. Department of Geological Sciences Indiana University. (c) 2012, P.

Online Multimedia Winter semester 2015/16

D61830GC30. MySQL for Developers. Summary. Introduction. Prerequisites. At Course completion After completing this course, students will be able to:

Java the UML Way: Integrating Object-Oriented Design and Programming

TECHNOLOGY Computer Programming II Grade: 9-12 Standard 2: Technology and Society Interaction

: provid.ir

CS506 Web Design and Development Solved Online Quiz No. 01

AP Computer Science Java Subset

Programming and Software Development CTAG Alignments

MySQL for Beginners Ed 3

MYSQL DATABASE ACCESS WITH PHP

Specialized Programme on Web Application Development using Open Source Tools

Java (12 Weeks) Introduction to Java Programming Language

Computer Programming I

Oracle Database 10g: Introduction to SQL

Drupal CMS for marketing sites

Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation

COURSE CONTENT FOR WINTER TRAINING ON Web Development using PHP & MySql

Intro to Web Programming. using PHP, HTTP, CSS, and Javascript Layton Smith CSE 4000

Microsoft Windows PowerShell v2 For Administrators

Glossary of Object Oriented Terms

PART-A Questions. 2. How does an enumerated statement differ from a typedef statement?

Example for Using the PrestaShop Web Service : CRUD

Thomas Jefferson High School for Science and Technology Program of Studies Foundations of Computer Science. Unit of Study / Textbook Correlation

Writing Scripts with PHP s PEAR DB Module

Skills for Employment Investment Project (SEIP)

Form And List. SuperUsers. Configuring Moderation & Feedback Management Setti. Troubleshooting: Feedback Doesn't Send

Automation of Library (Codes) Development for Content Management System (CMS)

FileMaker Server 13. Custom Web Publishing with PHP

Oracle SQL. Course Summary. Duration. Objectives

Visual Basic. murach's TRAINING & REFERENCE

Vector HelpDesk - Administrator s Guide

ALLIED PAPER : DISCRETE MATHEMATICS (for B.Sc. Computer Technology & B.Sc. Multimedia and Web Technology)

Types of Software Testing (E-ams) For MBA Programs and CAD12

PHP Integration Kit. Version User Guide

Course Name: ADVANCE COURSE IN SOFTWARE DEVELOPMENT (Specialization:.Net Technologies)

Cyber Security Certificate

Computer Training. NR Computer Learning Center 1835 W. Orangewood Ave #200 Orange CA 92868

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC

WiredContact Enterprise x3. Admin Guide

Windows PowerShell Essentials

ORACLE BUSINESS INTELLIGENCE WORKSHOP

Multimedia im Netz Online Multimedia Winter semester 2015/16. Tutorial 03 Major Subject

Information and Computer Science Department ICS 324 Database Systems Lab#11 SQL-Basic Query

ARIZONA CTE CAREER PREPARATION STANDARDS & MEASUREMENT CRITERIA SOFTWARE DEVELOPMENT,

#820 Computer Programming 1A

ADVANCED SCHOOL OF SYSTEMS AND DATA STUDIES (ASSDAS) PROGRAM: CTech in Computer Science

MOC 20461C: Querying Microsoft SQL Server. Course Overview

An Introduction to Developing ez Publish Extensions

IBM FileNet eforms Designer

Application note: Connecting the to a Database

Java Interview Questions and Answers

Services. Relational. Databases & JDBC. Today. Relational. Databases SQL JDBC. Next Time. Services. Relational. Databases & JDBC. Today.

Fachgebiet Technische Informatik, Joachim Zumbrägel

core. Volume I - Fundamentals Seventh Edition Sun Microsystems Press A Prentice Hall Title ULB Darmstadt

DiskPulse DISK CHANGE MONITOR

An Incomplete C++ Primer. University of Wyoming MA 5310

Transcription:

PHP MySQL COURSE WITH OOP COURSE COVERS: PHP MySQL OBJECT ORIENTED PROGRAMMING WITH PHP SYLLABUS PHP 1. Writing PHP scripts- Writing PHP scripts, learn about PHP code structure, how to write and execute a simple PHP script and to add comments within your code. 2. Variables and Data Types- Learn about Variables, values and Data Types in PHP: boolean, integer, float, string, array, object, Resource, null. 3. Numbers and mathematical 0perators- Introducing Numbers and mathematical 0perators, some PHP functions for more complex operations with numbers. 4. PHP Strings- Working with strings, using simple and double quotes, escaping quotes and other characters, concatenating strings, some functions for strings. 5. Constants- Introducing Constants, syntax for defining constants, differences between variables and defined constants. 6. Superglobal $_SERVER Array- Get information such as headers, paths, and script locations by using elements from Superglobal $_SERVER Array. 7. PHP Error Handling and Debugging- PHP MySQL course - FEATURES 1 Hours of Daily Classroom based training. 4 Hours of Daily Practice. Assignments by Trainers and Mentors. 600+ assignments Access to Huge Library 600+ PDFs 750+ Tutorials 24/7 access to Learning Center Fees and Duration INR 14,999+ (taxes as applicable) 1 months (300 hours) All Rights Reserved - 2015-16

Error Handling, debugging and trigger errors and how to adjust the level of error reporting, handling exceptions. 8. If... Else conditionals, Comparative and Logical operators- Make PHP script takes decisions with If, Else, Elseif conditional statements. Compare two values with Comparative and Logical operators. The ternary operator. 9. Using HTML Forms- Using HTML Forms, PHP form handling, get data sent from form fields through GET and POST method, form validation. 10. $_GET, $_POST and $_REQUEST Variables- How to send data with get and post methods to a PHP script and access it with superglobal $_GET, $_POST and $_REQUEST variables. 11. PHP Switch... Case...- PHP MySQL course - Switch... Case... conditional statement, switch with break and default instructions. 12. While Loops- Using While and Do Wile Loops. End the While loops with the break instruction. Syntax and examples. 13. For and Foreach Loops- Using for() and foreach() Loops. End the "For" loops with the break instruction. Syntax and examples. 14. PHP Arrays- Creating Numeric (indexed) Arrays and Associative arrays. Accessing, modifying and traversing array elements. 15. Multidimensional arrays and array functions- Creating and working with multidimensional arrays, some array functions, traversing and sorting multidimensional array elements. 16. PHP functions- Creating and using your own functions with or without parameters, calling functions, the return statement, recursive functions. 17. Functions, Variable scope and Passing by Reference- Variable scope and Functions. Using GLOBAL and STATIC variables, passing variables by Reference. All Rights Reserved - 2015-16

PHP ADVANCED 18. PHP Anonymous functions - Closures- About Anonymous Functions, also known as Closures, how to create and use closures. 19. Include and Require- Insert the content of external files into a PHP file with Include and Require functions, include_once, require_once. Prerequisites You must have a good understanding on how the following: How web works HTML CSS Basic JavaScript 20. File Handling with fopen- File Handling with fopen(), create new file, write and read text file content with fopen(), fwrite(), fread() and fgets() functions. Moving the internal pointer, rewind() and fseek(). 21. File Upload- This lesson shows how to upload files on the server, with PHP and an HTML form. Uploading files script. 22. Exploring Folders- Exploring the Folder system, creating folders with PHP, reading a directory content. Get information about a file path. 23. PHP Cookies- Setting and accesing cookies with PHP, retrieve a Cookie value, deleting cookies. Benefits Assignments Live Project Full year access to Learning Center 24x7 Support Weekly Reviews Certification Job Guarantee Group discussions 24. PHP Sessions- Setting and handling Session variables. Accessing and deleting session, destroy sessions. Store encrypted data in sessions. All Rights Reserved - 2015-16

25. RegExp - Regular Expressions- RegExp patterns - Regular Expressions. Examples with preg_match, preg_match_all, and preg_replace functions for string matching and string substituting operations. 26. PHP Date and Time- Date and Time functions, handle date and time information, UNIX timestamp, set and get time values. 27. PHP DateTime and DateTimeZone classes- Handle date and time information with PHP DateTime and DateTimeZone classes and objects, reset /change Timezone, get the difference between two dates. 28. PHP Sending E-mails- Sending E-mails, mail() function. Create a mail contact form script, validate e-mail address, filter input email data, and add the "From", "Conten-Type" (utf-8), and "Reply-To" headers in the email. All Rights Reserved - 2015-16

PHP MySQL 29. PHP MySQL Introduction, Data Types - PHP MySQL Introduction, database structure, tables. MySQL naming rules, and column's data types. PHP - MySQLi 30. PHP MySQL - using MySQLi - Using MySQLi object-oriented (MySQL Improved) to connect to MySQL server. Perform SQL queries to create a database and tables. 31. PHP MySQL - INSERT INTO - Insert data in MySQL table with MySQLi object, INSERT INTO query. Get the auto ID from the last INSERT query with insert_id() method. Insert data from a form into a database. 32. PHP MySQL - SELECT, ORDER BY - Retrieve and display data from a MySQL table, SELECT SQL command. Determine the number of records to return with the LIMIT option. Sort query results with ORDER BY clause (ASC and DESC). 33. PHP MySQL - WHERE and LIKE - Selecting specific data from a database with the WHERE clause and Conditionals. Check for string matching with LIKE and NOT LIKE terms. 34. PHP MySQL - UPDATE - UPDATE query to edit / change existing records in MySQL table. 35. PHP MySQL - DELETE - The DELETE statement, used to entirely remove records from a database table. 36. MySQL Aliases and Functions - Using MySQL Aliases and functions, text, numeric / mathematical, and date and time functions. All Rights Reserved - 2015-16

OOP (OBJECT ORIENTED PROGRAMMING) IN PHP 42. PHP OOP - Creating Classes and Objects - OOP (object-oriented programming), creating classes and objects. Setting properties and methods in a class, with public, private or protected attribute. Instantiate an object of a class. 43. OOP - Constructor Method - Creating classes with a Constructor Method, construct(). Setting optional parameters in a constructor method. 44. OOP - Accessor and Destructor methods - How to use Accessor methods to set and get property values, defining Destructor methods. PHP functions for checking data type. 45. OOP - Constants, Static Properties and Methods - Defining and accessing class Constants, Static Properties and Static Methods. 46. OOP - inheritance, class extends - Inheritance, learn how to extend a class, create subclasses (child classes) that inherit all of the public and protected methods from a parent class. Overriding methods. 47. OOP - Final Classes and Methods - OOP - Final Classes and Methods, how to create a class that cannot be extended, and methods that cannot be overridden. 48. Magic Methods get, set, call, tostring - About Magic (or interceptor) Methods and their utility in classes, get, set, call, tostring. 49. OOP - Abstract classes - Creating Abstract classes and methods, extends an abstract class. 50. PHP OOP - Interfaces 51. PHP Method Chaining All Rights Reserved - 2015-16

BENEFITS Today understanding PHP can boost up your career like anything. Especially if you are looking to be a web developer in the longer run, this is a must do course for you. On this course you not only learn PHP but also learn advanced concepts of Object Oriented Programming which will help you through your career. Just enrol to our PHP MySQL Course today. This PHP MySQL Course from is backed by 100% Placement assistance. Our PHP MySQL course covers some real world examples and problems faced by developers. Our PHP MySQL Course is open to working professionals, recent graduates & students. The only real pre-requisite for our PHP MySQL course is that students have a strong desire to have a career as web developer and be willing to work real hard. Good command over English is preferred in order to take our PHP MySQL Course. So what are you waiting for? Take our PHP MySQL Course and become an expert web developer in no time! php-mysql-oops.php All Rights Reserved - 2015-16