Default filter values in admin-generated symfony module

Posted:
Tags:  admin generator php symfony

Admin generated backend modules are very useful, they are generating with all necessary code, they have some layout, all necessary actions are there and are easy to be modified. recently. You can even add default filter setting, although it's not as simple as editing generator.yml.

Read more…

Comments

Sort doctrine Model by default

Posted:
Tags:  doctrine fzTag symfony

Recently, I thought, that it would be great to sort by default tags from fzTagPlugin by weight anywhere. So I started to look, as I remembered to read a while ago about an option that can be set on relations. I finally found it but... it's not suitable for many-to-many relations, which is used for tags.

Read more…

Comments

Decrease number of queries for admin generated module: the better way

Posted:
Tags:  admin generator php query symfony

Recently I saw two posts in the symfony blogosphere about decreasing number of queries in admin generated module (in January on Techie Corner, and today on Symfony world - which prompted me to write this post). And both bloggers seemed to be happy with overwriting buildQuery method of the module's action class. But generator.yml provides more elegant solution for admin generated modules.

Read more…

Comments

fzTagPlugin 1.2.6

Posted:
Tags:  fzTag php plugin symfony tag cloud

I've just upgraded fzTagPlugin to 1.2.6 adding new version of TagCanvas library and some new options.

Read more…

Comments

symony2 project from scratch

Posted:
Tags:  howto php symfony symfony2

In my opinion, the best way to learn something is to do it from scratch. So I always had a problems when math teacher started to show-short cuts calculations, but were actually good at them after I learned what the calculation short-cuts were replacing. So... after seeing the symfony2 sandbox application, I decided to create symfony2 application from scratch.

Read more…

Comments

symfony command line tool with custom php.ini

Posted:
Tags:  cache php symfony

I recently changed hosting service provider. It's acutally quite great. It's shared hosting, so it's not that expensive like vps, got secure shell (ssh) access and it serves website much faster than previous hoster. Plus I got the place to play with python, php5.3, and if (or rather when) I'd turn to it as well, Ruby on Rails.

Read more…

Comments

Cherokee http server and symfony 1.4

Posted:
Tags:  cherokee php symfony

Few months ago I got directed at Cherokee http server, as it's supposed to be faster than Apache. I finally took a look at Cherokee and it seems that it's also easier to configure than Apache. Cherokee is available on Linux and BSD operating systems, and probably it's in repository of most popular distros. It's licensed with GPL license.

Read more…

Comments

fzTagPlugin 1.2.4

Posted:
Tags:  fzTag php plugin symfony

This version of fzTagPlugin is mostly about enhanced performance. There's added index on weight field, and some refactoring. All these changes should affect positively performance of your app.

Read more…

Comments

sfForkedDoctrineApplyPlugin 1.5.5 - now speaks German

Posted:
Tags:  php plugin sfForkedDoctrineApply symfony

Another version of sfForkedDoctrineApply doesn't bring any new functionality nor fixes (thankfully). It just adds new translation files - this time German.

..TEASER_END

Translation was created by Daniel Hanke and provided by Tristan Bessoussa. Adding this translation means that sfForked is availabe in 6 languages altogether: English, French, Italian, German, Russian and Polish.

Comments

fzTagPlugin 1.2.3 and sfForkedDoctrineApply 1.5.4

Posted:
Tags:  fzTag php plugin sfForkedDoctrineApply symfony

I had to quite fast update both fzTagPlugin and sfForkedDoctrineApply, and since Me and several other users discovered some bugs just after I thought it's all fixed, both plugins had several releases. Crazy sunday as it might seem.

Read more…

Comments