メインコンテンツまでスキップ

Introduction

Extended Database Library for LH project

How to use

Model is already imported on Controller, so you can call without include.

Controller
$model = new Model(false, array(
'table' => 'cms_news',
'id' => 'news_id',
'visible' => 'visible',
));

$records = $model->find();

Methods