[symfony-users] Routing, pass several variable url to one action

2011-03-11 Thread sepelloo
Hi any body. Just a quick question. How can i redirect this url to one action: 1-mysite.om/qq=b1_f1 2-mysite.com/qq=a1_v1-a2_v2 I want to extract a1 and v1 as its value and also for a2,b1,b2, What rules need to be define? -- If you want to report a vulnerability issue on symfony, please send

[symfony-users] Subdomain dynamicly

2010-01-19 Thread sepelloo
Hi all. I want to generate these url based on one of my tables. For example for each record in table "section" I want to generate: section_1.mysite.com or section_X.mysite.com and if then user select one of my caregory then url will be:section_1.mysite.com/cat/id/1 I want to refer these url to on

[symfony-users] How override frontend action

2009-12-14 Thread sepelloo
Hi all. I'm developing a simple forum myself. I have the forum, topic and post module. I generated them by symfony. Now in topic I want to hide some filed such as created_at,is_solved,forum_id and user_id field. I change Configure function using unset: E:\dev\sfproject\myproject\apps\frontend\lib\f

[symfony-users] confige sandbox project on shared host

2009-12-03 Thread sepelloo
hi any body. I mean that my question may be repetitive . I develop my first symfony with sandbox project. Now I want to deploy it on my shared host. I upload web directory content in Public_html Directory. And other directory uploaded in root: lib app config data public_html/(web content) ... Now