個人用ツール

「関数リファレンス」の版間の差分

提供: baserCMS公式ガイド

移動: 案内, 検索
行13: 行13:
 
- [checkUpdate()](checkUpdate()) - アップデート処理が必要かチェックする
 
- [checkUpdate()](checkUpdate()) - アップデート処理が必要かチェックする
 
- [content()](content()) - コンテンツ本体を出力する
 
- [content()](content()) - コンテンツ本体を出力する
- [getKeywords()](getKeywords()) - メタタグ用のkeywordを取得する
+
- [contentsName()](contentsName()) - コンテンツを特定するIDを出力する
- [getDescription()](getDescription()) - メタタグ用のディスクリプションを取得する
+
- [contentsNavi()](contentsNavi) - コンテンツナビを出力する
- [getTitle()](getTitle()) - メタタグ用のタイトルを取得する
+
- [contentsTitle()](contentsTitle()) - コンテンツのタイトルを出力する
 +
- [copyYear()](copyYear()) - コピーライト用の年を出力する
 +
- [crumbs()](crumbs()) - パンくずリストを出力する
 +
- [crumbsList()](crumbsList()) - パンくずリストを出力する
 +
- [css()](css()) - CSSの読み込みタグを出力する
 +
- [docType()](docType()) - ドキュメントタイプを指定するタグを出力する
 +
- [editLink()](editLink()) - 編集画面へのリンクを出力する
 +
- [element()](element()) - エレメントテンプレートを出力する
 +
- [existsEditLink()](existsEditLink()) - 編集画面へのリンクが存在するかチェックする
 +
 
 +
 
 +
- [getKeywords()](getKeywords()) - メタタグ用のkeywordを返す
 +
 
  
 
## 固定ページ
 
## 固定ページ
行21: 行33:
 
- getUri()
 
- getUri()
 
- test
 
- test
 
 
| Left align | Right align | Center align |
 
|:-----------|------------:|:------------:|
 
| This      |        This |    This    |
 
| column    |      column |    column    |
 
| will      |        will |    will    |
 
| be        |          be |      be      |
 
| left      |      right |    center    |
 
| aligned    |    aligned |  aligned    |
 

2014年11月1日 (土) 17:21時点における版

※ここに関数が並びます。

関数リファレンス

どこでも使えるBcBaser($this->BcBaser->hoge の形式)

  • addCrumb() - パンくずリストの要素を追加する
  • baseUrl() - ベースとなるURLを出力する
  • cacheHeader() - ブラウザにキャッシュさせる為のヘッダーを出力する
  • changePrefixToAlias() - URLをリンクとして利用可能なURLに変換する
  • charset() - メタタグを出力する
  • checkUpdate() - アップデート処理が必要かチェックする
  • content() - コンテンツ本体を出力する
  • contentsName() - コンテンツを特定するIDを出力する
  • contentsNavi() - コンテンツナビを出力する
  • contentsTitle() - コンテンツのタイトルを出力する
  • copyYear() - コピーライト用の年を出力する
  • crumbs() - パンくずリストを出力する
  • crumbsList() - パンくずリストを出力する
  • css() - CSSの読み込みタグを出力する
  • docType() - ドキュメントタイプを指定するタグを出力する
  • editLink() - 編集画面へのリンクを出力する
  • element() - エレメントテンプレートを出力する
  • existsEditLink() - 編集画面へのリンクが存在するかチェックする
  • getKeywords() - メタタグ用のkeywordを返す

固定ページ

  • getUri()
  • test