コラボレーションしようとしNginx
てYii
います。私はnginx root
ディレクトリをyii webapp
-として設定しましたyiic webapp /usr/share/nginx/app
index.php
このディレクトリには、 yiiのようなデフォルトのファイルと、、、、などのindex-test.php
重要なフォルダがいくつかあります。また、私は自分のファイルを持っています。印刷し、テーブルからいくつかの列を印刷します。ヒットするとphpinfoを表示できますが、 - の出力を表示できません。protected
themes
css
images
phpinfo.php
phpinfo()
getAttribute.php
mysql
history
http://localhost/phpinfo.php
getAttribute.php
#getAttribute.php
<?php
public function attributeLabels() {
return array(
Yii::t('app','model.history.sfExternalfield')=>array(
'External Field'=>Yii::t('app','model.history.sfExternalfield'),
'Delivery Status'=>Yii::t('app','model.history.deliveryStatus'),
)
);
}
?>
<html>
<body><?php
print_r(attributeLabels());
?></body>
</html>
<?php ?>
このコードに何か問題がありますか?