コード例 #1
0
ファイル: AbandonedPages.php プロジェクト: gpuenteallott/rox
<?php

/*
   pages that were created, but not updated anytime later
*/
echo ewiki_page_ordered_list("version", 0, "", $id);
コード例 #2
0
ファイル: ewiki.php プロジェクト: nicolasconnault/moodle2.0
function ewiki_page_versions($id = 0, $data = 0)
{
    return ewiki_page_ordered_list("version", -1, "changes", ewiki_t(EWIKI_PAGE_VERSIONS));
    ##### END MOODLE ADDITION #####
}
コード例 #3
0
ファイル: LeastPopular.php プロジェクト: gpuenteallott/rox
<?php

/*
   being the opposite of MostVisitedPages.
*/
echo ewiki_page_ordered_list("hits", 0, "%nx viewed", $id);