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;
/**
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
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
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/.
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
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