I hereby claim:
- I am hrach on github.
- I am hrach (https://keybase.io/hrach) on keybase.
- I have a public key whose fingerprint is 8365 AC07 6C01 7E90 E779 186B B1A1 EFCC E8D1 E45C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
NDB 2.0 | Time: 21.345 s | Memory: 9.2 MB | PHP: 5.5.11 | Nette: 2.0.14 | |
NDB 2.1 | Time: 1.830 s | Memory: 8.8 MB | PHP: 5.5.11 | Nette: 2.1.2 | |
NDB 2.2 | Time: 1.838 s | Memory: 8.6 MB | PHP: 5.5.11 | Nette: 2.2.x | |
Nextras\Orm | Time: 1.514 s | Memory: 13.6 MB | PHP: 5.5.11 | |
NotOrm | Time: 9.378 s | Memory: 7.1 MB | PHP: 5.5.11 | |
LeanMapper | Time: 1.807 s | Memory: 9.6 MB | PHP: 5.5.11 | |
Doctrine | Time: 50.387 s | Memory: 19.4 MB | PHP: 5.5.11 | Doctrine: 2.4.1 |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
namespace test; | |
use Foo; | |
$foo = new foo(); |
<?php | |
namespace model; | |
use DateTime; | |
use Nextras\Orm\Entity\Entity; | |
/** | |
* @property Salary[] $salaries {1:m SalariesRepository $employee} |