Development

Changeset 10045

You must first sign up to be able to contribute.

Changeset 10045

Show
Ignore:
Timestamp:
07/01/08 16:49:07 (5 months ago)
Author:
ramime
Message:

fixed wrong option in docu

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.1/cookbook/en/plugins.txt

    r9700 r10045  
    2626Various plugins are depending on other plugins to be installed before they can work. In symfony 1.0, this meant the install instructions contained a list of plugins to install before you could install the plugin of your choice. In symfony 1.1, the installation experience of plugins has been enhanced by the dependency features inherited from using a full PEAR channel implementation. To install a plugin and all it's dependencies, symfony issue the command: 
    2727 
    28   $ ./symfony plugin-install install-deps sfGuardPlugin 
     28  $ ./symfony plugin-install --install_deps sfGuardPlugin 
    2929 
    3030No more browsing through various wiki pages to find all the install instructions and get everything working, symfony will now take care of the installation of those plugins for you. 
  • doc/branches/1.2/cookbook/en/plugins.txt

    r9700 r10045  
    2626Various plugins are depending on other plugins to be installed before they can work. In symfony 1.0, this meant the install instructions contained a list of plugins to install before you could install the plugin of your choice. In symfony 1.1, the installation experience of plugins has been enhanced by the dependency features inherited from using a full PEAR channel implementation. To install a plugin and all it's dependencies, symfony issue the command: 
    2727 
    28   $ ./symfony plugin-install install-deps sfGuardPlugin 
     28  $ ./symfony plugin-install --install_deps sfGuardPlugin 
    2929 
    3030No more browsing through various wiki pages to find all the install instructions and get everything working, symfony will now take care of the installation of those plugins for you.