2017 © Pedro Peláez
 

phile-plugin phile-last-modified

A simple philecms plugin that returns the Unix timestamp of the page (file)

image

gibbs/phile-last-modified

A simple philecms plugin that returns the Unix timestamp of the page (file)

  • Monday, July 7, 2014
  • by Gibbs
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

PhileLastModified

A simple PhileCMS plugin that returns the Unix timestamp of the page (file). This can be used in combination with your templating engine to format the last modificationdate of your page. Useful for blog posts and wiki entries. For example:, (*1)

Last Updated on Mon 19th May 2014 at 7:49pm

This can be output by using the date function in Twig. For example:, (*2)



{{ meta.title }}

Last Updated {{ modified|date("D jS M Y \\a\\t g:ia") }}, (*3)

{{ content }}

1. Installation

Install via composer, (*4)

composer require "gibbs/phile-last-modified:1.*"

Install via git, (*5)

Clone this repository from the phile directory into plugins/gibbs/phileLastModified. E.g:, (*6)

git clone git@github.com:Gibbs/phileLastModified.git plugins/gibbs/phileLastModified

Manual Install, (*7)

Download and extract the contents into: plugins/gibbs/phileLastModified, (*8)

2. Plugin Activation

Activate the plugin in your config.php file:, (*9)

$config['plugins']['gibbs\\phileLastModified'] = array('active' => true);

The Versions

07/07 2014

dev-master

9999999-dev http://dangibbs.co.uk/

A simple philecms plugin that returns the Unix timestamp of the page (file)

  Sources   Download

MIT

The Requires

 

cms phile philecms modified updated

07/07 2014

1.0.2

1.0.2.0 http://dangibbs.co.uk/

A simple philecms plugin that returns the Unix timestamp of the page (file)

  Sources   Download

MIT

The Requires

 

cms phile philecms modified updated

21/06 2014

1.0.1

1.0.1.0 http://dangibbs.co.uk/

A simple philecms plugin that returns the Unix timestamp of the page (file)

  Sources   Download

MIT

The Requires

 

cms phile philecms modified updated

25/05 2014

1.0.0

1.0.0.0 http://dangibbs.co.uk/

A simple philecms plugin that returns the Unix timestamp of the page (file)

  Sources   Download

MIT

The Requires

 

cms phile philecms modified updated