Download the PHP package wdb/tutorial-oop without Composer
On this page you can find all versions of the php package wdb/tutorial-oop. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wdb/tutorial-oop
More information about wdb/tutorial-oop
Files in wdb/tutorial-oop
Package tutorial-oop
Short Description This tutorial includes projects to show MVC pattern (Model, View, Controller) as well as OOP (Object Orientated Programming) and usage of `smarty` as template engine.
License GPL-3.0-or-later
Homepage https://barlians.com
Informations about the package tutorial-oop
Tutorial OOP and MVC
Requirements: PHP 5.2+, smarty (PHP template engine)
Description:
This tutorial includes projects to show MVC pattern (Model, View, Controller) as well as OOP (Object Orientated Programming).
Most of the logic programm-logic is simple to keep the focus on structure and general aspects of programming.
Currently "smarty" is used as template engine, while a shift to something more modern might be expectable.
"smarty" regrettable has a small impact on the programm-logic as arrays are used for data instead of Objects.
Nevertheless a general approach for an object-orientated template engine is partially prepared.
Installation:
1) by composer
To load the project including smarty with composer use
If you want to install the master-branch instead of the latest release use
2) by git
git clone https://github.com/DavidBruchmann/tutorial_oop.git
Then refer to including smarty in manual installation below.
3) by zipped release
Download the latest release from this page:
https://github.com/DavidBruchmann/tutorial_oop/releases
Then refer to including smarty in manual installation below.
Including smarty in manual installation
in the downloaded project folder there has to be a folder vendor/smarty/smarty
including the template engine.
Without using composer the download and the arrangement of the structure has to be done manually.
Even with manual download you also still can use composer install
to install only smarty by composer.
For Support of tutorial and seminar
PayPal: [email protected]