'title', // 'memo' => 'title', // 'txt' => 'title', // 't' => 'title', // ]; public static function byPath($sPath) { $oBookPage = self::where("path", $sPath)->first(); return $oBookPage; } }