Re: Vocabulary question : What's the name of a "MVC object"

2006-12-27 Thread Dr. Tarique Sani
On 12/27/06, tracyfloyd <[EMAIL PROTECTED]> wrote: Or in cakePHP speak you could just call it a "slice"! Now this is something which I am going to adopt and use hence forth! "slice" :) Cheers Tarique -- = PHP Applications for E-Bi

Re: Vocabulary question : What's the name of a "MVC object"

2006-12-27 Thread tracyfloyd
Or in cakePHP speak you could just call it a "slice"! --~--~-~--~~~---~--~~ 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,

Re: Vocabulary question : What's the name of a "MVC object"

2006-12-26 Thread gwoo
Together, the three tiers form the MVC pattern. --~--~-~--~~~---~--~~ 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

Re: Vocabulary question : What's the name of a "MVC object"

2006-12-26 Thread Olivier Percebois-Garve
And those three tiers are a MVC element, that's right ? gwoo wrote: I like to call them tiers. The Model tier handles data, Controller tier handles business logic, and the View tier displays the data to the user. Refer to the Cake logo, it has three tiers. > --~--~-~--~~-

Re: Vocabulary question : What's the name of a "MVC object"

2006-12-26 Thread gwoo
I like to call them tiers. The Model tier handles data, Controller tier handles business logic, and the View tier displays the data to the user. Refer to the Cake logo, it has three tiers. --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Vocabulary question : What's the name of a "MVC object"

2006-12-26 Thread Olivier Percebois-Garve
knowledge. BAKE ON! De: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre de Adrian Godong Enviado el: Martes, 26 de Diciembre de 2006 11:07 a.m. Para: cake-php@googlegroups.com Asunto: Re: Vocabulary question : What's the name of a "MVC object&q

RE: Vocabulary question : What's the name of a "MVC object"

2006-12-26 Thread Mariano Iglesias
s.com [mailto:[EMAIL PROTECTED] En nombre de Adrian Godong Enviado el: Martes, 26 de Diciembre de 2006 11:07 a.m. Para: cake-php@googlegroups.com Asunto: Re: Vocabulary question : What's the name of a "MVC object" It's called pattern. MVC is a software pattern. On 12/26/06, O

Re: Vocabulary question : What's the name of a "MVC object"

2006-12-26 Thread Adrian Godong
It's called pattern. MVC is a software pattern. On 12/26/06, Olivier Percebois-Garve <[EMAIL PROTECTED]> wrote: Hi We know what a Model is, or a Controller, or a View. For the three together however, I'm not sure. I'm saying "Object" or "MVC Object" but its quite vague and not really correct.