| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| phpPizzaShop 0.0.1 | 2016-09-23 | ||
| README.txt | 2017-11-28 | 2.0 kB | |
| LICENSE.txt | 2016-09-23 | 35.8 kB | |
| Totals: 3 Items | 37.8 kB | 0 |
Pizza Shop CMS idea im using to learn more about PHP and MySQL
--------------------------------------------------------------
UPDATE NOV 28,2017
I have abandoned this software for a couple reasons
1: No time recently
2: I started working on an abandoned project that has helped me
in the past running my computer repair business its called
phpBMS (Search this site for old versions) that taught me far more than
I could ever learn at a beginner pace.
This software if i recall correctly doesnt do too much but you can use it to
help you undrestand how to use SMARTY templating engine a little better.
--------------------------------------------------------------
I am not a programmer, I am just using this idea to learn a little more about
php programing. I have been editing and using open-source php software since
around 2001 and was just getting by. This will be my first attempt at mySQL as
well
If you are following along, and expect this to work out of the box, it is the
wrong software for you. Hopefully I can make something useful for others to use.
Goals I expect out of this project:
Learn php and MySQL (Obviously)
a better understanding of templating software
learning how to customize software via an admin control panel
Prerequisites:
This script uses SMARTY Templating Engine to display templates. (www.smarty.net)
To Do:
LOTS
Create Login system
move system settings from config.php into database.
backend CMS to create web pages on the front end.
Lots more ... lots
--------------------------------------------------------------------------------
09/23/2016 (0.0.1)- initial upload. Expect nothing to work except displaying a
very basic page
The Template is displaying correctly
im able to pull data from a config file and use it in the application.
I'm able to call functions (sort of) from an included functions file.
That's about all it can do for now.