Download the PHP package tomk79/px2-page-list-generator without Composer

On this page you can find all versions of the php package tomk79/px2-page-list-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package px2-page-list-generator

tomk79/px2-page-list-generator

tomk79/px2-page-list-generator は、Pickles 2 に、ページ一覧画面を生成する機能を追加します。

インストール - Installation

1. Pickles2 をセットアップ

Pickles2 のセットアップ手順 を参照してください。

2. composer.json に追記

3. コンテンツに実装

tomk79/px2-page-list-generator は、コンテンツに実装します。 このドキュメントの Usage(使い方) を参照してください。

使い方 - Usage

tomk79/px2-page-list-generator は、コンテンツに実装し、ページャー付きの複数の一覧ページを自動生成します。

サイトマップの設定

はじめに、sitemap.csv に一覧ページを追加します。

次に、記事ページを追加します。 記事ページには、次の項目を追加してください。

次の表は、sitemap.csv 記入例です。

* path * content * id * title * logical_path * article_flg * list_flg * release_date * update_date * article_summary
/listsample1/{*} /listsample1/index.html LIST PAGE 1
/listsample1/article/002.html Article 2 listsample1/{*} 1 2015-09-09 2015-09-09 サマリー表示用のテキストを記入します。
/listsample1/article/001.html Article 1 listsample1/{*} 1 2015-08-28 2015-08-28 サマリー表示用のテキストを記入します。

一覧ページのコンテンツを実装

サイトマップの設定ができたら、一覧ページの content に設定したコンテンツに次のように実装します。

$listMgr->draw() メソッドを使って簡単に実装する方法もあります。

更新履歴 - Change log

tomk79/px2-page-list-generator v2.2.0 (2023年3月11日)

tomk79/px2-page-list-generator v2.1.3 (2023年2月12日)

tomk79/px2-page-list-generator v2.1.2 (2023年2月11日)

tomk79/px2-page-list-generator v2.1.1 (2022年11月3日)

tomk79/px2-page-list-generator v2.1.0 (2022年1月8日)

tomk79/px2-page-list-generator v2.0.2 (2020年2月25日)

tomk79/px2-page-list-generator v2.0.1 (2019年8月2日)

tomk79/px2-page-list-generator v2.0.0 (2019年1月15日)

for Developer

Test

ライセンス - License

MIT License https://opensource.org/licenses/mit-license.php

作者 - Author


All versions of px2-page-list-generator with dependencies

PHP Build Version
Package Version
Requires php Version >=7.3.0
twig/twig Version >=1.35
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package tomk79/px2-page-list-generator contains the following files

Loading the files please wait ....