简体   繁体   中英

how to test/use Zend Framework + Zend Server

I have installed Zend Framework + Zend Server on my computer. I am using win 7. But how could i use/test it? eg. how could i run below script to do a test?

<?php
$date=new Zend_Date();
echo $date; 
?>

你安装在zend服务器和你的php文件中复制并粘贴C:// zend server / www(或)root然后打开浏览器输入它localhost然后在url中输入文件

将测试文件粘贴到此位置 - User_Home_Dir / zend / Apache2 / htdocs /

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM