Ursprung
							
								
									8d07e6d12f
								
							
						
					
					
						Commit
						23fcc4d641
					
				
					 2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
				
			
		|  | @ -47,10 +47,10 @@ class Author extends Base { | |||
|     } | ||||
| 
 | ||||
|     public static function getAllAuthorsByFirstLetter() { | ||||
|         $result = parent::getDb ()->query('select substr (upper (sort), 1, 1) as title, count(*) as count | ||||
|         list (, $result) = parent::executeQuery ("select {0}
 | ||||
| from authors | ||||
| group by substr (upper (sort), 1, 1) | ||||
| order by substr (upper (sort), 1, 1)'); | ||||
| order by substr (upper (sort), 1, 1)", "substr (upper (sort), 1, 1) as title, count(*) as count", "", array (), -1);
 | ||||
|         $entryArray = array(); | ||||
|         while ($post = $result->fetchObject ()) | ||||
|         { | ||||
|  |  | |||
							
								
								
									
										4
									
								
								book.php
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								book.php
									
										
									
									
									
								
							|  | @ -539,10 +539,10 @@ where data.book = books.id and data.id = ?'); | |||
|     } | ||||
| 
 | ||||
|     public static function getAllBooks() { | ||||
|         $result = parent::getDb ()->query("select substr (upper (sort), 1, 1) as title, count(*) as count
 | ||||
|         list (, $result) = parent::executeQuery ("select {0}
 | ||||
| from books | ||||
| group by substr (upper (sort), 1, 1) | ||||
| order by substr (upper (sort), 1, 1)");
 | ||||
| order by substr (upper (sort), 1, 1)", "substr (upper (sort), 1, 1) as title, count(*) as count", self::getFilterString (), array (), -1);
 | ||||
|         $entryArray = array(); | ||||
|         while ($post = $result->fetchObject ()) | ||||
|         { | ||||
|  |  | |||
		Laden …
	
	Tabelle hinzufügen
		Einen Link hinzufügen
		
	
		In neuem Issue referenzieren