ドキュメントから直接取得した私のボルトファイルで次のコードを使用します(ここに存在します:http://docs.phalconphp.com/en/latest/reference/tags.html#helpers-to-generate-form-elements)。
{{ text_area("comment", "This is the content", "cols": "6", "rows": 20) }}
正しい名前とID、正しい列と行を持つテキストエリアが表示されますが、コンテンツはありません。