Jump to content

CMS good or bad?


signature16

Recommended Posts

A year back, I tried setting up a site using a CMS and found many of them (Joomla included) to be more confusing than just writing code myself :P
Perhaps it was just because of my application, however, and a CMS might be the best solution for what you intend. So I suppose my answer is that it all depends on what you're trying to do.

So that was a unhelpful response, hehe
Link to comment
https://forums.phpfreaks.com/topic/16156-cms-good-or-bad/#findComment-66732
Share on other sites

I would like to setup a website with some flash/photoshop tutorials, + blog and a web development service.


What should I use?  Should I setup a cms for the tutorials part and then use word press for the blog or something?  and everything else by hand?


Thanks for the reply!
Link to comment
https://forums.phpfreaks.com/topic/16156-cms-good-or-bad/#findComment-66734
Share on other sites

When I first built one of my websites, I allowed a form for people to add there story, This was before I really knew PHP
so What I done was
They complete a form, I receive an email, create a new page for them, upload the page, change the main page to show the link.
Dont seem that bad, but when working long hours, and some days receiving about 10 stories a day, it can get a bit, how you say, enoying

What I done is I build a little script, I suppose you can call it a CMS

Now, they complete a story, it then goes into a MySQL table. I log into my script, and it shows me offline stories. I can read the story, and approve it, by clicking a button.

Then AUTOMATICLY, a link is added on the main page, and the story is online

Using Mod Rewrites, nobody can tell the difference (I use there names, and make sure there unique)

If you want good security, (Hush Hush secret here) If you have a website where you can host multiple websites, get a TEST site. So you can use this for clients ect, a .biz or something cheap.

Then host your CMS admin scripts from there, as its the same server, DB connection problems is not an issue.

Link to comment
https://forums.phpfreaks.com/topic/16156-cms-good-or-bad/#findComment-66769
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.