Skip to content

Just a crappy little address book in pure PHP to show I still remeber a function or two in PHP.

Notifications You must be signed in to change notification settings

dhulke/WorthlessAddressBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Worthless Address Book

Just a simple address book application written in pure PHP/Sqlite (no framework used). The Framework directory is just a collection of helper files I created in a few hours to help me build this application. The entire application was developed in under 12h so the framework is not meant for production and it could be filled with bugs.

Installation

http://host/Setup/install

That service will make sure the database file is created and the database schema is uploaded to the database.

http://host/Setup/uninstall
http://host/Setup/install

Calling both services in that order will reset the database and start a clean installation.

To-Do

  • Add support for route mathing in the Router module
  • Add a validator class to help with form validations
  • Create a better templating system to help with view rendering
  • Pretty much throw the whole thing away and start again with a decent framework like Laravel or CodeIgniter.

Snapshots

https://s17.postimg.org/5mp2663e7/contacts.png https://s17.postimg.org/tqftujlvz/dashboard.png https://s17.postimg.org/v5hejahu7/login.png https://s17.postimg.org/4x69txd67/signup.png https://s17.postimg.org/usq0d4mpr/users.png

About

Just a crappy little address book in pure PHP to show I still remeber a function or two in PHP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published