up vote 1 down vote favorite
1
share [g+] share [fb]

I'm wondering if there's any framework that I could use for basic website with cms features.

Some features that I was looking for in the framework is,

  • basic cms editing features,
  • possibly easy way of constructing web forms, (contact us, feedback, subscription)
  • pretty url with mod-rewrite.

May be I'm asking too much.

link|improve this question

feedback

8 Answers

up vote 4 down vote accepted

WordPress would certainly give you everything you're asking for. It's PHP, has quite advanced editing features, is trivial to construct forms in, and can output archives in any URL format you like. It also has a robust feature set that's easily extensible through plugins. Check it out here.

Additionally, if you're just looking for a CMS in general and the PHP aspect isn't terribly important, you might consider Movable Type. It's extraordinarily expressive and powerful and is easy to learn.

link|improve this answer
The feature I requested lack of one, easy customization of themes. And I guess, wordpress would be the best among all for those custom features. – Mike Han Mar 23 '09 at 9:25
feedback

For a CMS solution I would recommend Drupal. For a real framework symfony

link|improve this answer
feedback

PHP basic Frameworks, not full featured Content Management Systems, I would recommend:

CodeIgniter
KohanaPHP
CakePHP

link|improve this answer
feedback

FrogCMS

link|improve this answer
feedback

www.phpframeworks.com for the framework side of things. It's a good side by side comparison.

link|improve this answer
feedback

Drupal and Joomla are both decent php based cms systems.

link|improve this answer
He's asking for a basic framework. Having quite a lot of experience with Drupal I can tell that Drupal isn't basic. – Luke Mar 12 '09 at 3:08
Either is Joomla.. – alex Mar 12 '09 at 3:38
@Luke - while the OP may be asking for a "framework", he's describing an extensible CMS. – Sean McSomething Mar 12 '09 at 17:38
@McSomething - He's also asking for a "basic framework". That rules Drupal out for sure... – Luke Mar 13 '09 at 11:13
@Zodeus - While two of those are quite good, these aren't as easy to get started. And also I didn't want to go through a big learning curve just to find out that I can't bill the client for features he didn't request. – Mike Han Mar 23 '09 at 9:28
feedback

I tried some of frameworks but I can recommend Code Igniter. It easy to learn and is really fast.

link|improve this answer
feedback

well....all those frameworks are advanced for sure...i work on a framework thats written by some ppl from my org. You can write your framework too..Start by downloading the mysql class of php thats available for download online

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.