开发者

CMS like Drupal CCK

Is there anything for PHP that i开发者_Python百科sn't Drupal but essentially has CCK-like features?

So far the only things I've found is SymphonyCMS and Drupal.


Personnaly not checked yet but Pimcore seems to be a PHP CMS that can provide such functionnality :

  • http://www.pimcore.org/wiki/display/PIMCORE/Document-Types
  • http://www.pimcore.org/wiki/display/PIMCORE/Editables

It's an Open Source CMS based on Zend Framework and extjs,[troll mode] 2 things that contains some smart elements that you won't find soon in Drupal[/troll mode].


There is also the WordPress powerfull Custom Types functionality, which with the help of plugins can act very likely Drupal CCK. They are:

  • Types - most recent approach and a good step in the right way
  • Custom Post Type UI - Also very strong, should be used in conjunction with Custom Field Template Plugin which adds the the ability to add the fields themselves.

There are many out there, but I can only assure you'll have an good experience with this ones.

I'm a big fan of Drupal CCK concept but I cannot like Drupal itself. To me it always maked things much worse then it was. Maybe is just a case of learning curve...

Would love to see this concepts as much implemented as possible (great references here), but maybe the concept should get out of PHP to become full-powered (I do not know every one here, should give modx a try).


This is a pet project. I have been doing Drupal development for 12 years. Most of my work is with modules development using CCK and Views. So I created a php framework that works similarly. It's in beta stage but you are welcome to check out the demo http://cck.fhqk.com. The parts that will interest you most are in http://cck.fhqk.com/?admin/main under content types.

Somethings are different from Drupal because I do not like the limitations of the Drupal system. Content types, fields and containers are independant of each other so deleting one does not effect the others. When a field or container is deleted the user has the choice to keep or delete the data also. You can also change form field types at anytime, change a text field to a textarea or hidden without deleting the field and the data first. The form fields available are all HTML5. Development is done in PHP 5.+ and will move to PHP7 after the first public beta.

Content Connection Kit is not a CMS or Micro framework but something in between. There is not and will not be a list of user features like blogs, forum blah. Although I will use a microblog and portfolio as examples of how and what can be built the system. The concentration is on building of the website via content types menus, hooks and modules (Namespaced OOP class files). There is absolutly no javascript being used nor will there ever be. There is no nor will there evr be PSR compliance because it places restrictions on flexibility. To get all the fiffy stuff from js you have to do it yourself. The starter theme is responsive made from skeleton.css

This Website development kit is for developers and site builders that want to have the heavy lifting done and get on to customization from minute one.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜