Re: How to learn CakePHP please guide me

2011-02-03 Thread andy_the ultimate baker
blog application that is also in cake php manual examples. then ask the queries to group u will learn it. On Feb 3, 6:31 am, rrvasanth wrote: > Hi friends, > >   I am a php developer and i have experience content management > system. I which to learn CakePHP so please guide me. If

How to learn CakePHP please guide me

2011-02-03 Thread rrvasanth
Hi friends, I am a php developer and i have experience content management system. I which to learn CakePHP so please guide me. If you know any tutorials or examples please send me. Thanks Vasanth -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out

Re: Learn CakePHP

2010-10-30 Thread skimmas
I think Adam's approach is actually a very wise one if you're not familiar with MVC. I only seldom work on web development projects and had tried for a couple of times to learn cakephp without success. Then tried CodeIgniter and it's so much easier to learn. Eventually I tried

Re: Learn CakePHP

2010-10-29 Thread Adam
et enough. Basically, like most have said here, just start, because once you learn the cool stuff you'll want to learn more! On Oct 28, 10:58 am, sonam wrote: > How much time is required to learn cakephp? Check out the new CakePHP Questions site http://cakeqs.org and help others with thei

Re: Learn CakePHP

2010-10-29 Thread Adrian Arnautu
think of. Of course, I've worked 4 years with an MVC framework (another language actually), 4 years with PHP, same 4 years in web development. The best way to learn CakePHP is to develop from scratch a project, even a trivial one. Read the docs, maybe read some source code, some tutorial

Re: Learn CakePHP

2010-10-28 Thread Dr. Tarique Sani
On Thu, Oct 28, 2010 at 2:28 PM, sonam wrote: > How much time is required to learn cakephp? > > 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

Re: Learn CakePHP

2010-10-28 Thread cricket
On Thu, Oct 28, 2010 at 4:58 AM, sonam wrote: > How much time is required to learn cakephp? That depends on you. It's really not something anyone else could evaluate. It would probably be easier for you to assess that yourself by having a look at the manual and the API. Check out

Learn CakePHP

2010-10-28 Thread sonam
How much time is required to learn cakephp? 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 t

Re: should I know php in order to learn cakePHP

2010-06-14 Thread calvin
That's reasonable. It takes a while to get your head around the thought paradigms that a lot of veteran programmers take for granted; but it will come to you eventually. Personally, I started programming with BASIC, then VB, then JavaScript/ Perl/MySQL, then PHP, and I didn't start using Cake (or

Re: should I know php in order to learn cakePHP

2010-06-13 Thread Zaky Katalan-Ezra
You don't have to know PHP in order to start *producing* applications in CakePHP. I will not recommend this to a programming newbie but a skilled programmer in any language will do the transition with ease. I am doing it my self, I am working with c# .net for the last ten years and I find the trans

Re: should I know php in order to learn cakePHP

2010-06-13 Thread huoxito
I've been working with PHP for about 6 months and only recently started studying cakephp. It's been interesting but not even close to easy for me. Maybe because PHP is my first experience with programming languages and i had no experience with OOP before start taking cakephp. On 13 jun, 20:16, To

Re: should I know php in order to learn cakePHP

2010-06-13 Thread Tomasz Brymora
If you plan on sticking with Cake (or any other framework for that matter) you won't be able to help but pick up on php. You can pick up on both at the same time and cake will make a lot more sense then as well. It will make life a lot easier. On 06/13/2010 05:46 PM, Chris Hanson wrote: ye i

Re: should I know php in order to learn cakePHP

2010-06-13 Thread Chris Hanson
ye i would probably learn the basics and do some playing around with PHP before jumping into a frameworkbut thats just my opinion. :D welcome to CakePHP :D On 13 June 2010 20:04, Jahongir Abdurahmonov wrote: > I wonder if one should know PHP in order to learn and use CakePHP? > Should I first

should I know php in order to learn cakePHP

2010-06-13 Thread Jahongir Abdurahmonov
I wonder if one should know PHP in order to learn and use CakePHP? Should I first learn PHP and then CakePHP? 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

Re: Reg: How to learn cakephp

2010-02-15 Thread anl hp
John > > On Feb 15, 12:29 pm, thiru wrote: > > How to learn cakephp > > 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

Re: Reg: How to learn cakephp

2010-02-15 Thread John Andersen
I suggest you to study the CakePHP book at: http://book.cakephp.org/ and then do the tutorials therein! Ask questions on the way, we will be glad to help you :) Enjoy, John On Feb 15, 12:29 pm, thiru wrote: > How to learn cakephp Check out the new CakePHP Questions site http://cakeqs.org

Reg: How to learn cakephp

2010-02-15 Thread thiru
How to learn cakephp 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@googlegro

Re: How do people usually learn CakePHP and what is best?

2008-01-22 Thread alkemann
Adding my 2 cents: 1. start with the blog toturial; USING THE SAME CAKE VERSION that is used in it 2. read the manual (manual.cakephp.org), its more of a quickguide in any case 2.b Make sure you understand the concept, if not the implementation of model associations. Model associations is DA BOMB

Re: How do people usually learn CakePHP and what is best?

2008-01-22 Thread RichardAtHome
The best advice I could give you under the circumstances you mentioned (time constraints), is to not use Cake (initially). Get the project out using whatever methods you usually employ. Once its out and you have some breathing space, you could use it as a learning project and re-write it using t

Re: How do people usually learn CakePHP and what is best?

2008-01-22 Thread Oxygen
Oops, not used to Google groups yet... Ment to say: If I were at home I'd be playing around to my heart's content with whatever I fancied doing I wouldn't be nearly so bothered, in this case I need to get something done for a customer in a couple of weeks. On Jan 22, 10:18 am, Oxygen <[EMAIL PRO

Re: How do people usually learn CakePHP and what is best?

2008-01-22 Thread Oxygen
Wow, I wasn't expecting this many replies! Thanks guys! To give you a little more background, I've just changed from Java Swing development to PHP. The first thing I had to do in PHP was set up Eclipse and get proper debugging working (I'm planning to look at Komodo and the rest soon). Stepping

Re: How do people usually learn CakePHP and what is best?

2008-01-21 Thread Made Aditiya Jaya
yes i agree, the best for learn is create some little project then debug your project and the most important is using function print_r(),he..he.. :D cake-php is great!!!, than's for cake-php team On Jan 21, 2008 2:18 PM, powtac <[EMAIL PROTECTED]> wrote: > > Thougt to set up a wiki. > What do yo

Re: How do people usually learn CakePHP and what is best?

2008-01-21 Thread powtac
Thougt to set up a wiki. What do you think? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email t

Re: How do people usually learn CakePHP and what is best?

2008-01-21 Thread MonkeyGirl
> I can't be alone in > wondering what the most efficient way to get into CakePHP is. Good guides seem to be the main thing missing from CakePHP - there are plenty of tips about how to do one or two specific things at a time, but not much in the way of a beginner's guide that gives you a good ove

Re: How do people usually learn CakePHP and what is best?

2008-01-21 Thread Baz
Read through the manual for a general understanding. For actual coding examples (the few that are there) go to the tempdocs. Baking helped me a lot! If you're not sure what baking is, it's the process by which you have cake create the files for the project based on only the database definition.

Re: How do people usually learn CakePHP and what is best?

2008-01-21 Thread 703designs
I recommend that, first off, you have these prerequisites: * Solid PHP skills, including a basic understanding of using OOP (object-oriented programming) in PHP * MySQL skills * A basic understanding of what an MVC framework is With that foundation, I recommend that you begin with, in the follow

Re: How do people usually learn CakePHP and what is best?

2008-01-21 Thread dr. Hannibal Lecter
Trial and error! It's a bit difficult at the beginning, and everything is confusing, but once you get it, as RichardAtHome said, skyrocket! :-) As an example, I'm messing with Cake for a short while now, and I've decided to create a private "mini cms" for myself and learn Cake while doing that. M

Re: How do people usually learn CakePHP and what is best?

2008-01-21 Thread powtac
Good question! The answers will show you that the manual and the tutorial for version 1.2 are not finished yet. My (current) way to learn cake is to set up and expand a very small projekt. Each question witch came up I post here (after searching if it wasnt already answerd). I think this is for t

Re: How do people usually learn CakePHP and what is best?

2008-01-21 Thread RichardAtHome
David above identified the method that worked for me. Liberal echo pr($variable) in the models/controller/views was invaluable to me to work out what was getting passed by who and to where. Using Bake to build your scaffolding. You can learn an awful lot by looking at the baked code. Blogs & th

Re: How do people usually learn CakePHP and what is best?

2008-01-21 Thread [EMAIL PROTECTED]
I think the most efficient way is to pick a project that interests you, keep the manual handy and start developing. If it interests you, you'll stick with it. Dave On Jan 21, 8:39 am, Baz <[EMAIL PROTECTED]> wrote: > http://tempdocs.cakephp.org/ > > On Jan 21, 2008 8:54 AM, clemos <[EMAIL PROTEC

Re: How do people usually learn CakePHP and what is best?

2008-01-21 Thread Baz
http://tempdocs.cakephp.org/ On Jan 21, 2008 8:54 AM, clemos <[EMAIL PROTECTED]> wrote: > > Hi Ben > > I think the very first step is to follow the "15 min Cake Blog Tutorial" > http://manual.cakephp.org/appendix/blog_tutorial > It allows you to setup a cake install, and build a very simple blog

Re: How do people usually learn CakePHP and what is best?

2008-01-21 Thread clemos
Hi Ben I think the very first step is to follow the "15 min Cake Blog Tutorial" http://manual.cakephp.org/appendix/blog_tutorial It allows you to setup a cake install, and build a very simple blog engine with it, thus demonstrating Cake's basic concepts. Once you're done with it, check out the re

How do people usually learn CakePHP and what is best?

2008-01-21 Thread Oxygen
I've been playing around with CakePHP for a little over 24 hours in total now and I've just given up on the IBM "Cook up Web sites fast" tutorial; it was hopelessly buggy and inconsistent. I don't want to rant, and obviously some parts are out of date, but for this tutorial to be one of the sugges

Re: learn cakephp and develop a system

2007-05-18 Thread Davide
rtanz wrote: > ... > an intermediate php user like me to learn how to use cake and develop > ... On my blog I've summed up some resources for learning CakePHP in a post[1]. HTH Davide 1. http://edivad.wordpress.com/2007/04/06/learning-cakephp/ --~--~-~--~~~---~--~-

Re: learn cakephp and develop a system

2007-05-17 Thread Joshua McFarren
I knew no PHP at all a two months ago and I've developed 4 sites in cake since then. Albeit I've done a fair amount in PERL before. If you're a self-starter and you're comfortable reading tutorials, the manual, the API and searching google then it should speed things up considerably for you. I wou

learn cakephp and develop a system

2007-05-17 Thread rtanz
Hi I am soon going to start my final year project at university and am evaluating my options for development of a php system. I would like to use a framework as it seems to speed up development time. However I would like an opinion about how much time it would typically take for an intermediate ph