views:

240

answers:

4

There are lots of PHP framework available in the open-source community. Like: Zend, CakePHP, Codeigniter and ....

But I don't find anyone of them as a CMS based framework. All the frameworks follows a particular design pattern and gives a strong PHP library to develop a website.

Now most of the sites has a admin panel, user management, content and Menus management and different language support.

Most of the time I had to develop these kinds of sites.

So, please help me to find out this kind of framework, If these kinds of framework is not available then I would like to develop one.

A: 

Drupal/Wordpress?

Eimantas
Wordpress is a "framework" now, huh?
n1313
It's not the kind of framework i am finding. I know those framework Joomla, Drupal, Wordpress,....Think about a framework made by codigniter/zend/CakePHP which support CMS features.
Imrul
@n1313 - it's not a framework but it follows certain convention and configuration to implement themes, plugins and other nifty stuff.
Eimantas
A: 

Joomla? www.joomla.org/

Rippo
A: 

"...frameworks follows a particular design pattern and gives a strong PHP library to develop a website." -- that's exactly why they are called frameworks, not CMSes. Most of them provide such functionality as admin panel and user management via installable modules or something.

n1313
+1  A: 

Digitalus CMS is built with ZF.

raspi
+1 Didn't yet have the chance to use it in a live project, but it's always been on my list. A lightweight and Zend Framework-based CMS, what else could you wish for
André Hoffmann
this one looks nice.
Imrul