コード例 #1
0
ファイル: mkvmanager.php プロジェクト: rangulicon/mkvmanager
 /**
  * Lists movies with no NFO files
  */
 public function doMoviesWithoutNFO()
 {
     $result = new ezcMvcResult();
     $result->variables['page_title'] = "Missing NFOs tracker :: MKV Manager";
     $result->variables += mmApp::doMoviesWithoutNFO();
     return $result;
 }