wdb / tutorial-oop
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.
Installs: 216
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:project
Requires
- smarty/smarty: ~3.1
This package is auto-updated.
Last update: 2024-12-15 06:32:16 UTC
README
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:
- by composer
To load the project including smarty with composer use
composer create-project wdb/tutorial-oop
If you want to install the master-branch instead of the latest release use
composer create-project -s dev wdb/tutorial-oop
- by git
git clone https://github.com/DavidBruchmann/tutorial_oop.git
Then refer to including smarty in manual installation below.
- 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: ch19barlian@gmail.com