Re: [symfony-users] FREE ticket to sflive2010

2010-02-13 Thread Lee Bolding
Hi All... No more mails about this please - I've given it away already :) Presumably there will be PDFs online somewhere afterwards, so I can get some idea of what I missed? On 12 Feb 2010, at 10:46, Lee Bolding wrote: Yes, that's right. Unfortunately, I'm snowed under at work, so can't

Re: [symfony-users] Abridged summary of symfony-users@googlegroups.com - 14 Messages in 9 Topics

2010-02-13 Thread joost . farla
Beste, Tot en met 18 februari ben ik niet aanwezig op kantoor. U kunt contact opnemen met Wout Withagen: w...@freshheads.com of 013 5448761. Met vriendelijke groet, Joost Farla joost.fa...@freshheads.com - - freshheads grafisch ontwerp en internet applicaties Dunantstraat 1c | 5017 KC Tilburg

[symfony-users] Re: doctrine schema.yml

2010-02-13 Thread ScherlOMatic
Hey Maxime! First I have to say to you that doing relations with symfony and doctrine is a little bit tricky. Unfortunately there is just one nice tutorial which I can recommend: http://www.symfony-project.org/more-with-symfony/1_4/en/06-Advanced-Forms Another good hint is reading the doctrine

[symfony-users] Re: Apostrophe 1.0 Stable Release: a mature CMS for Symfony!

2010-02-13 Thread Tom Boutell
Hello Alex, You can absolutely use apostrophePlugin in another Symfony project. Check out the README. There's an easy way section that explains about our sandbox project, how to clone it in svn for an easier starting point, etc., and a hard way section (that's not all that hard) that spells out

[symfony-users] Validation don´t work

2010-02-13 Thread Rodrigo Prado
Good afternoon! I have a problem with validation in symfony. archive: C:\xampplite\htdocs\portalcepai\lib\form\LoginForm.class ?php class LoginForm extends sfForm { public function configure() { $this-setWidgets(array( 'username' = new sfWidgetFormInput(), 'password' = new

[symfony-users] Using SQL Aggregate functions in propel generate admin

2010-02-13 Thread Земсков Юрий
Hello, there is a table `stat_main`: id | user_id | date | hit | uniq | money and a propel generated admin module for it. Using StatMain obj-s is fine for each individual user, but for backend page I want to use MySQL SUM() in a query, like 'SELECT date, SUM(hit), SUM(money) GROUP

[symfony-users] [sfGuardPlugin] creating profile row upon registration

2010-02-13 Thread Olivier Ricordeau
Hi! I'm using the sfGuardPlugin and I'd like the registration form to automatically create a row in my profile table when an account is created. Could anyone tell me what I have to do? Cheers, Olivier -- - **Olivier RICORDEAU** - oliv...@ricordeau.org -- You received this message because

[symfony-users] Symfony frontend sort by th

2010-02-13 Thread ziclo
Hi, I would like to be able to sort (order by ASC ou DESC) by clicking on a colon title (th). The same way as the backend of the jobeet tutorial. I don't want it on the backend but on the frontend. With doctrine i can use the pager without difficulties but i do not know how to sort a list

[symfony-users] JavaScript and Css Fails to Load from the View.yml

2010-02-13 Thread t00cool
Guys, I am trying to set up a new project. I want to include some css files and javascript files via the global view.yml. I have placed the javascript files under web/js/ and placed the css under web/css/. I would expect that the auto loader would pick up these files. I have tried to include the

[symfony-users] how to create web services ??

2010-02-13 Thread Francisco
Hellow peoples, firstly i don't speak english, sorry for a mistake i'll try to explain me. Someone can help me to create a web services !?!? the idea is use a model layer to retreive the information and publish a wsdl with the methods. searching in the web, i found the ckWebServicePlugin, but i

[symfony-users] Re: Help with Schema

2010-02-13 Thread Raphael Schumacher
Samuel, could you resolve the issue in a successful manner? Feedback is welcome, Raphael. -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send

Re: [symfony-users] how to create web services ??

2010-02-13 Thread Daniel Lohse
It's definitely possible to do these kinds of things with ckWebServicePlugin but you'll have to dig into the README because it really is heavily documented. Sorry for not being that much more helpful to you, maybe someone else can join in? Cheers, Daniel On 13.02.2010, at 22:46, Francisco

[symfony-users] Re: Doctrine + PostGreSQL

2010-02-13 Thread Dennis
Unless you use the stock user system with Symfony, which creates a table named 'user'. That won't work, I believe. However, I will be finding out very soon, since I have to incorporate the stock user system within a project within 2 weeks :-) Also, Using Postgres. On Feb 5, 3:10 am, Martin