Development

Changeset 5046

You must first sign up to be able to contribute.

Changeset 5046

Show
Ignore:
Timestamp:
09/12/07 00:11:07 (6 years ago)
Author:
francois
Message:

sfSimpleCMSPlugin Fixed typo in README (closes #2228)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfSimpleCMSPlugin/README

    r5011 r5046  
    3131The prerequisites for using the `sfSimpleCMS` plugin are: 
    3232 
    33  - As the plugin doesn't contain a user management module, the project where you install it must have a table managing authors, or users (whatever the name), and the related Propel class must have a `__toString()` method. Both these conditions are satisfied by the [http://trac.symfony-project.com/trac/wiki/sfFeed2Plugin sfFeed2Plugin], so installing this plugin is a good choice. 
     33 - As the plugin doesn't contain a user management module, the project where you install it must have a table managing authors, or users (whatever the name), and the related Propel class must have a `__toString()` method. Both these conditions are satisfied by the [http://trac.symfony-project.com/trac/wiki/sfGuardPlugin sfGuardPlugin], so installing this plugin is a good choice. 
    3434 
    3535 - The page tree strucure uses the [http://trac.symfony-project.com/trac/wiki/sfPropelActAsNestedSetBehaviorPlugin sfPropelActAsNestedSetBehaviorPlugin]. The plugin must be installed and behaviors enabled in your `propel.ini`.