Hello Everybody,
I am writing to announce the arrival of sfInstantCMSPlugin. The
InstantCMS plugin will enable you to quickly create a custom CMS
without writing a single line of database related code. This plugin
was inspired by the Zope application server and works by creating a
system that can create mutable objects on the fly. You simply define
the structure of a page element at runtime and manipulate it with the
built in helper functions.
The InstantCMS plugin introduces two primatives:
• InstantProperty
• InstantObject
An Instant Property is a single-valued "one off" value that might
appear on a web page. For example, the blurb of text on the "about us"
page.
An Instant Object is a mutable type that may contain any number of
fields and may contain children. For example, you might use an Instant
Object to represent a catalog listing's description, image, and title.
Simply defining either of these primitives creates an editable region
in the page that a user can update. You can render the following types
of elements with InstantCMS:
• Updatable Text Fields
• Updatable Text Areas
• Updatable Images (with a media browser)
• Updatable File Download Links
• Updatable Repeated Regions (eg, a product catalog)
Note that all regions rendered with an InstantObject? support CRUD via
the sfInstantCMS helper functions. InstantProperty? regions only
support updating. See below for details.
InstantCMS makes this and many more scenarios a snap. Using InstantCMS
alongside an existing application you will be able to completely
isolate your content layer from your application, avoiding painful
integration with 3rd party CMSs.
For more information, visit:
http://trac.symfony-project.com/wiki/sfInstantCMSPlugin
All Best,
JLS
John L. Singleton
Founder | Chief Architect
WordHustler LLC
http://www.wordhustler.com
[EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---