예제 #1
0
파일: schema.php 프로젝트: Tobbebror/POT
<?php

// to not repeat all that stuff
include 'quickstart.php';
// fetches schema info
$info = POT::getSchemaInfo();
// displays database version
echo 'Your database structure version is: ', $info['version'];