Creating a content management system for dedicated use
Posted
by whitstone86
on Stack Overflow
See other posts from Stack Overflow
or by whitstone86
Published on 2010-04-02T18:57:48Z
Indexed on
2010/04/02
19:03 UTC
Read the original article
Hit count: 368
I've been trying to create a specialised CMS, as none of the current open-source ones fit my needs for this project.
I did my research on Google, tried multiple times but haven't got very far with this project.
I'm trying to create a CMS for a TV/episode guide which is similar to this: (for some that don't have the :// just copy-and-paste and add it after http in the URL)
http library.digiguide.com/lib/programmenextshowing/Police%2C+Camera%2C+Action!-12578 (one such example) - where records expire and delete from the database after expiration.
This is the design I'm trying to emulate:
http library.digiguide.com/lib/programme/24-84241/Drama/ - the programme
http://library.digiguide.com/lib/episode/Under+Surveillance-714873 - a typical episode, could use .htaccess to remove php from name
http library.digiguide.com/lib/programmenextshowing/24-84241 - paginated episode display (using script that I found in search here possibly)
I don't have access to cron job as it's on Windows/Apache, so that's out the question for this one.
I'm not sure how to go about this successfully, anyone got any advice?
(Note:Although the linked site runs in ASP.NET, it's the design and feel of it I'm trying to emulate, except in PHP. I've managed to emulate that site's design, but with my own tweaks to it.)
© Stack Overflow or respective owner