search
  • Sign In
  • Sign Up
Password reset successful

Follow the proiects vou are interested in andi aet the latestnews about them taster

<  Return User login - login flow chart
directory
Chapter13 object-oriented
13-1 Process-oriented programming ideas
13-2 Object-oriented programming ideas
13-3 The relationship between classes and objects
13-4 Class definition syntax format
13-5 Class definition syntax format 2
13-6 Introduction to member attributes
13-7 Introduction to permission modifiers
13-8 Member attribute definition
13-9 member method definition
13-10 Create object of class
13-11 Course summary
13-12 How to access the properties and methods of an object
13-13 Object property operations
13-14 Member method operations
13-15 $this keyword usage
13-16 Introduction to class constants
13-17 Class constant definition
13-18 Examples of class constants
13-19 What is a constructor method
13-20 Construction method
13-21 What is destructor method
13-22 When is the object destroyed?
13-23 Summary after class
13-24 Course review
13-25 Static properties and static methods
13-26 Static properties and static methods 2
13-27 self keyword
13-28 Example: Design student class
13-29 Example: Design Student Class (2)
13-30 Why can I only see the object properties when printing an object?
13-31 Memory allocation in OOP
13-32 Pass by value
13-33 pass by reference
13-34 Pass by value becomes pass by reference
13-35 What is class encapsulation
13-36 Example: Encapsulation of classes
13-37 class inheritance
13-38 Class inheritance 2
13-39 Integrated syntax format
13-40 Single inheritance and multiple inheritance
13-41 Simple demonstration of single inheritance
13-42 parent keyword
13-43 What is class polymorphism
13-44 Method overriding requirements
13-45 Example: Commodity category (1)
13-46 Example: Commodity category (2)
13-47 Example: Commodity category (3)
13-48 Example: Commodity category (4)
13-49 Example: Commodity category (5)
13-50 Summary after class
13-51 Course review
13-52 final class and final method
13-53 Abstract method of abstract class
13-54 Abstract classes and abstract methods (2)
13-55 Basic concepts of interface
13-56 Basic concepts of interface 2
13-57 Interface instance
13-58 Why do you need automatic loading of classes?
13-59 Class file naming convention
13-60 When is the autoload function called?
13-61 spl_autoload_register() function syntax
13-62 Automatic loading of classes: using named functions
13-63 Automatic loading of classes: using anonymous functions
13-64 What is object cloning
13-65 Clone method_clone()
13-66 foreach basic syntax
13-67 Use foreach to traverse object properties
13-68 Magic method_toString()
13-69 Magic method_invoke()
13-70 What are design patterns
13-71 Singleton design core code
13-72 Example: Single instance database tool class
13-73 Summary after class
Chapter22 Various versions of MVC
22-1 MVC first version: integrating students and news modules (1)
22-2 MVC first version: integrating students and news modules (2)
22-3 MVC second version: implementing basic model classes
22-4 The third version of MVC: factory model class implementation
22-5 The fourth version of MVC: Implementation of the controller class (1)
22-6 The fourth version of MVC: Implementation of the controller class (2)
22-7 MVC fifth version: adding students (1)
22-8 MVC fifth version: adding students (2)
22-9 MVC sixth version: further optimization of the controller class
22-10 Summary after class
22-11 Course review
22-12 MVC eighth version: implementation of basic controller classes
22-13 MVC version 9: Modify students (1)
22-14 MVC version 9: Modify students (2)
22-15 MVC version 9: Modify students (3)
22-16 MVC version 9: Modify students (4)
22-17 MVC version 10: simple directory division (1)
22-18 MVC tenth version: simple directory division (2)
22-19 The eleventh version of MVC: front-end controller (index.php) (1)
22-20 The eleventh version of MVC: front-end controller (index.php) (2)
22-21 MVC twelfth version: introduction of platform concept (1)
22-22 MVC twelfth version: introduction of platform concept (2)
22-23 MVC twelfth version: introduction of platform concept (3)
22-24 The twelfth version of MVC: Introduction of the concept of adding (4)
22-25 MVC version 13: automatic loading of classes
22-26 MVC version 14: directory constant definition (1)
22-27 MVC version 14: directory constant definition (2)
22-28 MVC fifteenth version: configuration file
22-29 MVC fifteenth version: initial class (1)
22-30 MVC fifteenth version: initial class (2)
22-31 MVC fifteenth version: initial class (3)
22-32 MVC version 15: Modify the Db class
22-33 Summary after class
Chapter24 Blog project backend
24-1 Backend home page - preparation work
24-2 Backend home page - HTML frame tag
24-3 Backend homepage - display the backend homepage
24-4 User management - create user data table
24-5 User Management - Preparation
24-6 User management - display user list
24-7 User management - display user list
24-8 User management - delete user records
24-9 User management - registered users
24-10 User management - modify users
24-11 User management - modify users
24-12 User login - preparation
24-13 User login - displays the login interface
24-14 User login - login flow chart
24-15 User login - login verification
24-16 User login - login verification
24-17 Create image captcha class
24-18 User login - introducing verification code
24-19 User access rights management
24-20 Modification of data related to the background homepage view
24-21 User exits
24-22 Friendly links - preparation work
24-23 Friendly links - create data tables
24-24 Friendly links - display list
24-25 Friendly links - add records
24-26 Friendly links - add records
24-27 Summary after class
24-28 Article Category - Preparation
24-29 Article Category - Create Data Table
24-30 Article Category - Create a Category Controller
24-31 Article Category—Infinitus Classification Table Structure
24-32 Article Category—Infinitus Classification Principle
24-33 Article Category—Infinitus Classification Code
24-34 Article Category—Infinitus Classification Code
24-35 Article categories - display category list
24-36 Article Category - Add Category (1)
24-37 Article Category - Add Category (2)
24-38 Article Category—Delete Category
24-39 Article Management - Preparation
24-40 Article management - create data tables
24-41 Article management - display article list (1)
24-42 Article management - display article list (2)
24-43 Article management - display article list (3)
24-44 Article management - add articles (1)
24-45 Article management - introduction of online HTML editor
24-46 Article management - add articles (2)
24-47 Create paging class files
24-48 Article data pagination
24-49 Article search criteria
24-50 Article search pagination effect
24-51 Course review