Skip to content
Apr 17 / markg85

MageDB — Milestone #1

Hi,

Right now i’m about done with the details of a file in MageDB and how complex it’s going to be in the coding. It’s becomming quite heavy because i’ve decided to do all file related stuff in file.php or include files that do it.
For example. If you rate a file that is done by rate.php but done through file.php. Same for file downloads. they are done with download.php but done through file.php thus file.php gets extensive.

You can see this like sub pages of the fileĀ  page like this:
file
- rate
- view (this is just the file and all it’s details and is what you see when you click on a file)
- download
- rating
- comments

By now you might wonder what the milestone is. Well, the file part, though not done yet, was the biggest issue till this moment. That part is roughly done in raw coding which mkes all the user parts roughly done in coding. And that means that i can start by making the admin part. Now don’t think that there is anything to show because there isn’t besided printed arrays. I’m not even including the template engine in magedb yet!

So again some nice progress in MageDB.

Till next post,
Mark.

Leave a Comment