zaka.eu

A table, a chair, a bowl of fruit and a drum; what else does a man need to be happy? [modified Albert Einstein]

Nette Quickstart – Issues 1

February 4th, 2012

You can have several issues when you start to learn PHP framework Nette. Following the Quickstart from Documentation you might be stopped by:

1 – Debugger with “No reference found for $task->user.” (in the next version of Quickstart this issue should be corrected in the SQL query provided)

2 – Debugger with “Nette\DI\MissingServiceException: Service ‘model’ not found.” when developing on your VPS (ie. not on localhost)

Coding Standards

January 29th, 2012

There are more than 12mil developers all around the world (2008 estimate). When you start to learn some language, no matter which one, to spend few minutes/hours by studying the so called Coding Standards is always a good investment. Why?

zaka.eu

A table, a chair, a bowl of fruit and a drum; what else does a man need to be happy? [modified Albert Einstein]