Wednesday, June 29, 2016

PHP Training in Kathmandu

Demo class of   PHP Training   is on  1st July 2016

1st Session :7-10 am
2nd Session : 11-2 pm
3rd Session : 3-6 

Monday, June 27, 2016

PHP Training in Kathmandu

A warm greeting from OPEN EYES IT SOLUTION !!!
This is first seminar in Web Designing with practical demo session.

Time: 17th Ashad (1st July) 7 am-7 pm

To whom:
*IT/NON IT STUDENTS


Prerequisite:
To reserve your seat please follow the following instructions:
1.Goto www.openeyesit.com
2.Click on REGISTER NOW
3.Fill up the form with your details information
4.Send

[NOTE:
1.Only 6 participant are enrolled in each session.
2.If you have your own group then please make a call with us for the confirmation.
3.You have to register your name till 2 pm Thursday(30th June) (16th Ashad)  and otherwise your name will not be booked.
4.You will get a confirmation call for your reserved time on Thursday.
5.You have to attend the program on time.
6.EACH PARTICIPANT MUST HAVE TO BRING THEIR OWN LAPTOP COMPULSORY

Each session is of 3 hours:
First  Session:  7-10 am
Second Session:  11-2 pm
Third  Session:  3-6 pm

Topic covered:
1.Introduction about Web Designing
2.Its importance and demands
3.Job 
opportunities   in Nepali market
4.Content and tricks to learn it
5.Demo Project (A single page website is ready within this session & Each participant must have to do this)
6.Info about Domain Registration & Hosting
7.Conclusion

Why this program?
After attending this you may get the opportunities
  of Internship

Eligible may get the chance of job

Silent Feature: A small gift hamper will be provided to each participant.

PLEASE VISIT OUR OFFICE OR MAKE A CALL WITH US @9843617299 IF YOU HAVE ANY CONFUSION


For Further Details visit:

PHP Training in Kathmandu

Sunday, June 26, 2016

PHP Training in Kathmandu

PHP Training


PHP Training in Kathmandu
PHP Training in Kathmandu

Course Duration :  2 Months
Course Structure :  Basic
                               OOP
                               Framework
                                      CI   &   Laravel
                               Two Projects

Saturday, June 25, 2016

PHP Training in Kathmandu

PHP Training


CRUD using PHP 4. PHP dates and time

Introduction to PHP
Evaluation of Php
Basic Syntax
Defining variable and constant
Php Data type
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
Formatting String
String Related Library function
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
Mini Project (With file Handling)

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
Database Connectivity with MySql
Introduction to RDBMS
Connection with MySql Database
Performing basic database operation(DML) (Insert, Delete, Update, Select)
Setting query parameter
Executing query
Join (Cross joins, Inner joins, Outer Joins, Self joins.)
Mini Project
Javascript / Jquery
Payment gateway integration
HTML5 (Localstorage / Geolocation) Api

PHP Training in Kathmandu

PHP Training


 Intermediate PHP with OOP (Object Oriented Programming):


Introduction to Object Oriented PHP
Classes and Objects
Methods and Properties
Constructors and Destructors
Class Inheritance
Access Modifiers (Public, Protected, Private)
Setters and Getters
Static Properties and Methods
Magic Methods
Object Cloning
Abstract classes and Interfaces
Final Classes
Polymorphism
Namespaces
Exceptions and Error Handling
Design Patterns (Singleton, Factory, Dependency Injection, Observer etc.)
SOLID Design Principles
Date and Time Handling using PHP
File System and I/O
Email Sending and Receiving
Using MySQLi (OO Interface) to Access Databases
Using PDO to Access Databases
Developing a CMS with a Blog (Project)
Regular Expressions
Introduction to .htaccess
Controlling Output using .htacces
URL Rewriting

Database with Object oriented concept

  1.  Introduction to Databases with MySQL
  2. Using PHP to access MySQL with MySQLi (Procedural) Driver
  3. MySQL CRUD (Create, Read, Update, Delete)

PHP training in Kathmandu

PHP Training

Introduction to PHP

  1. Introduction to PHP
  2. Introduction to Web Request/Response
  3. Introduction to Variables
  4. Code Comments
  5. Introduction to Data Types
  6. Scalar Data Types (Strings, Integers, Floats) and their built-in Functions
  7. Complex Data Types (Array, Objects) and their built-in Functions
  8. Arrays (Numerical, Associative, Multi-Dimensional)
  9. Constants
  10. Type Casting and Juggling
  11. Conditional Statements (If-else, switch)
  12. Operators (Unary, Binary and Ternary)
  13. Loops (While, Do-while, for and foreach)
  14. User Defined Functions
  15. Function arguments, return values and default values
  16. Function global and local scope
  17. URL encoding / decoding
  18. Introduction to script inclusion with include/include_once, require/require_once
  19. Single form processing
  20. Handling multiple forms
  21. Form validations with PHP
  22. Introduction to Web Cookies and Sessions
  23. Introduction to PHP with MySQLi