Game map part 2: database tables & schema

This is a second part of my game map explanation series. Please see this post for part 1. We have previously discussed the front-end part of the strategy game map building, and will talk about the back-end. And to begin with – the MySQL database schema!

Continue reading

Zend Framework 2

ZendFramework 2

After we got everything installed, let’s get closer to the application code. As I’ve been using CodeIgniter for the most part of my projects, I now want to try something else in development and the best way to do that is by trying real-life example. So, I thought:

Who can possibly know more about php as a language as not the developers of the language itself?

So I thought that it’s a great idea to learn ZF2. I was really disappointed a bit later and here’s why:
Continue reading