Deprecated: Return type of Libraries\Util\SessionManager::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/src/Libraries/Util/SessionManager.php on line 31

Deprecated: Return type of Libraries\Util\SessionManager::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/src/Libraries/Util/SessionManager.php on line 39

Deprecated: Return type of Libraries\Util\SessionManager::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/src/Libraries/Util/SessionManager.php on line 74

Deprecated: Return type of Libraries\Util\SessionManager::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/src/Libraries/Util/SessionManager.php on line 89

Deprecated: Return type of Libraries\Util\SessionManager::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/src/Libraries/Util/SessionManager.php on line 140

Deprecated: Return type of Libraries\Util\SessionManager::gc($maxLifeTime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/src/Libraries/Util/SessionManager.php on line 162

Deprecated: Creation of dynamic property Libraries\SqlConnection::$entity is deprecated in /home/chaesgsc/public_html/apps/cg-301/src/Libraries/SqlConnection.php on line 51

Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::exec($sql) should either be compatible with PDO::exec(string $statement): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php on line 49

Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::lastInsertId($name = null) should either be compatible with PDO::lastInsertId(?string $name = null): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php on line 98

Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::prepare($sql, $driverOptions = []) should either be compatible with PDO::prepare(string $query, array $options = []): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php on line 75

Deprecated: Return type of Doctrine\DBAL\Driver\PDOConnection::quote($value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDO::quote(string $string, int $type = PDO::PARAM_STR): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php on line 90

Deprecated: Return type of Doctrine\DBAL\Driver\PDOQueryImplementation::query(?string $query = null, ?int $fetchMode = null, mixed ...$fetchModeArgs) should either be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php on line 20

Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindParam($param, &$variable, $type = Doctrine\DBAL\ParameterType::STRING, $length = null, $driverOptions = null) should either be compatible with PDOStatement::bindParam(string|int $param, mixed &$var, int $type = PDO::PARAM_STR, int $maxLength = 0, mixed $driverOptions = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php on line 82

Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::bindValue($param, $value, $type = Doctrine\DBAL\ParameterType::STRING) should either be compatible with PDOStatement::bindValue(string|int $param, mixed $value, int $type = PDO::PARAM_STR): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php on line 62

Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::closeCursor() should either be compatible with PDOStatement::closeCursor(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php on line 98

Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::execute($params = null) should either be compatible with PDOStatement::execute(?array $params = null): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php on line 112

Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) should either be compatible with PDOStatement::fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php on line 126

Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatement::fetchColumn($columnIndex = 0) should either be compatible with PDOStatement::fetchColumn(int $column = 0): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php on line 146

Deprecated: Return type of Doctrine\DBAL\Driver\PDOStatementImplementations::fetchAll($mode = null, ...$args) should either be compatible with PDOStatement::fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$args): array, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php on line 36

Warning: session_start(): Session cache limiter cannot be sent after headers have already been sent (output started at /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:21) in /home/chaesgsc/public_html/apps/cg-301/index.php on line 20

Warning: Cannot modify header information - headers already sent by (output started at /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:21) in /home/chaesgsc/public_html/apps/cg-301/src/Controllers/AbstractBaseClient.php on line 396

Warning: Cannot modify header information - headers already sent by (output started at /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:21) in /home/chaesgsc/public_html/apps/cg-301/src/Controllers/AbstractBaseClient.php on line 397

Warning: Cannot modify header information - headers already sent by (output started at /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:21) in /home/chaesgsc/public_html/apps/cg-301/src/Controllers/AbstractBaseClient.php on line 398

Warning: Cannot modify header information - headers already sent by (output started at /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:21) in /home/chaesgsc/public_html/apps/cg-301/src/Controllers/AbstractBaseClient.php on line 399

Deprecated: Creation of dynamic property class@anonymous::$allowed is deprecated in /home/chaesgsc/public_html/apps/cg-301/src/Controllers/AbstractBaseClient.php on line 173

Deprecated: Creation of dynamic property class@anonymous::$loginModule is deprecated in /home/chaesgsc/public_html/apps/cg-301/src/Controllers/AbstractBaseClient.php on line 174

Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /home/chaesgsc/public_html/apps/cg-301/src/Controllers/AbstractBase.php on line 343

Deprecated: Creation of dynamic property Libraries\PageContentManager::$relLinkPath is deprecated in /home/chaesgsc/public_html/apps/cg-301/src/Libraries/PageContentManager.php on line 60

Deprecated: Creation of dynamic property class@anonymous::$name is deprecated in /home/chaesgsc/public_html/apps/cg-301/src/Controllers/AbstractBaseClient.php on line 258

Deprecated: Creation of dynamic property class@anonymous::$module is deprecated in /home/chaesgsc/public_html/apps/cg-301/src/Controllers/AbstractBaseClient.php on line 259

Deprecated: Creation of dynamic property class@anonymous::$name is deprecated in /home/chaesgsc/public_html/apps/cg-301/src/Controllers/AbstractBaseClient.php on line 258

Deprecated: Creation of dynamic property class@anonymous::$module is deprecated in /home/chaesgsc/public_html/apps/cg-301/src/Controllers/AbstractBaseClient.php on line 259

Deprecated: Creation of dynamic property class@anonymous::$name is deprecated in /home/chaesgsc/public_html/apps/cg-301/src/Controllers/AbstractBaseClient.php on line 258

Deprecated: Creation of dynamic property class@anonymous::$module is deprecated in /home/chaesgsc/public_html/apps/cg-301/src/Controllers/AbstractBaseClient.php on line 259

Deprecated: Creation of dynamic property Libraries\SqlConnection::$entity is deprecated in /home/chaesgsc/public_html/apps/cg-301/src/Libraries/SqlConnection.php on line 51

Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php on line 277

Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php on line 318

Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php on line 167

Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php on line 179

Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php on line 189

Deprecated: Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/chaesgsc/public_html/apps/cg-301/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php on line 207

Deprecated: Creation of dynamic property Libraries\SqlConnection::$entity is deprecated in /home/chaesgsc/public_html/apps/cg-301/src/Libraries/SqlConnection.php on line 51
Chäsgschichten

Unsere Lieblingskäse

Sie GENIESSEN - wir LIEFERN:

- eine Überraschung mit jedem Päckli

- unser Wissen und unsere Begeisterung für traditionelle Käseherstellung

- Geschichten von sympathischen Käsereien in der Schweiz

 

Unsere nächsten Liefertage

25. September:
Gundeli, Bruderholz, St. Johann, Iselin, Vorstädte West , Kleinbasel, Riehen, Stans, POST
26: September:
Luzern
09. Oktober:
Muttenz, Münchenstein, Reinach, Binningen, Bottmingen, Oberwil, Therwil, Arlesheim, Basel: St. Alban, Breite, Gellert
10. Oktober:
Allschwil, Bachletten

Mehr zum Käseangebot

Geschenk

Wir senden die gewünschte Anzahl Käselieferungen an jede Adresse in der Schweiz. In Basel und Luzern bringen wir es selbst mit dem Velo. Zum Verschenken hier klicken.