Re: Which CakePHP version should I use?

2008-04-18 Thread Sourabh Sharma

Hello All,

I am working on a cakephp from the last one year in stable version but
i notice that in the latest version of cakephp ie. beta version more
have more good functionality in that. So I prefer to use that beta
version of cakephp.

Thanks
Sourabh Sharma

On Apr 18, 8:04 pm, "Dardo Sordi Bogado" <[EMAIL PROTECTED]> wrote:
> > where can i get the manual about this?
>
> http://book.cakephp.org
>
> > i also get confused with the form helper such as form->create(), how to
> > change the model n the destination where i'll post the form?
>
> $form->create('Post', array('url' => array('controller' => 'cake',
> 'action' => 'is_great')));
> $form->create('Post', array('url' => '/cake/is_great'));
>
> > i tried to generete the api reference using javadocs, some past it was so
> > helpfull but i hope i can get a better one, anyone have?
>
> > thanks,
>
> > On Fri, Mar 7, 2008 at 4:50 AM, SumanRS <[EMAIL PROTECTED]> wrote:
>
> > > > Oh I forget about:
>
> > > > * Improved models validation
> > > > * Localization and Internationalization
> > > > * New Shells
>
> > > Baking (to automatically generate models, views, controllers and
> > > more)! :)
>
> > > I would vote this as the best new feature and a really powerful one.
> > > It makes development on CakePHP so much easier...
>
> > --
> > inoex135
> > I'm a newbie who want to be a hacker
> >http://inoex135.wordpress.com

--~--~-~--~~~---~--~~
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 to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Which CakePHP version should I use?

2008-04-18 Thread Reza Muhammad



On Mar 5, 5:34 am, "Dardo Sordi Bogado" <[EMAIL PROTECTED]> wrote:
> A short list of what I remember:
>
> * Pagintaion
> * Integrated Auth (Auth component)
> * Email Component
> * Model Behaviors (Models)
> * Improved plugins
> * Better SQL generated in models (Models)
> * "With" Associations (models)
> * Web services (Router)
> * Extensions (Router)
> * Sweet FormHelper
> * Improved performance
> * New cache engines
>
> List goes on and on
>
> On Wed, Mar 5, 2008 at 4:39 AM, Wisnu Manupraba <[EMAIL PROTECTED]> wrote:
> > is there anybody can review the advantages 1.2 than 1.1?
>
> > thanks,
>
> > On Wed, Mar 5, 2008 at 6:09 AM, jonknee <[EMAIL PROTECTED]> wrote:
>
> > > I'd definitely go for 1.2 using PHP 5.
>
> > > On Mar 4, 3:32 am, Reza Muhammad <[EMAIL PROTECTED]> wrote:
> > > > Hi guys,
>
> > > > I was just reading about CakePHP, and I was thinking to use CakePHP
> > > > for my web applications, as it looks fun and easy to code.  What I
> > > > would like to know is, which version should I use? I know the latest
> > > > stable version is still 1.1, yet alot of articles / tutorials I found
> > > > on bakery are for CakePHP 1.2.  I also notice that some helpers are
> > > > changed in 1.2 (for example, to create a form, 1.1 use $html helper,
> > > > but 1.2 uses $form helper).
>
> > > > If I chose to use 1.1, would updating to CakePHP 1.2 be a steep
> > > > process? (In terms maintaining existing codes that are already written
> > > > in 1.1).  Also, is it safe to use CakePHP 1.2 these days?  And this
> > > > might be annoying to ask, but I couldn't find it on CakePHP's website,
> > > > so here goes, When should we be expecting 1.2 to release?
>
> > > > Thanks for the help
>
> > --
> > inoex135
> > I'm a newbie who want to be a hacker
> >http://inoex135.wordpress.com

Thanks alot!

Pagination and auth components are definitely some are the features i
was looking for :)
--~--~-~--~~~---~--~~
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 to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Which CakePHP version should I use?

2008-04-18 Thread Dardo Sordi Bogado

> where can i get the manual about this?

http://book.cakephp.org

> i also get confused with the form helper such as form->create(), how to
> change the model n the destination where i'll post the form?

$form->create('Post', array('url' => array('controller' => 'cake',
'action' => 'is_great')));
$form->create('Post', array('url' => '/cake/is_great'));

> i tried to generete the api reference using javadocs, some past it was so
> helpfull but i hope i can get a better one, anyone have?
>
> thanks,
>
>
> On Fri, Mar 7, 2008 at 4:50 AM, SumanRS <[EMAIL PROTECTED]> wrote:
>
> >
> >
> > > Oh I forget about:
> > >
> > > * Improved models validation
> > > * Localization and Internationalization
> > > * New Shells
> >
> > Baking (to automatically generate models, views, controllers and
> > more)! :)
> >
> > I would vote this as the best new feature and a really powerful one.
> > It makes development on CakePHP so much easier...
> >
> >
> >
> >
> >
> >
>
>
>
> --
> inoex135
> I'm a newbie who want to be a hacker
> http://inoex135.wordpress.com
>  >
>

--~--~-~--~~~---~--~~
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 to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Which CakePHP version should I use?

2008-04-18 Thread Chris Hartjes

On Fri, Apr 18, 2008 at 10:07 AM, Wisnu Manupraba <[EMAIL PROTECTED]> wrote:
> i got some problem with the new model ini 1.2 such as findAll in 1.2 has
> option list and so on

http://book.cakephp.org

-- 
Chris Hartjes
Internet Loudmouth
Motto for 2008: "Moving from herding elephants to handling snakes..."
@TheKeyBoard: http://www.littlehart.net/atthekeyboard

--~--~-~--~~~---~--~~
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 to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Which CakePHP version should I use?

2008-04-18 Thread Wisnu Manupraba
i got some problem with the new model ini 1.2 such as findAll in 1.2 has
option list and so on

where can i get the manual about this?

i also get confused with the form helper such as form->create(), how to
change the model n the destination where i'll post the form?

i tried to generete the api reference using javadocs, some past it was so
helpfull but i hope i can get a better one, anyone have?

thanks,

On Fri, Mar 7, 2008 at 4:50 AM, SumanRS <[EMAIL PROTECTED]> wrote:

>
> > Oh I forget about:
> >
> > * Improved models validation
> > * Localization and Internationalization
> > * New Shells
>
> Baking (to automatically generate models, views, controllers and
> more)! :)
>
> I would vote this as the best new feature and a really powerful one.
> It makes development on CakePHP so much easier...
>
> >
>


-- 
inoex135
I'm a newbie who want to be a hacker
http://inoex135.wordpress.com

--~--~-~--~~~---~--~~
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 to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Which CakePHP version should I use?

2008-03-06 Thread SumanRS

> Oh I forget about:
>
> * Improved models validation
> * Localization and Internationalization
> * New Shells

Baking (to automatically generate models, views, controllers and
more)! :)

I would vote this as the best new feature and a really powerful one.
It makes development on CakePHP so much easier...

--~--~-~--~~~---~--~~
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 to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Which CakePHP version should I use?

2008-03-05 Thread bob
if you just starting to learn cake, better to jump in right away with
cakephp 1.2. this is what i did. i started with 1.1, but quickly learned
that going to 1.2 would be a pain. so if u are just starting, might as well
go to 1.2

On Wed, Mar 5, 2008 at 2:36 AM, Dardo Sordi Bogado <[EMAIL PROTECTED]>
wrote:

>
> Oh I forget about:
>
> * Improved models validation
> * Localization and Internationalization
> * New Shells
>
> On Wed, Mar 5, 2008 at 8:34 AM, Dardo Sordi Bogado <[EMAIL PROTECTED]>
> wrote:
> > A short list of what I remember:
> >
> >  * Pagintaion
> >  * Integrated Auth (Auth component)
> >  * Email Component
> >  * Model Behaviors (Models)
> >  * Improved plugins
> >  * Better SQL generated in models (Models)
> >  * "With" Associations (models)
> >  * Web services (Router)
> >  * Extensions (Router)
> >  * Sweet FormHelper
> >  * Improved performance
> >  * New cache engines
> >
> >  List goes on and on
> >
> >
> >
> >  On Wed, Mar 5, 2008 at 4:39 AM, Wisnu Manupraba <[EMAIL PROTECTED]>
> wrote:
> >  > is there anybody can review the advantages 1.2 than 1.1?
> >  >
> >  > thanks,
> >  >
> >  >
> >  > On Wed, Mar 5, 2008 at 6:09 AM, jonknee <[EMAIL PROTECTED]> wrote:
> >  > >
> >  > > I'd definitely go for 1.2 using PHP 5.
> >  > >
> >  > >
> >  > >
> >  > >
> >  > > On Mar 4, 3:32 am, Reza Muhammad <[EMAIL PROTECTED]> wrote:
> >  > > > Hi guys,
> >  > > >
> >  > > > I was just reading about CakePHP, and I was thinking to use
> CakePHP
> >  > > > for my web applications, as it looks fun and easy to code.  What
> I
> >  > > > would like to know is, which version should I use? I know the
> latest
> >  > > > stable version is still 1.1, yet alot of articles / tutorials I
> found
> >  > > > on bakery are for CakePHP 1.2.  I also notice that some helpers
> are
> >  > > > changed in 1.2 (for example, to create a form, 1.1 use $html
> helper,
> >  > > > but 1.2 uses $form helper).
> >  > > >
> >  > > > If I chose to use 1.1, would updating to CakePHP 1.2 be a steep
> >  > > > process? (In terms maintaining existing codes that are already
> written
> >  > > > in 1.1).  Also, is it safe to use CakePHP 1.2 these days?  And
> this
> >  > > > might be annoying to ask, but I couldn't find it on CakePHP's
> website,
> >  > > > so here goes, When should we be expecting 1.2 to release?
> >  > > >
> >  > > > Thanks for the help
> >  > >
> >  > >
> >  > >
> >  >
> >  >
> >  >
> >  > --
> >  > inoex135
> >  > I'm a newbie who want to be a hacker
> >  > http://inoex135.wordpress.com
> >  >
> >  >
> >  >  >  >
> >  >
> >
>
> >
>

--~--~-~--~~~---~--~~
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 to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Which CakePHP version should I use?

2008-03-05 Thread Dardo Sordi Bogado

Oh I forget about:

* Improved models validation
* Localization and Internationalization
* New Shells

On Wed, Mar 5, 2008 at 8:34 AM, Dardo Sordi Bogado <[EMAIL PROTECTED]> wrote:
> A short list of what I remember:
>
>  * Pagintaion
>  * Integrated Auth (Auth component)
>  * Email Component
>  * Model Behaviors (Models)
>  * Improved plugins
>  * Better SQL generated in models (Models)
>  * "With" Associations (models)
>  * Web services (Router)
>  * Extensions (Router)
>  * Sweet FormHelper
>  * Improved performance
>  * New cache engines
>
>  List goes on and on
>
>
>
>  On Wed, Mar 5, 2008 at 4:39 AM, Wisnu Manupraba <[EMAIL PROTECTED]> wrote:
>  > is there anybody can review the advantages 1.2 than 1.1?
>  >
>  > thanks,
>  >
>  >
>  > On Wed, Mar 5, 2008 at 6:09 AM, jonknee <[EMAIL PROTECTED]> wrote:
>  > >
>  > > I'd definitely go for 1.2 using PHP 5.
>  > >
>  > >
>  > >
>  > >
>  > > On Mar 4, 3:32 am, Reza Muhammad <[EMAIL PROTECTED]> wrote:
>  > > > Hi guys,
>  > > >
>  > > > I was just reading about CakePHP, and I was thinking to use CakePHP
>  > > > for my web applications, as it looks fun and easy to code.  What I
>  > > > would like to know is, which version should I use? I know the latest
>  > > > stable version is still 1.1, yet alot of articles / tutorials I found
>  > > > on bakery are for CakePHP 1.2.  I also notice that some helpers are
>  > > > changed in 1.2 (for example, to create a form, 1.1 use $html helper,
>  > > > but 1.2 uses $form helper).
>  > > >
>  > > > If I chose to use 1.1, would updating to CakePHP 1.2 be a steep
>  > > > process? (In terms maintaining existing codes that are already written
>  > > > in 1.1).  Also, is it safe to use CakePHP 1.2 these days?  And this
>  > > > might be annoying to ask, but I couldn't find it on CakePHP's website,
>  > > > so here goes, When should we be expecting 1.2 to release?
>  > > >
>  > > > Thanks for the help
>  > >
>  > >
>  > >
>  >
>  >
>  >
>  > --
>  > inoex135
>  > I'm a newbie who want to be a hacker
>  > http://inoex135.wordpress.com
>  >
>  >
>  >  >  >
>  >
>

--~--~-~--~~~---~--~~
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 to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Which CakePHP version should I use?

2008-03-05 Thread Dardo Sordi Bogado

A short list of what I remember:

* Pagintaion
* Integrated Auth (Auth component)
* Email Component
* Model Behaviors (Models)
* Improved plugins
* Better SQL generated in models (Models)
* "With" Associations (models)
* Web services (Router)
* Extensions (Router)
* Sweet FormHelper
* Improved performance
* New cache engines

List goes on and on

On Wed, Mar 5, 2008 at 4:39 AM, Wisnu Manupraba <[EMAIL PROTECTED]> wrote:
> is there anybody can review the advantages 1.2 than 1.1?
>
> thanks,
>
>
> On Wed, Mar 5, 2008 at 6:09 AM, jonknee <[EMAIL PROTECTED]> wrote:
> >
> > I'd definitely go for 1.2 using PHP 5.
> >
> >
> >
> >
> > On Mar 4, 3:32 am, Reza Muhammad <[EMAIL PROTECTED]> wrote:
> > > Hi guys,
> > >
> > > I was just reading about CakePHP, and I was thinking to use CakePHP
> > > for my web applications, as it looks fun and easy to code.  What I
> > > would like to know is, which version should I use? I know the latest
> > > stable version is still 1.1, yet alot of articles / tutorials I found
> > > on bakery are for CakePHP 1.2.  I also notice that some helpers are
> > > changed in 1.2 (for example, to create a form, 1.1 use $html helper,
> > > but 1.2 uses $form helper).
> > >
> > > If I chose to use 1.1, would updating to CakePHP 1.2 be a steep
> > > process? (In terms maintaining existing codes that are already written
> > > in 1.1).  Also, is it safe to use CakePHP 1.2 these days?  And this
> > > might be annoying to ask, but I couldn't find it on CakePHP's website,
> > > so here goes, When should we be expecting 1.2 to release?
> > >
> > > Thanks for the help
> >
> >
> >
>
>
>
> --
> inoex135
> I'm a newbie who want to be a hacker
> http://inoex135.wordpress.com
>
>
>  >
>

--~--~-~--~~~---~--~~
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 to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Which CakePHP version should I use?

2008-03-05 Thread Wisnu Manupraba
is there anybody can review the advantages 1.2 than 1.1?

thanks,

On Wed, Mar 5, 2008 at 6:09 AM, jonknee <[EMAIL PROTECTED]> wrote:

>
> I'd definitely go for 1.2 using PHP 5.
>
> On Mar 4, 3:32 am, Reza Muhammad <[EMAIL PROTECTED]> wrote:
> > Hi guys,
> >
> > I was just reading about CakePHP, and I was thinking to use CakePHP
> > for my web applications, as it looks fun and easy to code.  What I
> > would like to know is, which version should I use? I know the latest
> > stable version is still 1.1, yet alot of articles / tutorials I found
> > on bakery are for CakePHP 1.2.  I also notice that some helpers are
> > changed in 1.2 (for example, to create a form, 1.1 use $html helper,
> > but 1.2 uses $form helper).
> >
> > If I chose to use 1.1, would updating to CakePHP 1.2 be a steep
> > process? (In terms maintaining existing codes that are already written
> > in 1.1).  Also, is it safe to use CakePHP 1.2 these days?  And this
> > might be annoying to ask, but I couldn't find it on CakePHP's website,
> > so here goes, When should we be expecting 1.2 to release?
> >
> > Thanks for the help
>
> >
>


-- 
inoex135
I'm a newbie who want to be a hacker
http://inoex135.wordpress.com

--~--~-~--~~~---~--~~
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 to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Which CakePHP version should I use?

2008-03-04 Thread jonknee

I'd definitely go for 1.2 using PHP 5.

On Mar 4, 3:32 am, Reza Muhammad <[EMAIL PROTECTED]> wrote:
> Hi guys,
>
> I was just reading about CakePHP, and I was thinking to use CakePHP
> for my web applications, as it looks fun and easy to code.  What I
> would like to know is, which version should I use? I know the latest
> stable version is still 1.1, yet alot of articles / tutorials I found
> on bakery are for CakePHP 1.2.  I also notice that some helpers are
> changed in 1.2 (for example, to create a form, 1.1 use $html helper,
> but 1.2 uses $form helper).
>
> If I chose to use 1.1, would updating to CakePHP 1.2 be a steep
> process? (In terms maintaining existing codes that are already written
> in 1.1).  Also, is it safe to use CakePHP 1.2 these days?  And this
> might be annoying to ask, but I couldn't find it on CakePHP's website,
> so here goes, When should we be expecting 1.2 to release?
>
> Thanks for the help

--~--~-~--~~~---~--~~
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 to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Which CakePHP version should I use?

2008-03-04 Thread Dardo Sordi Bogado

>  Hi guys,

Hi, welcome to cakephp.

>  I was just reading about CakePHP, and I was thinking to use CakePHP
>  for my web applications, as it looks fun and easy to code.  What I
>  would like to know is, which version should I use? I know the latest
>  stable version is still 1.1, yet alot of articles / tutorials I found
>  on bakery are for CakePHP 1.2.  I also notice that some helpers are
>  changed in 1.2 (for example, to create a form, 1.1 use $html helper,
>  but 1.2 uses $form helper).

I use 1.2 it has so many useful features. Also, there are more
documentation and more people using it. But it is beta (a very high
quality beta). 1.1 is very stable, but too far away from 1.2
functionality.

>  If I chose to use 1.1, would updating to CakePHP 1.2 be a steep
>  process? (In terms maintaining existing codes that are already written
>  in 1.1).  Also, is it safe to use CakePHP 1.2 these days?

Yes, going from 1.1 to 1.2 is a complicated process (but not
impossible). And generally yes, it's safe to use 1.2 this days (well,
not in life support systems thoug).

>  And this
>  might be annoying to ask, but I couldn't find it on CakePHP's website,
>  so here goes, When should we be expecting 1.2 to release?

Well, I'm not a core developer so I can't answer that.

>  Thanks for the help

You're welcome. I hope that helps.

>  >
>

--~--~-~--~~~---~--~~
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 to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---