Re: ブロックからページタイトルを変えられますか?
2014年4月30日 at 11:10
ページ属性を編集する機能を提供する有償ブロックはあるみたいです。使ったことはないですが…
http://www.concrete5.org/marketplace/addons/attribute-block/
ページの基本情報を更新するには、Pageオブジェクトのupdateメソッドが使えます。
$page->update(array('cName'=>'ほげほげ'));
ドキュメント:
http://www.concrete5.org/documentation/developers/pages/overview
Your post has been saved and will be published after approval by the forum moderator.