yaycms Yet another Yii Content Management System

Note: YaY-Cms is available on GitHub !

https://github.com/thyseus/yay-cms

This is yet another Yii Content Management System.

The Design is kept really simple, this module just consists of a sitecontent table. It is able to be embedded in your already existing Application layout, but also provides a simple own layout schema.

If available, it embeds the CKEditor or the tinyMCE in the sitecontent textarea. Both packages are not shipped with the package. Please see the documentation how to activate them.

The module contains English and German translations.

Resources

http://code.google.com/p/yay-cms/

Requirements
  • Yii 1.1 or above
Documentation

Further Documentation (like a Mysql Workbench .mwb file) is provided in the docs/ directory of the Module.

Installation

Import the docs/schema_mysql.sql to the mysql Database that your Application runs.

Extract the archive yaycms.tar.bz2 into your protected/modules folder.

Add the module to your Application Configuration.

[...]
'modules' => array(
  'cms' => array(
    'languages' => array('de', 'en') // place all valid languages here
  ),
[...]

If you want to use the layout of your existing Web Application, set the layout to an empty string or null:

'layout' => ''

Otherwise an simple default layout of the cms will be used.

Administrate your Content by using

or, when using a Route configuration, possibly

In order to let your Application render the content at appropriate places, do is like this:

// This will render a ul,li-based Menu containing all child elements of // the menu points. Cms::renderMenuPoints($menu_id);

Also see the models/Cms.php for additional features.

Change Log

Mai 17, 2011
  • 0.4 released
    Feb 18, 2011
  • 0.3 released
    May 15, 2010
  • Initial release.
6 4
13 followers
5 538 downloads
Yii Version: 1.1
License: (not set)
Category: User Interface
Tags: CMenu, cms, yii cms
Developed by: thyseus
Created on: May 15, 2010
Last updated: 11 years ago

Downloads

show all

Related Extensions