Clean Coded CMS?

amr1991

New Member
Messages
396
Reaction score
0
Points
0
I am creating a CMS and I have pretty much finished the main layout and the way content is sent through files. It does not store content in a database, but in a directory /data/. I have the CMS for download, I'ts not for use yet, but if you could please take a look at the code and see if it's an efficient running system. To create a new link, open /data/actions.php, add a new array to $links, typing the link name in quotes, spaces allowed, and make a new file in /actions/ corresponding to the navigation link name. For example, if I made a new link named "Control Panel", the file name would be control_panel.php, you lower case all letters and replace the spaces with underscores.

A live version of it running is at, http://70.226.103.83
 

Attachments

  • CreativeGaming.zip
    3.4 KB · Views: 12
Last edited:

MicrotechXP

New Member
Messages
7,644
Reaction score
0
Points
0
I think it would be easier if you can make a system for automatic data to be made.
 

Zenax

Active Member
Messages
1,377
Reaction score
4
Points
38
well obviously it could be something to add to a later version. I myself are starting work on my own CMS.

It seems that quite a few people are starting to undertake the idea of building their own CMS.

I wish you luck with your CMS.

Regards,
Zenax
 

amr1991

New Member
Messages
396
Reaction score
0
Points
0
MicroTechXP

I am plannin on implementing that, I just wanted to get everyone's opinion on it so far.
 
Top