Symfony 2 Installation And Configuration

Symfony 2 Installation And Configuration

Symfony 2 installation and configuration

Since its release date, Symfony 2.0 installation process and tools required for it have been changed and updated for several times. In this article we tell you how to install and set up a Symfony2 application.

Symfony2 Architecture

Symfony2 Architecture

Symfony2 Architecture

Flexible architecture is the most notable feature of Symfony2 framework. It helps this PHP framework to stand out and allows developers to quickly create functional applications. This topic deserves a separate article so here we’re going to delve into some details of Symfony2 architecture.

Unity3D or Unreal Engine 4

Unity3D or Unreal Engine 4

Unity3d vs Unreal Engine 4

Not so long ago we had a hard time choosing which engine to use, Unity3d or Unreal Engine 4 (UE4). So, I’ve decided to write a small article about that. Here briefly describe pros and cons of each engine, and also share the arguments that affected our final choice.

Frontend Automation Using Grunt

Frontend Automation Using Grunt

Frontend Automation using Grunt

There’s a great variety of assembly automators — take as much as you like, but many of them are not suitable for simple tasks. Below goes a description of what is used for faster work on Frontend. Who cares, welcome to the cut.

How to Create A Custom Param Converter In Symfony2?

How to Create A Custom Param Converter In Symfony2?

Writing custom ParamConverter in Symfony2

PHP-framework Symfony2 has a very nice component ParamConverter, which allows to convert parameters from URL into PHP variables. When the functionality that comes out of box isn’t enough, you should extend it manually. In this post I’ll show how to write your custom Symfony2 ParamConverter.

A plug-in for fast image loading in MarkItUp

A plug-in for fast image loading in MarkItUp

A plug-in for fast image loading in MarkItUp

Let's talk about writing a plug-in for the markItUp WYSIWYG editor. The task of the plug-in should be quick and easy loading of images to the server to be inserted into a text afterwards (in the form of img tag).