Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Best CMS for my PHP pages?
Old 04-05-2009, 06:16 AM Best CMS for my PHP pages?
Junior Talker

Posts: 1
Trades: 0
Hi, I have been looking at a few CMS (Joomla, WP, Drupal) and after some playing around and searching I still haven't found the right solution (not saying the ones mentioned can't do it).

What I'm looking for is a CMS that can handle all the basic CMS stuff (menus, layout, permissions, etc), but let's me put my own PHP pages in there instead of articles. I know pretty much all of them can do this, but I'm looking for one that does it natively and supports caching of custom pages.

For example, I tried a Joomla extension that I don't think cached the content and the URL was quite "ugly":
index.php?option=com_php&Itemid=2

Does anyone have any experience doing something similar, or an idea of a good solution?
Sarke1 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-05-2009, 08:22 AM Re: Best CMS for my PHP pages?
Junior Talker

Posts: 4
Name: Philip Rollins
Trades: 0
Content management systems are easy to make I've never worked with Joomla but your URL is correct did you try to grap it with
PHP Code:
 echo $_GET['option']; echo $_GET['Itemid']; 
SenseiNinja is offline
Reply With Quote
View Public Profile
 
Old 04-05-2009, 08:49 AM Re: Best CMS for my PHP pages?
stevej's Avatar
Professional Multitasker

Posts: 996
Location: Not positive
Trades: 0
Quote:
Originally Posted by Sarke1 View Post
For example, I tried a Joomla extension that I don't think cached the content and the URL was quite "ugly":
index.php?option=com_php&Itemid=2
Right. Since Joomla uses a database, it has no need for 'static' pages. The page template and layout can all be dynamically generated. So if you look for index.php?option=com_php&Itemid=2 in your directory, it won't be there.

But to answer your question. For what you want, you probably aren't going to get a big-name CMS. While there are some CMSs that would suit your needs, I didn't find any for myself - so right now I'm programming my own.

- Steve
__________________
if($stevej == "helpful") { $talkupation += $user_power; }
stevej is offline
Reply With Quote
View Public Profile
 
Old 04-05-2009, 01:42 PM Re: Best CMS for my PHP pages?
racer x's Avatar
Ultra Talker

Posts: 457
Name: Randy
Location: Northern Wisconsin
Trades: 0
Wordpress to me is by far the most user-friendly system IMO. Some people will say WP is not a CMS, but I think it can do many of the same things. Not quite the features of Drupal, but very flexible and has documentation that you can understand(unlike Drupal)! You can create "pages" that contain any type of content and layout theme.

As stevej said, the CMS's are all dynamic so they serve pages fresh based on the user query, though, most have a plugin that will cache dynamic pages as an html file. Thus, when someone requests a page, that html file can be returned. Here is a Wordpress plugin that does this:
http://wordpress.org/extend/plugins/wp-super-cache/

Also with Wordpress(and Drupal, I don't know much about joomla), you can enable clean URLS. Check this page of the WP manual to answer your question exactly:
http://codex.wordpress.org/Using_Permalinks

As with any CMS you can bend and mold them into what you want, but at some point, it may be easier to create CMS from scratch.

Hope this helps!
racer x is offline
Reply With Quote
View Public Profile Visit racer x's homepage!
 
Old 04-06-2009, 07:49 AM Re: Best CMS for my PHP pages?
Junior Talker

Posts: 2
Trades: 0
Joomla 1.5 is very easy for making your php applications. I use Joomla for all my sites, and if there is there is something I want it to do that it can't, I can quickly code a solution.
blu.flame is offline
Reply With Quote
View Public Profile
 
Old 04-08-2009, 02:03 PM Re: Best CMS for my PHP pages?
anderswc's Avatar
Super Talker

Posts: 132
Name: Will Anderson
Location: Terre Haute, IN
Trades: 0
You can do it natively with WordPress. You just create a blank "page" and set your custom php page as the template and it works. Really couldn't be easier.
__________________
Will Anderson

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
anderswc is offline
Reply With Quote
View Public Profile Visit anderswc's homepage!
 
Old 04-28-2009, 10:23 AM Re: Best CMS for my PHP pages?
audraoc's Avatar
Skilled Talker

Posts: 57
Location: chicago
Trades: 0
Quote:
Originally Posted by Sarke1 View Post
Hi, I have been looking at a few CMS (Joomla, WP, Drupal) and after some playing around and searching I still haven't found the right solution (not saying the ones mentioned can't do it).

What I'm looking for is a CMS that can handle all the basic CMS stuff (menus, layout, permissions, etc), but let's me put my own PHP pages in there instead of articles. I know pretty much all of them can do this, but I'm looking for one that does it natively and supports caching of custom pages.

For example, I tried a Joomla extension that I don't think cached the content and the URL was quite "ugly":
index.php?option=com_php&Itemid=2

Does anyone have any experience doing something similar, or an idea of a good solution?
Regarding "ugly URLS" - JOOMLA has option in glogal configuration called SEF (Search engine friendly), whitch rewrites the url's to look "pretty"
audraoc is offline
Reply With Quote
View Public Profile Visit audraoc's homepage!
 
Reply     « Reply to Best CMS for my PHP pages?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.18949 seconds with 12 queries