[symfony-users] Re: project:deploy & rsync on windows

2009-08-11 Thread vinnie

We use windows machines exclusively, and have been PHPing for the past
10 years.
Syncing between servers is very easy which windows shares and no extra
software.

Never had to use a MVC framework before and symfony has been chosen,
would like to use the builtin :deploy but it sound like a lot of
messing around to get that part to work, so will problem stick with
out custom sync program I wrote to keep it simple.



On Aug 11, 2:15 pm, Eno  wrote:
> On Tue, 11 Aug 2009, vinnie wrote:
> > It say it uses SSH and rsync but I can't find any documentation (on
> > the web) on exactly what these are and HOW to install them on a
> > windows machine.
>
> This is what makes Windows a poor choice for web developers - lack of many
> great tools. ssh and rsync are command-line tools for connecting to
> servers and shncing files. You will need to find Windoze versions of these
> tools or use something else to deploy files. Maybe look at 
> thehttp://unxutils.sourceforge.net/or the Cygwin (cygwin.com) tools.
>
> > It seems that everyone uses linux
>
> Its no accident that a lot of devlopers and admins use Macs :-)
>
> > and assumes we all know how to do
> > it. :(
>
> And Web developers should! :-)
>
> --
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[symfony-users] project:deploy & rsync on windows

2009-08-11 Thread vinnie

I'm working my way through the jobeet tutorial and so far so good. but
I am having problems with project:deploy

It say it uses SSH and rsync but I can't find any documentation (on
the web) on exactly what these are and HOW to install them on a
windows machine.
It seems that everyone uses linux and assumes we all know how to do
it. :(

Any links or step-by-step instructions on the download/install/config
of ssh and rsync would be helpful.

Thanks.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[symfony-users] Re: routing and slugify fieldnames

2009-07-23 Thread vinnie

OK thanks, I get it now.



On Jul 22, 5:37 pm, Gábor Fási  wrote:
> the getCompanySlug is called camelCase, when the first letter is
> lowercase, every other first letter of a word is capital. Another was
> is to separate the words with an underscore, so companySlug is the
> same as company_slug, just with a different writing mode.
> As the route you mentioned has the class sfPropelRoute, symfony
> converts it to a getter propel can understand (get plus the CamelCase
> version of your route parameter) and uses that one.
>
>
>
> On Wed, Jul 22, 2009 at 17:17, vinnie wrote:
>
> > I am working my way though the jobeet tutorial and am on Day5.
>
> > The class uses the getCompanySlug() function and the function slugify
> > ($text) which all make sense but then the
> > routing uses
> > url:     /job/:company_slug
>
> > So my question is where did company_slug come from I would have
> > expected it to be companyslug but both seem to work?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[symfony-users] routing and slugify fieldnames

2009-07-22 Thread vinnie

I am working my way though the jobeet tutorial and am on Day5.

The class uses the getCompanySlug() function and the function slugify
($text) which all make sense but then the
routing uses
url: /job/:company_slug

So my question is where did company_slug come from I would have
expected it to be companyslug but both seem to work?


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---