Skip to content

softmediadev/koseven-paginate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 

Repository files navigation

Paginate Module

Paginate abstraction supporting:

Installation

Place this module in your modules directory.

Activate the module in bootstrap.php.

<?php
Kohana::modules(array(
	...
	'paginate' => MODPATH.'paginate',
));

Database

<?php

Version 1.0.0

This is release version 1.0.0 of Paginate.