If you mean running s2 commands from Netbeans, the answer is no.

Although Netbeans has support for PHP 5.3; it will parse namespaces and load
packages in the autocomplete pop up list.

You only need to create a new project with existing source, and set the PHP
5.3 version. [?]

2011/2/24 Joel <joel.da...@gmail.com>

> Awesome. Thanks for the usefull info.
>
> Anybody known if is it possible to use Netbeans IDE with Symfony 2?
>
>
>
> On 23 fev, 18:22, oscar balladares <liebegr...@gmail.com> wrote:
> > A few minutes ago, I found out that there is a "branch docs" for the
> > official PR6 of Symfony, it is a little more
> > detailed documentation, with more in deep focus and examples.
> >
> > You will find it in docs.symfony-reloaded.org/master/
> >
> > There, is also a CookBook.
> >
> > For the css issue, if you have previous experience with S1.x you should
> know
> > that CSS files goes in the app/web directory
> > so if you are using the sandbox it would be sandbox/web
> >
> > In other words, you should have a css dir and file like
> > sandbox/web/css/style.css
> > and some images in there... sandbox/css/images_for_my_css_file/
> >
> > (Notice: images for other porpuse but layout should go to
> > sandbox/web/images)
> >
> > In your style.css file you should refence the images like >
> > background-image:url(images_for_my_css_file/MyImage.jpg)
> >
> > In your templates, you can access the css file like
> >
> > <head>
> > {% block head %}
> > <link href="{{ asset('css/style.css') }}" rel="stylesheet"
> > media="screen,projection" type="text/css" />
> > {% endblock %}
> > </head>
> >
> > 2011/2/23 Joel <joel.da...@gmail.com>
> >
> >
> >
> >
> >
> >
> >
> > > Agree. Start from Symfony and can't find any complete reference for
> > > Symfony 2.
> >
> > > Is it any plan to release a complete book together with Symfony 2
> > > release?
> >
> > > On 21 fev, 20:17, Haulyn Jason <saharab...@domix.in> wrote:
> > > > Hi,
> >
> > > > I am starting a new project, I want to start from Symfony2.0, because
> > > > it's about March now. But without the guide of Symfony-Reloaded.org,
> I
> > > > can not find anything tutorial or sample, so I can not load css or
> use
> > > > constant variable globally.
> >
> > > > I want to know are there something useful reference for beginners?
> > > > Thanks very much.
> >
> > > > Thanks!
> >
> > > >http://domix.in
> > > > Protect and Track your life and work
> >
> > > > Location:Room 807,QiLuRuanJianDaSha Qilu Software Park
> > > >         No. 1 Shunhua Rd High-Tech Development Zone
> > > >         Jinan, China 250101
> > > > Mobile: +86 15854103759
> >
> > > > Haulyn Jason
> >
> > > --
> > > If you want to report a vulnerability issue on symfony, please send it
> to
> > > security at symfony-project.com
> >
> > > You received this message because you are subscribed to the Google
> > > Groups "symfony users" group.
> > > To post to this group, send email to symfony-users@googlegroups.com
> > > To unsubscribe from this group, send email to
> > > symfony-users+unsubscr...@googlegroups.com
> > > For more options, visit this group at
> > >http://groups.google.com/group/symfony-users?hl=en
>
> --
> If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

<<1E3.gif>>

Reply via email to