Re: Use CakePHP in NetBeans IDE 6.8

2011-01-11 Thread clod

I use and suggest free portable PHP IDE -  http://www.codelobster.com
Codelobster PHP Edition  with special CakePHP plug-in for auto-completion,
context help and etc.
-- 
View this message in context: 
http://cakephp.1045679.n5.nabble.com/Use-CakePHP-in-NetBeans-IDE-6-8-tp3289370p3336106.html
Sent from the CakePHP mailing list archive at Nabble.com.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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


Re: Use CakePHP in NetBeans IDE 6.8

2011-01-11 Thread Sam Sherlock
I don't use netbeans there is this
https://github.com/evilbloodydemon/netbeans-cakephp-bundle

On 11/01/2011, clod s...@codelobster.com wrote:

 I use and suggest free portable PHP IDE -  http://www.codelobster.com
 Codelobster PHP Edition  with special CakePHP plug-in for auto-completion,
 context help and etc.
 --
 View this message in context:
 http://cakephp.1045679.n5.nabble.com/Use-CakePHP-in-NetBeans-IDE-6-8-tp3289370p3336106.html
 Sent from the CakePHP mailing list archive at Nabble.com.

 Check out the new CakePHP Questions site http://cakeqs.org and help others
 with their CakePHP related questions.

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



-- 
 - S

+44 (0)7908 069 219

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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


Re: Use CakePHP in NetBeans IDE 6.8

2010-12-05 Thread Rumkuchen
probably an old hint, but helped my getting started:
Menu:
  File-Project Properties
Point: PHP Include Path
  - add the cake directory

this will improve code completion a lot

* not invented by my.

=

On 3 Dez., 19:26, euromark dereurom...@googlemail.com wrote:
 if you really want code completion and all those nice little web dev
 goodies
 you could consider using a different IDE

 PHPDesigner works really well, for example.
 I use it since many years and would be much slower without the code
 completion / function declaration stuff

 On 3 Dez., 19:11, Miles J mileswjohn...@gmail.com wrote:

  No reason to be.

  People like this need to learn to do things themselves at some point.

  On Dec 3, 1:31 am, Jeremy Burns | Class Outfit

  jeremybu...@classoutfit.com wrote:
   I feel a little bad for being harsh with him now...

   Jeremy Burns
   Class Outfit

   jeremybu...@classoutfit.comhttp://www.classoutfit.com

   On 3 Dec 2010, at 09:30, keymaster wrote:

Seyed,

No prob, dude.

We'll fly a couple of the cakephp core developers to your apartment.
They'll walk you through everything, step by step, just like you
wanted.

You'll be editing cakephp files in no time. Don't worry.

Just a thought, would you like some Netbeans staff to be there too?
You never know what questions might come up.

Check out the new CakePHP Questions sitehttp://cakeqs.organdhelpothers 
with their CakePHP related questions.

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

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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


Re: Use CakePHP in NetBeans IDE 6.8

2010-12-04 Thread Zaky Katalan-Ezra
For Model/Helpers/Libs code complition add snippet like this right after
your opening php tag (?php):
/**
 * NetBean property for code completion.
 * @property User $User
 * @property Group $Group
 * @property Auth $Auth
 * @property SessionComponent $Session
 */

After using Eclipse for several months I think Netbean6.9.1 is much more
productive then Eclipse.
I am using the php bundle and no special add-ons.
The code completion is the main reason I switched to netbeans
The svn integration also works fine.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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


Re: Use CakePHP in NetBeans IDE 6.8

2010-12-03 Thread Stephen
I use Netbeans and you use it with CakePHP like you would with any other
type of PHP based project in Netbeans.


On 2 December 2010 18:22, Miles J mileswjohn...@gmail.com wrote:

 Netbeans doesn't have CakePHP support, its just an IDE.

 I also love how your asking for step by step images on how to do
 everything, try to figure it out yourself.

 On Dec 2, 5:48 am, Jeremy Burns | Class Outfit
 jeremybu...@classoutfit.com wrote:
  Sure - I'll drop everything and just knock you up a quick training
 course.
 
  NetBeans is just a glamourous text editor used for managing the text
 files that make up CakePHP. It should be fairly elementary for even a novice
 developer to work it out.
 
  Jeremy Burns
  Class Outfit
 
  jeremybu...@classoutfit.comhttp://www.classoutfit.com
 
  On 2 Dec 2010, at 05:07, Seyed Mahmood Hosseini wrote:
 
   Hello
   Please Help Me To Use CakePHP  Famework In NetBeans IDE 6.8
   Please Help Me Step-By-Step ( Training with images )
   Thanks.
   Bye.
 
   Web Site : Http://WwW.NewAge.Ir
   Mail : i...@newage.irweb@gmail.com
 
   Check out the new CakePHP Questions sitehttp://cakeqs.organd help
 others with their CakePHP related questions.
 
   You received this message because you are subscribed to the Google
 Groups CakePHP group.
   To post to this group, send email to cake-php@googlegroups.com
   To unsubscribe from this group, send email to
   cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
more options, visit this group athttp://
 groups.google.com/group/cake-php?hl=en

 Check out the new CakePHP Questions site http://cakeqs.org and help others
 with their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/cake-php?hl=en




-- 
Kind Regards
 Stephen @ NinjaCoderMonkey

 www.ninjacodermonkey.co.uk

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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


Re: Use CakePHP in NetBeans IDE 6.8

2010-12-03 Thread keymaster
Seyed,

No prob, dude.

We'll fly a couple of the cakephp core developers to your apartment.
They'll walk you through everything, step by step, just like you
wanted.

You'll be editing cakephp files in no time. Don't worry.

Just a thought, would you like some Netbeans staff to be there too?
You never know what questions might come up.


Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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


Re: Use CakePHP in NetBeans IDE 6.8

2010-12-03 Thread Jeremy Burns | Class Outfit
I feel a little bad for being harsh with him now...

Jeremy Burns
Class Outfit

jeremybu...@classoutfit.com
http://www.classoutfit.com

On 3 Dec 2010, at 09:30, keymaster wrote:

 Seyed,
 
 No prob, dude.
 
 We'll fly a couple of the cakephp core developers to your apartment.
 They'll walk you through everything, step by step, just like you
 wanted.
 
 You'll be editing cakephp files in no time. Don't worry.
 
 Just a thought, would you like some Netbeans staff to be there too?
 You never know what questions might come up.
 
 
 Check out the new CakePHP Questions site http://cakeqs.org and help others 
 with their CakePHP related questions.
 
 You received this message because you are subscribed to the Google Groups 
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
 http://groups.google.com/group/cake-php?hl=en

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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


Re: Use CakePHP in NetBeans IDE 6.8

2010-12-03 Thread designv...@gmail.com
http://slash7.com/2006/12/22/vampires/

;-)

On Dec 3, 9:31 am, Jeremy Burns | Class Outfit
jeremybu...@classoutfit.com wrote:
 I feel a little bad for being harsh with him now...

 Jeremy Burns
 Class Outfit

 jeremybu...@classoutfit.comhttp://www.classoutfit.com

 On 3 Dec 2010, at 09:30, keymaster wrote:

  Seyed,

  No prob, dude.

  We'll fly a couple of the cakephp core developers to your apartment.
  They'll walk you through everything, step by step, just like you
  wanted.

  You'll be editing cakephp files in no time. Don't worry.

  Just a thought, would you like some Netbeans staff to be there too?
  You never know what questions might come up.

  Check out the new CakePHP Questions sitehttp://cakeqs.organd help others 
  with their CakePHP related questions.

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

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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


Re: Use CakePHP in NetBeans IDE 6.8

2010-12-03 Thread Jeremy Burns | Class Outfit
Like.

Jeremy Burns
Class Outfit

jeremybu...@classoutfit.com
http://www.classoutfit.com

On 3 Dec 2010, at 09:52, designv...@gmail.com wrote:

 http://slash7.com/2006/12/22/vampires/
 
 ;-)
 
 On Dec 3, 9:31 am, Jeremy Burns | Class Outfit
 jeremybu...@classoutfit.com wrote:
 I feel a little bad for being harsh with him now...
 
 Jeremy Burns
 Class Outfit
 
 jeremybu...@classoutfit.comhttp://www.classoutfit.com
 
 On 3 Dec 2010, at 09:30, keymaster wrote:
 
 Seyed,
 
 No prob, dude.
 
 We'll fly a couple of the cakephp core developers to your apartment.
 They'll walk you through everything, step by step, just like you
 wanted.
 
 You'll be editing cakephp files in no time. Don't worry.
 
 Just a thought, would you like some Netbeans staff to be there too?
 You never know what questions might come up.
 
 Check out the new CakePHP Questions sitehttp://cakeqs.organd help others 
 with their CakePHP related questions.
 
 You received this message because you are subscribed to the Google Groups 
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.com For more options, visit this group 
 athttp://groups.google.com/group/cake-php?hl=en
 
 Check out the new CakePHP Questions site http://cakeqs.org and help others 
 with their CakePHP related questions.
 
 You received this message because you are subscribed to the Google Groups 
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
 http://groups.google.com/group/cake-php?hl=en

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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


Re: Use CakePHP in NetBeans IDE 6.8

2010-12-03 Thread Miles J
No reason to be.

People like this need to learn to do things themselves at some point.

On Dec 3, 1:31 am, Jeremy Burns | Class Outfit
jeremybu...@classoutfit.com wrote:
 I feel a little bad for being harsh with him now...

 Jeremy Burns
 Class Outfit

 jeremybu...@classoutfit.comhttp://www.classoutfit.com

 On 3 Dec 2010, at 09:30, keymaster wrote:

  Seyed,

  No prob, dude.

  We'll fly a couple of the cakephp core developers to your apartment.
  They'll walk you through everything, step by step, just like you
  wanted.

  You'll be editing cakephp files in no time. Don't worry.

  Just a thought, would you like some Netbeans staff to be there too?
  You never know what questions might come up.

  Check out the new CakePHP Questions sitehttp://cakeqs.organd help others 
  with their CakePHP related questions.

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

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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


Re: Use CakePHP in NetBeans IDE 6.8

2010-12-03 Thread euromark
if you really want code completion and all those nice little web dev
goodies
you could consider using a different IDE

PHPDesigner works really well, for example.
I use it since many years and would be much slower without the code
completion / function declaration stuff

On 3 Dez., 19:11, Miles J mileswjohn...@gmail.com wrote:
 No reason to be.

 People like this need to learn to do things themselves at some point.

 On Dec 3, 1:31 am, Jeremy Burns | Class Outfit







 jeremybu...@classoutfit.com wrote:
  I feel a little bad for being harsh with him now...

  Jeremy Burns
  Class Outfit

  jeremybu...@classoutfit.comhttp://www.classoutfit.com

  On 3 Dec 2010, at 09:30, keymaster wrote:

   Seyed,

   No prob, dude.

   We'll fly a couple of the cakephp core developers to your apartment.
   They'll walk you through everything, step by step, just like you
   wanted.

   You'll be editing cakephp files in no time. Don't worry.

   Just a thought, would you like some Netbeans staff to be there too?
   You never know what questions might come up.

   Check out the new CakePHP Questions sitehttp://cakeqs.organdhelp others 
   with their CakePHP related questions.

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

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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


Re: Use CakePHP in NetBeans IDE 6.8

2010-12-03 Thread DCrews
With Cake, it's just like any other object-oriented Netbeans project.
If you're baking, bake and then add the app dir as your project. If
not (which I wouldn't if you're new to it; learn to cake before you
learn to bake), just create a new project, create an app dir and go
from there. Then make sure you add the cake directory in your include
path, so you can use autocompletion. It's better to put it in your
include path rather than within your project because it makes it
easier to remember NEVER to edit those files, but you'll still have
easy access to the methods for your own understanding.

Before Netbeans 6.9, though, I'd have stuck with Eclipse, but that's a
different question.

On Dec 1, 10:07 pm, Seyed Mahmood Hosseini web@gmail.com wrote:
 Hello
 Please Help Me To Use CakePHP  Famework In NetBeans IDE 6.8
 Please Help Me Step-By-Step ( Training with images )
 Thanks.
 Bye.

 Web Site : Http://WwW.NewAge.Ir
 Mail : i...@newage.ir    web@gmail.com

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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


Use CakePHP in NetBeans IDE 6.8

2010-12-02 Thread Seyed Mahmood Hosseini
Hello
Please Help Me To Use CakePHP  Famework In NetBeans IDE 6.8
Please Help Me Step-By-Step ( Training with images )
Thanks.
Bye.

Web Site : Http://WwW.NewAge.Ir
Mail : i...@newage.irweb@gmail.com

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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


Re: Use CakePHP in NetBeans IDE 6.8

2010-12-02 Thread Jeremy Burns | Class Outfit
Sure - I'll drop everything and just knock you up a quick training course.

NetBeans is just a glamourous text editor used for managing the text files that 
make up CakePHP. It should be fairly elementary for even a novice developer to 
work it out.

Jeremy Burns
Class Outfit

jeremybu...@classoutfit.com
http://www.classoutfit.com

On 2 Dec 2010, at 05:07, Seyed Mahmood Hosseini wrote:

 Hello
 Please Help Me To Use CakePHP  Famework In NetBeans IDE 6.8
 Please Help Me Step-By-Step ( Training with images )
 Thanks.
 Bye.
 
 Web Site : Http://WwW.NewAge.Ir
 Mail : i...@newage.irweb@gmail.com
 
 Check out the new CakePHP Questions site http://cakeqs.org and help others 
 with their CakePHP related questions.
 
 You received this message because you are subscribed to the Google Groups 
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
 http://groups.google.com/group/cake-php?hl=en

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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


Re: Use CakePHP in NetBeans IDE 6.8

2010-12-02 Thread Miles J
Netbeans doesn't have CakePHP support, its just an IDE.

I also love how your asking for step by step images on how to do
everything, try to figure it out yourself.

On Dec 2, 5:48 am, Jeremy Burns | Class Outfit
jeremybu...@classoutfit.com wrote:
 Sure - I'll drop everything and just knock you up a quick training course.

 NetBeans is just a glamourous text editor used for managing the text files 
 that make up CakePHP. It should be fairly elementary for even a novice 
 developer to work it out.

 Jeremy Burns
 Class Outfit

 jeremybu...@classoutfit.comhttp://www.classoutfit.com

 On 2 Dec 2010, at 05:07, Seyed Mahmood Hosseini wrote:

  Hello
  Please Help Me To Use CakePHP  Famework In NetBeans IDE 6.8
  Please Help Me Step-By-Step ( Training with images )
  Thanks.
  Bye.

  Web Site : Http://WwW.NewAge.Ir
  Mail : i...@newage.ir    web@gmail.com

  Check out the new CakePHP Questions sitehttp://cakeqs.organd help others 
  with their CakePHP related questions.

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

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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