個人用ツール

「ver4/関数リファレンス/blog/nextLink」の版間の差分

提供: baserCMS公式ガイド

移動: 案内, 検索
(ページの作成:「[このコンテンツは内容調整中です] ## 説明 次の記事へのリンクを出力する ## 使い方 <syntaxhighlight lang="php"> $this->Blog->nextLink( [...」)
 
 
行11: 行11:
  
 
## パラメータ
 
## パラメータ
* (array) $post
+
(array) $post
ブログ記事
+
: ブログ記事
* (string) $title
+
 
タイトル
+
(string) $title
* (array) $htmlAttributes  
+
: タイトル
※ HTML属性は、HtmlHelper::link() 参照
+
 
 +
(array) $htmlAttributes  
 +
: HTML属性
 +
: ※ HTML属性は、HtmlHelper::link() 参照
  
 
## 戻り値
 
## 戻り値

2016年11月4日 (金) 21:19時点における最新版

[このコンテンツは内容調整中です]

説明

次の記事へのリンクを出力する

使い方

$this->Blog->nextLink( [$post] , [$title] , [$htmlAttributes] );

パラメータ

(array) $post
ブログ記事
(string) $title
タイトル
(array) $htmlAttributes
HTML属性
※ HTML属性は、HtmlHelper::link() 参照

戻り値

(void)

用例

基本

コード

 

出力

応用

コード

出力

変更履歴

ソースファイル

関連資料

類似の関数