Author: tony Date: Thu Oct 28 18:53:08 2004 New Revision: 55927 Modified: cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/userdocs/generators/php-generator.xml Log: adding note about php generator deprecation and alternate ways of using php with cocoon
Modified: cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/userdocs/generators/php-generator.xml ============================================================================== --- cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/userdocs/generators/php-generator.xml (original) +++ cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/userdocs/generators/php-generator.xml Thu Oct 28 18:53:08 2004 @@ -42,6 +42,12 @@ <map:generate type="php"/> ]]> </source> + + <note> + The PHPGenerator is deprecated in Cocoon 2.1.x, and will be removed in 2.2. + If you still need to integrate PHP and Cocoon, please consider simply using + the FileGenerator pointed at a PHP script accessible over HTTP. + </note> </s1> </body> </document>