+ add the checkzentaoversion() method.

This commit is contained in:
wangchunsheng
2010-03-19 07:06:17 +00:00
parent 87f9101fb3
commit 03fa242694

View File

@@ -25,6 +25,11 @@
<?php
class installModel extends model
{
/* 检查禅道的版本。*/
public function checkZenTaoVersion()
{
}
/* 获得PHP版本。*/
public function getPhpVersion()
{