Skip to content

Some useful PHP OOP Codes and projects for Learning And studying Objected-Oriented Programing with php

Notifications You must be signed in to change notification settings

omarabdelfattah/useful-php-oop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Useful PHP OOP Projects For begginers with it

Some useful PHP OOP Codes and projects for Learning And studying Objected-Oriented Programing with php

Projects - Overview

1 - Say Hello

          Class That's Say Hello For the Custom name
        A class wich is calling with autoload function with the same name for the class and it's file
          The class Has 1 method Called $name With default value equale "guest"

        # And 2 Functions 
        1 Called getName()
        which insert it's parameter value for the method $name value but first do it it check if it isn't inserted as null or "guest"

        Another 1 Called sayHello() Wich check if method $name isn't null or "guest" and if the condition is true it will return an h3 with a      message for saying hello ! for the method $name  

About

Some useful PHP OOP Codes and projects for Learning And studying Objected-Oriented Programing with php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages