Current location: Hot Scripts Forums » General Community » Polls » What is the PHP CMS Package of choice for you?


View Poll Results: What PHP CMS System do you like the best?
Mambo 0 0%
Joomla 5 38.46%
PHP-Nuke 3 23.08%
Other (Please specify) 5 38.46%
Voters: 13. You may not vote on this poll

What is the PHP CMS Package of choice for you?

Reply
  #1 (permalink)  
Old 03-12-08, 10:49 PM
digioz's Avatar
digioz digioz is offline
Community VIP
 
Join Date: Oct 2003
Location: Chicago, IL
Posts: 2,171
Thanks: 3
Thanked 9 Times in 9 Posts
What is the PHP CMS Package of choice for you?

Which PHP CMS System do you like more and why?
__________________

Last edited by digioz; 03-12-08 at 10:52 PM.
Reply With Quote
  #2 (permalink)  
Old 03-13-08, 06:04 AM
NeverMind's Avatar
NeverMind NeverMind is offline
Community VIP
 
Join Date: Aug 2003
Location: K.S.A
Posts: 2,257
Thanks: 0
Thanked 2 Times in 1 Post
CMS is for the weak!
j/k

I wonder if this would be considered spamming but I never really liked any CMS and I've tried plenty. They all feel bloated and never deliver what I want so I just make my own stuff
__________________
PHPSimplicity
We don't need a reason to help people - Zidane [FF9]
Reply With Quote
  #3 (permalink)  
Old 03-13-08, 08:28 AM
digioz's Avatar
digioz digioz is offline
Community VIP
 
Join Date: Oct 2003
Location: Chicago, IL
Posts: 2,171
Thanks: 3
Thanked 9 Times in 9 Posts
Quote:
Originally Posted by NeverMind View Post
CMS is for the weak!
j/k

I wonder if this would be considered spamming but I never really liked any CMS and I've tried plenty. They all feel bloated and never deliver what I want so I just make my own stuff
I agree with you, and I usually stay away from CMS myself. But if you get a client that know nothing about programming and wants something he can use to run his own site there is no other choice (unless you write your own CMS, which will cost the client way more then he can afford).


Pete


P.S. I am in no way trying to promote any of the above CMS. This is just to make it easier for me (and maybe others) to determine the pros and cons of popular CMS Packages.
__________________
Reply With Quote
  #4 (permalink)  
Old 04-02-08, 03:08 AM
scott2500uk's Avatar
scott2500uk scott2500uk is offline
Coding Addict
 
Join Date: Apr 2006
Posts: 275
Thanks: 2
Thanked 2 Times in 2 Posts
I started my programming life with PHP-Nuke. I made a few modules for it which are still popular today and free although I hate php-nuke now and I have moved on to making my own cms for my own sites and private use. That way I dont have to worry so much about known exploits as no one but me has seen the source code
Reply With Quote
  #5 (permalink)  
Old 04-02-08, 08:48 AM
digioz's Avatar
digioz digioz is offline
Community VIP
 
Join Date: Oct 2003
Location: Chicago, IL
Posts: 2,171
Thanks: 3
Thanked 9 Times in 9 Posts
Quote:
Originally Posted by scott2500uk View Post
I started my programming life with PHP-Nuke. I made a few modules for it which are still popular today and free although I hate php-nuke now and I have moved on to making my own cms for my own sites and private use. That way I dont have to worry so much about known exploits as no one but me has seen the source code
I absolutely agree with you on that. Its just that sometimes I am forced to install CMS for customers because they don't have the budget to pay for me to write one for them from scratch. Other then that I try to stay away from PHP CMS myself.
__________________
Reply With Quote
  #6 (permalink)  
Old 04-02-08, 09:45 AM
scott2500uk's Avatar
scott2500uk scott2500uk is offline
Coding Addict
 
Join Date: Apr 2006
Posts: 275
Thanks: 2
Thanked 2 Times in 2 Posts
Quote:
Originally Posted by digioz View Post
I absolutely agree with you on that. Its just that sometimes I am forced to install CMS for customers because they don't have the budget to pay for me to write one for them from scratch. Other then that I try to stay away from PHP CMS myself.
same here when ever I install a cms for some one I take a cms that is a few versions behind and has plenty of security addons.

for example if I was to install phpnuke I would install version 7.8 (most exploits have been found already) patch it for known exploits. I then throw in a few extra security measures of my own and then also include nuke sentinel. Also remove any non needed modules, addons etc.

Ive been running version 7.8 on my server for 3 years now and not once the site has been breached but nuke sentinel has detected 1000's of attempts of known exploits.

Although Id like to add I wouldnt use phpnuke now as it seems to be a dying cms as most module creaters have moved on (me being one of them)!

I hear a lot of people like Joomla but everytime Ive played with it it seems so complicated. And with my bad experiences with it I refuse to add it. eg moving to and from windows and linux servers. When you do that you have to make lots of manual edits to update all the paths. Ais

Last edited by scott2500uk; 04-02-08 at 09:49 AM.
Reply With Quote
  #7 (permalink)  
Old 04-03-08, 05:31 AM
zenox zenox is offline
Newbie Coder
 
Join Date: Feb 2008
Location: Nova Scotia, Canada
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
I'm just the opposite of all of you I use to always develop all of my CMS from scratch. Then I started using QCodo as my backend database management, and have since moved onto Joomla. I found that making a full CMS from scratch took to long where I can crack out 3-4 joomla pages in a week.

My choice may be that I suck at design. With Joomla I can just grab a template and set it up over my code. Where when I build something from scratch I have to do it myself.
__________________
Compilr.com Owner and Developer
Reply With Quote
  #8 (permalink)  
Old 04-03-08, 05:55 AM
scott2500uk's Avatar
scott2500uk scott2500uk is offline
Coding Addict
 
Join Date: Apr 2006
Posts: 275
Thanks: 2
Thanked 2 Times in 2 Posts
I must admit its great to get to know a cms and create some great addons/pages for it but when you start to build sites from scratch you can build in things that you need and what cant be achieved easily in a cms.

When building my own websites I do use the same file structure as phpnuke but thats it.
Reply With Quote
  #9 (permalink)  
Old 04-03-08, 07:41 AM
Rapid Dr3am Rapid Dr3am is offline
Community VIP
 
Join Date: Jan 2004
Location: Liverpool, England
Posts: 752
Thanks: 0
Thanked 0 Times in 0 Posts
Never used a CMS really, I used to do an awfull lot in phpBB (before I fell out with the community). I used to code a custom CMS into it (doubt I have any code anymore though).

I seem to recall I have at some point used Joomla or Mambo, I forge which one as it has changed it's name to one of those two now but was called something else back then. I think I have used GeekLog and then took the code apart for my use.

These days, I avoid coding anything that doesn't have an absolute purpose so I can't use a CMS as all projects are bespoke.
__________________
Placeholder, place signature here.
Reply With Quote
  #10 (permalink)  
Old 04-03-08, 10:10 AM
TheKiser TheKiser is offline
Wannabe Coder
 
Join Date: Aug 2007
Location: Texas
Posts: 151
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by NeverMind View Post
CMS is for the weak!
I agree with the sentiment but when you work on a project with some "monkeys" and one of them f***s up an important module it is nice to be able to go back (especially if you're the monkey).

It is really only necessary if three or more people are working on the same project. Minimizes conflicting changes.
__________________
6 Steps to Successfully Solving Problems:
Step 1: RTFM ............................. Step 4: Post in ProgrammingTalk
Step 2: See Step 1. ................... Step 5: Wait for answers.
Step 3: See Step 2. ................... Step 6: While Waiting RTFM.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
php & java is it right choice?? mif PHP 7 02-26-08 11:11 AM
CMS for phpinclude? daspin Script Requests 1 02-16-07 08:08 AM
Help with a MySQL PHP script that should identify a title Oskare100 Database 2 02-02-07 09:28 PM
need help with onChange events nassau JavaScript 4 09-07-06 02:45 AM
PHP framework choice... Canglan PHP 3 08-09-05 02:14 AM


All times are GMT -5. The time now is 10:40 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.