Create php MVC app. Create database

Create php MVC app. Create database Home » Posts Tagged "php" In last lesson we began to create our PHP MVC application. Today we will create database with phpmyadmin using. Our database will be consist of 5 tables: roles users orders products...

PHP. OOP. Static properties and methods

PHP. OOP. Static properties and methods Home » Posts Tagged "php" PHP supports static properties and methods. For declaration of static method or property php has got static keyword Accessing to static properties and methods doesn’t suppose...

PHP. OOP. Properties and methods scope

PHP. OOP. Propepties and methods scope Home » Posts Tagged "php" We continue to learn basic principles of OOP in PHP. Today we will discuss properties/methods scope. There three modifiers in PHP: public – public properties/methods can be accessed...

PHP. OOP. Classes inheritance

PHP. OOP. Classes inheritance Home » Posts Tagged "php" In this lesson we’ll continue to learn OOP in PHP. I recommend you to watch last lesson for your understanding of toda topic. Today we’ll discuss classes inheritance. Inheritance in...

Cookie and SQL injections

Cookie and SQL injections Home » Tutorials » Category: "PHP" In this lesson we’ll consider COOKIE, which is similar with SESSIONS. Also we’ll discuss problem with safety – SQL injections. COOKIE is similar with...

PHP sessions

PHP sessions Home » Tutorials » Category: "PHP" Today we will discuss sessions in php. It helps browser to identify user in different pages. We will apply session in our web application. First of all we call session_start function,...

Build CRUD Application PHP & Mysql. Edit and sava data

Build CRUD Application PHP & Mysql. Edit and sava data Home » Posts Tagged "php" We continue to build our php+mysql applicaiton. Today we will realize opportunity for editing and saving data to database. First of all you need understand, how we make...

Pin It on Pinterest