Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
smartyphpクラスに問題があります。Apacheはsmartyテンプレートを読み取ることができません。smartyconfisとincludeを使用してファイルの最後に何かを配置すると、そのテキストが表示されます。
どうすれば修正できますか?ありがとう。
あなたのApacheはphpファイルを解析しませんでした:-(
httpd.conf を見てください:
// if you run as modul LoadModule php5_module modules/libphp5.so AddType application/x-httpd-php .php
php と apache に関する詳細情報
So, here's my situation. I've got a my two classes:
class FromClass { public string[] Foo { get; set; } } class ToClass { public strin