Skip to content

Instantly share code, notes, and snippets.

View smelikmartin's full-sized avatar

Martin Smelik smelikmartin

View GitHub Profile
class Authenticator extends \Nette\Object implements NS\IAuthenticator{
/** @var database */
private $db;
/** @var salt */
private $salt;
public function __construct(\DibiConnection $connection)
{
<?php
/**
* This file is part of Mana
*
* Copyright (C) 2012 Pavel Kouřil (http://pavelkouril.cz)
*
* Distributed under MIT License
*/
namespace Mana\NetteAddons\QrCode;
@smelikmartin
smelikmartin / GoogleApiQrCode.php
Created September 2, 2012 20:30
QR Code Component for Nette
<?php
/**
* This file is part of Mana
*
* Copyright (C) 2012 Pavel Kouřil (http://pavelkouril.cz)
*
* Distributed under MIT License
*/
namespace Mana\NetteAddons\QrCode;