[symfony-users] Help needed for forms

2011-04-19 Thread Sergio Perez
Hello, I’ve spent a lot of time trying with forms in Symfony2, but I don´t got results. I want to have the typical system which let me Edit, Create and Delete a record from a database. I’ve defined: 1) MyBundle/Entity/articles.php: namespace My\BackBundle\Entity; /**

Re: [symfony-users] help needed for newbie

2010-10-22 Thread ashish kumar
or u can add this line in ur web server config file alias sf yourproject/lib/vendor/symfony/data/web/sf this sud work .. ashish On Sat, Oct 23, 2010 at 12:10 AM, Jérémie wrote: > 2 solutions : > copy and paste the folder lib/vendor/symfony/data/web/sf/ in web/ > > or > > in web/ , do : > ln -s

Re: [symfony-users] help needed for newbie

2010-10-22 Thread Jérémie
2 solutions : copy and paste the folder lib/vendor/symfony/data/web/sf/ in web/ or in web/ , do : ln -s yourproject/lib/vendor/symfony/data/web/sf . Jérémie Le vendredi 22 octobre 2010 à 11:11 -0700, apc...@dsl.pipex.com a écrit : > I am a bit new to this symfony framework. I am having a probl

[symfony-users] help needed for newbie

2010-10-22 Thread apc...@dsl.pipex.com
I am a bit new to this symfony framework. I am having a problem seeing the images on the "Symfony Project Created" page. I can see all the writing but no pictures. I installed the project using netbeans. I am attempting to do the project described on the main site http://www.symfony-project.org/.

[symfony-users] help needed

2009-08-10 Thread sunny
how to display uploaded image in template! i used it works but this not works!! need help new to symfony --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email

[symfony-users] Help needed with XML-RPC controller

2008-01-21 Thread drmikecrowe
Hi folks, I have a strange request, and need some help please. I want to add an xml-rpc interface into my system, and have done this: In factories.yml, I've added: xmlrpc: controller: class: sfXmlRpcController sfXmlRpcController.class.php is in my apps/mymodule/lib/ directory This clas