Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

gymnazium-nad-aleji/php-application-evolution-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of an evolution of a PHP application

This repository demonstrates how a typical PHP application evolves. Starting from multiple stand-alone pages to a MVC-based system using Limonade PHP.

The application also uses Zebra_Form to validate and render input forms.

How to run

  • Clone this repository into a directory accessible by your web server
  • Ensure you have PHP set-up
    • Including support for SQLite (using some other engine is possible: change connection string in lib/db.php)
  • Ensure that db folder is writable for your web server
  • Open the directory in your web browser
  • Add ?/sql to the URL to go to the SQL on-line editor
  • Paste contents of db/init.sql and execute it (as a multi-query)
  • You should be ready to go :-)

About

Example of an evolution of a PHP application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published