To quickly get a count of the number of files in a directory: ls -1 targetdir | wc -l
Kohana 3.2 has support for cli (command line interface), and can be used like this: php -q /path/to/kohana/site/index.php --uri=cron/update_demo_data...
Best results in other decks
In rare circumstances, you want to use a websites full domain (say https://mywebsite.com) while testing in dev mode. This...
TypeScript basically uses structural typing, which is conceptually quite similar to duck typing, but with static compile-time type checking...