[symfony-users] My Second Symfony Project

2008-01-15 Thread Birchandra Sanasam
Hi all, It is my symfony second project. Please visit here and give feedback http://amrit-cwt.com/ or http://amrit-cwt.com/home/forward Thanks! -- Birchandra Sanasam Web Developer & Analyst # +91 9810 191478 --~--~-~--~~~---~--~~ You

[symfony-users] Re: I18n : Tetum culture or add a new culture in Symfony

2008-01-15 Thread gestadieu
Sylvain, I've been asking the same question a few months ago and I did not have any clue at that time. I am really interested if you find a way to add tetum to symfony. Gerald On Jan 15, 3:50 pm, Sylvain Gourvil <[EMAIL PROTECTED]> wrote: > THanks Dustin, > > The tetum iso code is 'tet' for ISO

[symfony-users] Re: My Second Symfony Project

2008-01-15 Thread Sid Bachtiar
Nice website (informative contents too!) :) I did notice that all the actions are in module 'home'? If it is me, I would split the actions into several modules. So instead of: home -> home/forward services -> home/services contact -> home/contact I would have structured it like: home -> home/

[symfony-users] Re: Ultimate development machine :)

2008-01-15 Thread Lee Bolding
I added a video last night too :) I used to have a 1.8Ghz MacBook Pro, which I sold so I could buy the TZ :) To be honest, it's not nearly as fast, but it's no slouch either. For what I use it for (mostly development and iPhoto), it's adequate. Plus, it boots a hell of a lot quicker, lasts twice

[symfony-users] Re: My Second Symfony Project

2008-01-15 Thread j0k3r
Hello, Maybe you can make nice url for the news part, by using routing, etc .. :-) Bye On 15 jan, 10:16, "Birchandra Sanasam" <[EMAIL PROTECTED]> wrote: > Hi all, > > It is my symfony second project. Please visit here and give feedback > > http://amrit-cwt.com/ > orhtt

[symfony-users] Re: I18n : Tetum culture or add a new culture in Symfony

2008-01-15 Thread Bayarsaikhan [Singleton LLC]
Hi all, There must be better solution for multilanguage support. in the last project, we were not able to creat XLIFF file since there is not standart editor to create that file. So i created and method named _message() that fetches translated clauses from db. i didn't find a way to use __() built

[symfony-users] Re: My Second Symfony Project

2008-01-15 Thread DaBir
I did nice url for the news part but I got some error on flash images. You have some idea for this plz tell me! Thank you very much! On Jan 15, 4:41 am, j0k3r <[EMAIL PROTECTED]> wrote: > Hello, > > Maybe you can make nice url for the news part, by using routing, > etc .. :-) > > Bye > > On 15 j

[symfony-users] Re: New symfony website

2008-01-15 Thread notjosh
you should probably ninja your app's view.yml to set a more meaningful page title etc - gotta help get that pagerank up! josh. On Jan 11, 11:21 pm, sameer <[EMAIL PROTECTED]> wrote: > Hi All, > > Kindly send me the feedback about my new symfony website. Its my web > resume still few modification

[symfony-users] Re: My Second Symfony Project

2008-01-15 Thread DaBir
Oh GOD !! It was good idea. had no idea for that but I can change when I am free. Thank you very much! On Jan 15, 4:27 am, "Sid Bachtiar" <[EMAIL PROTECTED]> wrote: > Nice website (informative contents too!) :) > > I did notice that all the actions are in module 'home'? If it is me, I > would s

[symfony-users] steerCMS, ReflectionException

2008-01-15 Thread Groh, Martin
Hi there, steerCMS really looks very nice and it could help me in one of my projects very much. Nevertheless, when I try to install it, I run on an nasty exception: [ReflectionException] Class sfPropelVersionableBehavior does not exist When I run: symfony propel-build-all-load backend

[symfony-users] Re: I18n : Tetum culture or add a new culture in Symfony

2008-01-15 Thread Sylvain Gourvil
My issue is not about i18n gettext method ( __() ) but with the symfony integrated culure ( .dat file in symfony). The main reason is countries transaltion, date format and so on... On 15 jan, 10:37, "Bayarsaikhan [Singleton LLC]" <[EMAIL PROTECTED]> wrote: > Hi all, > > There must be better solu

[symfony-users] Re: primary key problem: could we use varchar?

2008-01-15 Thread Indika Jayasinghe
Husain, >From a database perspective it is generally not advisable to use VARCHARs as a primary key, regardless of whether Propel/Doctrine allows it or not. Using VARCHARs could end up adversely affecting the performance of your SELECTs (by primary key), views, joins, The fastest would be to u

[symfony-users] Re: New symfony website

2008-01-15 Thread marve
Hi Sameer, seriously, there's much room for thing getting optimized... The startpage needs >20sec. to load, usually I won't wait that long... The Idea of the Site is good, but the design... Perhaps you should let a designer have a look at it. I personally don't like all that moving and blinking s

[symfony-users] Re: Symfony 1.1 Questions

2008-01-15 Thread Fabien POTENCIER
Hi Keith, Very interesting questions. As I really think the new form framework is the only one (that I know) that fully embraces the MVC pattern, I've just wrote an answer on my blog that try to explain the philosophy behind the design: http://www.aide-de-camp.org/article/3/en/symfony-1-1-for

[symfony-users] Re: Symfony 1.1 Questions

2008-01-15 Thread Keith
Hi Fabien, Thank you for clarifying the new form handling in a great blog post. The view definitely has more power than I originally thought and I better understand the new way form widgets are handled on the actual view rather than just echo $form. My only remaining question is: how is data val

[symfony-users] Re: steerCMS, ReflectionException

2008-01-15 Thread Dmitry Nesteruk
Did you installed the sfPropelVersionableBehaviorPlugin? 2008/1/15, Groh, Martin <[EMAIL PROTECTED]>: > > Hi there, > > > > steerCMS really looks very nice and it could help me in one of my projects > very much. Nevertheless, when I try to install it, I run on an nasty > exception: > > [Reflectio

[symfony-users] Rambo Facebook Application

2008-01-15 Thread Mat
Hi, I've been recently working on another Facebook Application in association with Sony, to support the upcoming Rambo Film. The Application is available at (http://apps.facebook.com/johnrambo), this has been built entirely on symfony, like my other applications. I would really appreciate all t

[symfony-users] Problema utilizando sprintf con caracteres UTF8.

2008-01-15 Thread Boris Duin
Hola grupo: Tengo un pequeño problema, que no esta ligado directamente a Symfony, pero si a alguien le ha pasado espero me puedan ayudar. Estoy desarrollando una aplicación que tiene que generar archivos de texto con lineas de datos de longitudes especificas para ser enviadas a unos mainframe vía

[symfony-users] Same template used by 2 different apps (in the same project)

2008-01-15 Thread Messó
Is it possible (which is mentioned in the topic)? I would like to use the same "header" template in the apps, but I don't want to copy them from folder to folder ;) Thanks in advance! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[symfony-users] Re: Ultimate development machine :)

2008-01-15 Thread Ant Cunningham
You should have just waited: http://www.apple.com/macbookair/features.html hehe :-) Your TZ was probably cheaper though... and the only thing youd really be gaining is driver support (most likely). On 1/15/08 4:30 AM, "Lee Bolding" <[EMAIL PROTECTED]> wrote: > > I added a video last night too

[symfony-users] Re: Ultimate development machine :)

2008-01-15 Thread Lee Bolding
Not to mention user replaceable battery, increased battery life, greater storage (I've got SSD AND regular HDD), greater connectivity (3 USB, 1 FW, GB Ethernet, modem) and it doesn't have memory card slots for my camera and camcorder :) Plus, I'm willing to bet the TZ can take a better physical b

[symfony-users] Re: Ultimate development machine :)

2008-01-15 Thread Kiril Angov
How much did you pay for the Sony? Lee Bolding wrote: > Not to mention user replaceable battery, increased battery life, greater > storage (I've got SSD AND regular HDD), greater connectivity (3 USB, 1 FW, > GB Ethernet, modem) and it doesn't have memory card slots for my camera and > camcorder :

[symfony-users] Re: steerCMS, ReflectionException

2008-01-15 Thread Konny Zurcher
Hi Martin, How did you install Steer CMS? Did you use the Sandbox or did you install it from SVN? sfPropelVersionableBehaviorPlugin is by default included in the Sandbox version and if you install Steer CMS by SVN then the sfPropelVersionableBehaviorPlugin should be automatically be fetched

[symfony-users] Re: Ultimate development machine :)

2008-01-15 Thread Ant Cunningham
All true... but you have to admit... its Way sexier :-) As for the right track pad... pfft. When I replaced my old apple pro mouse with a might mouse I disabled all except the on button. That's what option/control key is for ;-) But I agree with you on the rest hehe. On 1/15/08 4:58 PM,

[symfony-users] Re: Symfony 1.1 Questions

2008-01-15 Thread weaverryan
Keith- Great questions. I'm the other author of the blog at thatsquality.com, and even I've been sort of kicking myself lately for not covering more than just the echo $form in the template. My intent was to really show how simply this stuff can be, but I've been regretting it more and more as of

[symfony-users] Re: Symfony 1.1 Questions

2008-01-15 Thread Keith
Ah okay! Now the structure makes more sense to me. Your series is excellent Ryan and was greatly appreciated by everything I think! It's such a departure from what I'm used to seeing in Ruby on Rails, Symfony 1.0, and cakePHP that I wasn't seeing the whole picture I guess. Very interesting

[symfony-users] Re: Symfony 1.1 Questions

2008-01-15 Thread rihad
Such usage is very bug prone in case one mistypes 'post': if ($request->isMethod('post')) It's better to use ->isPostMethod() or ->isMethod(sfRequest::POST) and let the compiler catch bugs early. --~--~-~--~~~---~--~~ You received this message because you are subs