welcome.php
来自「ProjectPier 源码 很好的项目管理程序」· PHP 代码 · 共 27 行
PHP
27 行
<h1 class="pageTitle"><span>Step <?php echo $current_step->getStepNumber() ?>:</span> Welcome</h1><p>ProjectPier is an open source collaboration and project management system. Please make sureyou meet the minimum system requirements and have the database login information below beforeproceeding.</p><h2>System Requirements:</h2><ul> <li>PHP 5.0.2 or greater (MySQL, GD and SimpleXML extensions are required.)</li> <li>MySQL 4.1 or greater with InnoDB support</li> <li>Apache 2.0 or greater or IIS 5.0 or greater</li></ul><h2>Information you will need for installation:</h2><ul> <li>MySQL Host Name (usually 'localhost')</li> <li>MySQL Username</li> <li>MySQL Password</li> <li>MySQL Database Name</li> <li>The absolute URL to your installation root (ex. http://www.your-projectpier-site.com/projectpier/)</li></ul><h2>Installation steps:</h2><ol><?php foreach ($installer->getSteps() as $this_step) { ?> <li><?php echo clean($this_step->getName()) ?></li><?php } // foreach ?></ol>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?