| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
Writing/Generating the package.xmlThe package.xml can be generated using the pfm tool or in your favourite text editor. It's your call really. The pfm tool can be installed via:
Creating package.xml Using PFMpfm is a commandline tool that analyses the contents of a project directory and creates a package.xml describing what it has found. Because we don't want to install any project specific files we're going to cheat in order to keep the generated package.xml as small as possible. Begin by creating an empty directory and then moving into it:
then create an empty php file:
Download and save this package.xml into this new directory; then run pfm.
Repeat this as required until all packages that you want to be managed have been added; then return to the main menu, save and quit. Naturally, you should also use pfm to change the name of the project described by package.xml to something of your choosing. Creating package.xml Using Text EditorDownload the package.xml file from above. Use this as a template and refer to the tag reference for version 2 of package.xml in the developers section for details of how to add dependencies to the file. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Writing/Generating the package.xml」をGoogle検索
|