Category / Tools & Frameworks

Symfony2 force HTTPS with .htaccess

Featured Image

CDWaldi@sxc.hu

Lots of posts are written on forcing HTTPS on routes, but I didn’t find one that is suitable for my Symfony2 installation, so I tried to write combination that will …

0

Chunked transfer encoding with Php

Featured Image

ba1969@sxc.hu

Few days ago I played with my Symfony2 project and tried to implement chunked transfer of data to the browser / web service client. So, what is chunked transfer encoding …

1

Symfony2 REST – reading data from PUT request

Featured Image

Yello-Dog@sxc.hu

I know that this is not so advanced theme to write about, but let me write few articles about little things that can bother developers and take time for searching …

2

Symfony2 registering Doctrine Event Listeners

Featured Image

by alaasafei/sxc.hu

Handling for example status change inside one entity and automatic updating status on another entity is not so trivial task. We should be aware of possible status combinations depending of …

5

Symfony2 translating validator messages

Featured Image

After some digging and searching, I found the way that suit me best for translating messages from validation config file. I like to use yml format so let me show …

10

Creating simple Symfony2 service

Featured Image

I am not talking about web services, but I am talking about symfony2 service container and the way of basic creating services inside Symfony2 project that are accessible from all …

8

Symfony2 translator

Featured Image

Using built – in translator with Symfony2 project is pretty simple. First make sure you enabled it in main config file: config.yml

2

Symfony2 REST

Featured Image

Recently I started to write web services in my Symfony2 project that will provide JSON data for using with mobile and other devices that will consume that. On the mobile …

7

Symfony2 Assetic

Featured Image

I will try in short words write about using assetic in Symfony2 project. Why do I need assetic anyway? What is that? That was the first question I asked myself …

5