Re: New to cake and need advice

2011-01-29 Thread newguy
Thanks guys u all have given me lot of hope and encouragement

On Jan 29, 6:32 am, "Dr. Tarique Sani"  wrote:
> Go for it! start developing and come back with specific problems - you will
> find plenty of help
>
> Cheers
> Tarique
>
>
>
>
>
> On Thu, Jan 27, 2011 at 11:20 PM, newguy  wrote:
> > Hi everyone
> > Am new to cake and php but  I have 5 - 6 years of coding experience in
> > c/c++. I have basic php knowledge through w3schools, I am in doubt
> > whether starting with cake is a good decision or not, am comfortable
> > with MVC architecture and I really want to learn cake framework but my
> > limited experience with php is making me ask for advice.
>
> > Thanks
>
> > --
> > Our newest site for the community: CakePHP Video Tutorials
> >http://tv.cakephp.org
> > Check out the new CakePHP Questions sitehttp://ask.cakephp.organd help
> > others with their CakePHP related questions.
>
> > To unsubscribe from this group, send email to
> > cake-php+unsubscr...@googlegroups.com > om>For more options, visit this group at
> >http://groups.google.com/group/cake-php
>
> --
> =
> Cheesecake-Photoblog:http://cheesecake-photoblog.org
> PHP for E-Biz:http://sanisoft.com
> =

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


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


Re: New to cake and need advice

2011-01-29 Thread Dr. Tarique Sani
Go for it! start developing and come back with specific problems - you will
find plenty of help

Cheers
Tarique

On Thu, Jan 27, 2011 at 11:20 PM, newguy  wrote:

> Hi everyone
> Am new to cake and php but  I have 5 - 6 years of coding experience in
> c/c++. I have basic php knowledge through w3schools, I am in doubt
> whether starting with cake is a good decision or not, am comfortable
> with MVC architecture and I really want to learn cake framework but my
> limited experience with php is making me ask for advice.
>
> Thanks
>
> --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help
> others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.comFor
>  more options, visit this group at
> http://groups.google.com/group/cake-php
>



-- 
=
Cheesecake-Photoblog: http://cheesecake-photoblog.org
PHP for E-Biz: http://sanisoft.com
=

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


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


Re: New to cake and need advice

2011-01-29 Thread sudarshana sampath
Hi,

I think If you can spend some time with (pure) PHP, It is the best option.
Participate on at least one project.
I found following is in one of excellent CakePHP book.

"Once readers have gone through the book, there will be no turning back! Web
development will never be the same again. Developing a web application will
become so easy, that it might make the readers very lazy. As a matter of
fact, readers might even forget the basic syntaxes of PHP! And the word Cake
will have a completely new meaning to them"

On Thu, Jan 27, 2011 at 11:20 PM, newguy  wrote:

> Hi everyone
> Am new to cake and php but  I have 5 - 6 years of coding experience in
> c/c++. I have basic php knowledge through w3schools, I am in doubt
> whether starting with cake is a good decision or not, am comfortable
> with MVC architecture and I really want to learn cake framework but my
> limited experience with php is making me ask for advice.
>
> Thanks
>
> --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help
> others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.comFor
>  more options, visit this group at
> http://groups.google.com/group/cake-php
>



-- 
Cheers,
Sudarshana Sampath.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


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


Re: New to cake and need advice

2011-01-28 Thread Tonu Tusk
All of it should fit into place - on a pure php side of things, make
sure you are 100% up to php array usage, all other parts of the
language should fall straight into place
with any of the primers  you have learned so far.

After that it is just boning up on the "convention" side of things and
figuring out the best "association side" of related models to use to
access data based on the default recursive Model::find* methods.


On Jan 27, 5:50 pm, newguy  wrote:
> Hi everyone
> Am new to cake and php but  I have 5 - 6 years of coding experience in
> c/c++. I have basic php knowledge through w3schools, I am in doubt
> whether starting with cake is a good decision or not, am comfortable
> with MVC architecture and I really want to learn cake framework but my
> limited experience with php is making me ask for advice.
>
> Thanks

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


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


Re: New to cake and need advice

2011-01-27 Thread Zaky Katalan-Ezra
Go for it
I made the transition after 10 years in C#.
I guess you want to do web applications so you have to learn new things any
way.
I think php and cakephp in particular is the best thing to start with.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


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


Re: New to cake and need advice

2011-01-27 Thread newguy
Thanks Ryan I appreciate your help.

On Jan 27, 8:35 pm, Ryan Schmidt  wrote:
> On Jan 27, 2011, at 11:50, newguy wrote:
>
> > Am new to cake and php but  I have 5 - 6 years of coding experience in
> > c/c++. I have basic php knowledge through w3schools, I am in doubt
> > whether starting with cake is a good decision or not, am comfortable
> > with MVC architecture and I really want to learn cake framework but my
> > limited experience with php is making me ask for advice.
>
> I'd recommend you go through some of the tutorials that are available. Watch 
> some screencasts about building a basic CakePHP application (the blog app is 
> a common one) and try to follow along, built your own app that does what 
> they're doing. Try making small changes. The PHP documentation is pretty good 
> at helping you learn how to use individual functions, once you get to 
> something you need a PHP function for. And of course the CakePHP book is 
> there as a reference for how CakePHP fits together.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


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


Re: New to cake and need advice

2011-01-27 Thread Ryan Schmidt

On Jan 27, 2011, at 11:50, newguy wrote:

> Am new to cake and php but  I have 5 - 6 years of coding experience in
> c/c++. I have basic php knowledge through w3schools, I am in doubt
> whether starting with cake is a good decision or not, am comfortable
> with MVC architecture and I really want to learn cake framework but my
> limited experience with php is making me ask for advice.

I'd recommend you go through some of the tutorials that are available. Watch 
some screencasts about building a basic CakePHP application (the blog app is a 
common one) and try to follow along, built your own app that does what they're 
doing. Try making small changes. The PHP documentation is pretty good at 
helping you learn how to use individual functions, once you get to something 
you need a PHP function for. And of course the CakePHP book is there as a 
reference for how CakePHP fits together.




-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


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