Posted in core
6133
6:52 am, August 17, 2020
 

What is Core?

17 Aug 20

core is php content management system where the content is editable from the front end of the site, so there is no real back end to this system. i designed it to be easily extended so everything is in classes. I will break it down and add it here, this site currently runs on core.

I stared a google document with all of core features but maybe its better to add it here so it can be searched and viewed more easily. 

It has a simple html / php template engine built into it and tons of other features. 

The database uses SQLite primarily but also has mysql if you need it. SQLite seems to work very well so far without the bulk of a mysql server and the database files are all contained within the site. 

I think the hit recording seems to clash sometimes when writing to the database, but apart from that it seems to work well. 

View Statistics
This Week
239
This Month
744
This Year
583

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Code
Search Code by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
You want to be the best, you MUST put the long yards in! Nothing comes easy in life so stop wishing and start DOING! So many people would rather bitch and moan than help themselves. Dont be one of those negative drainers, start today, make a small change and keep going forwards with this attitude!
Unknown
Random CSS Property

border-image-width

The border-image-width CSS property sets the width of an element's border image.
border-image-width css reference