Apr 30
Digg
Stumbleupon
Technorati
Delicious

Backend generator theme

Hi,
I’m wondering if there are available admin themes somewhere. It’s really strange but simple googling and search on symfony forum does not give me anything new.
What I knew before is good Joomla-like theme available here (this one is easy to use and integrate):
http://www.symfony-project.org/forum/index.php/m/16515/
also there is available plugin based on ExtJs but it seems in early […]

Author: admin
Apr 19
Digg
Stumbleupon
Technorati
Delicious

So what symfonians are talking about?

Hi,
as you know we propose 2 additional services along with writing about symfony. First one is articles voting service and the other one is twitter symfony community.
Voting one is a good chance to read usefull articles and dont waste time on the other ones. We aggregate most of articles and then we personally vote […]

Author: admin
Apr 12
Digg
Stumbleupon
Technorati
Delicious

How to handle page representation dynamically

Hi all,
Lets say you want to allow each user’s group to see different page style. You may need to change page layout and css file for this dynamically. Lets imagine we have very similar functionality for a few user groups but we want their dashboard pages look different. Here is the code sample which setup […]

Author: admin
Apr 04
Digg
Stumbleupon
Technorati
Delicious

How to customize login action for sfGuardPlugin

Actually, we are going to raise here 2 topics:

how to customize login action
how to fix referer problem for sfGuardPlugin

Both are quite often using in real life projects. For instance, on logging in user stage you may want to store some extra information which is not provided by sfGuardPlugin by default. Lets say you want to […]

Author: admin
Mar 28
Digg
Stumbleupon
Technorati
Delicious

One backend, many sites

It’s good regularly to read through symfony forum. Sometimes there can be found pearls. It makes me feel I’m ready to keep using symfony if such problems are already solved
So here is the one:

I have a homegrown CMS that I use for my clients that I want to port over to the Symfony […]

Author: admin
Mar 27
Digg
Stumbleupon
Technorati
Delicious

Why symfony-project does not publish my posts on community page

I noticed that during last 3 weeks none of our posts were published on community aggregation of blogs on symfony-project.
Hopefully this is just aggregation software fault. Somehow I had the same problem when used feedburner plugin for WP - symfony-project aggregator also was not able to fetch those posts so I had to disactivate but […]

Author: admin
Mar 22
Digg
Stumbleupon
Technorati
Delicious

Extending sfGuardPlugin (part 2)

I’ve totally forgot that at the end of post Extra questions and solutions for sfGuardPlugin we have promised to write how to implement complicated user statuses for sfGuardPlugin. Sorry Hugo (one of our commenters), you was hoping it will be quickly but only now we have got a chance to write next post about extending […]

Author: admin
Mar 15
Digg
Stumbleupon
Technorati
Delicious

Cleanup my drafts. Part 2.

This time my drafts cleanup is not directly related to symfony but these are the classes which I’m sure you will use for your symfony projects:
htmlSQL is a experimental PHP class which allows you to access HTML values by an SQL like syntax. This means that you don’t have to write complex functions (regular expressions) […]

Author: admin
Mar 03
Digg
Stumbleupon
Technorati
Delicious

InnoDB creating table problem

Hi, a quick note.
Somehow I had a problem with performing propel-build-all. I had a few schema.yml files and building process was going fine for them except last one schema. It did not create a table for that schema.yml and reported about mysql error (cant create a table). I think I killed about an hour trying […]

Author: admin
Feb 25
Digg
Stumbleupon
Technorati
Delicious

Twitter symfonians community aggregator

Inspired by Twitter open-source community we are proudly announce Twitter’s symfonians community:
http://twitter.com/symfonians/
We aggregates all Twitter talks on our sidebar so from now everyone can see what symfonians are talking about while they are building their greatest projects!

Author: admin