Jeremy Rottman | 1 Sep 2011 11:13
Picon

Code reivew of EAV Behavior

I have spent a bit of time working on an EAV implementation in cake.
It isn't quite finished yet, but I would like to see what everyone
thinks of where I am going. And possibly see if there are any
improvements that I could or should make.

This is my first behavior so please feel free to be brutal.

I have put it on github for everyone. It can be found here:
https://github.com/rottmanj/cakephp-eav_attribute

--

-- 
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+unsubscribe@... For more options, visit this group
at http://groups.google.com/group/cake-php

O.J. Tibi | 1 Sep 2011 11:43
Picon
Gravatar

Re: Code reivew of EAV Behavior

Wow, this looks promising, Jeremy. It does look simple, but I think this will see a lot of action in web shops and product catalogs where the products have a certain number of variants. I'm going to try this in my spare time.

Cheers,
OJ

--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/cake-php
Jeremy Rottman | 1 Sep 2011 18:43
Picon

Re: Code reivew of EAV Behavior

The original concept came from working with magento. Magento makes
heavy usage of EAV models. I ported many of the same concepts they use
over to this.

On Sep 1, 2:43 am, "O.J. Tibi" <ojt...@...> wrote:
> Wow, this looks promising, Jeremy. It does look simple, but I think this
> will see a lot of action in web shops and product catalogs where the
> products have a certain number of variants. I'm going to try this in my
> spare time.
>
> Cheers,
> OJ

--

-- 
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+unsubscribe@... For more options, visit this group
at http://groups.google.com/group/cake-php

Thomas Ploch | 2 Sep 2011 09:11

Re: Code reivew of EAV Behavior

I am liking this as well (since I am doing a lot of stuff for clients 
with magento), though I think this should be bundled in a plugin, don't 
you think? This way you can easily drop this into any existing project.

Regards
Thomas

Am 01.09.2011 11:13, schrieb Jeremy Rottman:
> I have spent a bit of time working on an EAV implementation in cake.
> It isn't quite finished yet, but I would like to see what everyone
> thinks of where I am going. And possibly see if there are any
> improvements that I could or should make.
>
> This is my first behavior so please feel free to be brutal.
>
> I have put it on github for everyone. It can be found here:
> https://github.com/rottmanj/cakephp-eav_attribute
>

--

-- 
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+unsubscribe@... For more options, visit this group
at http://groups.google.com/group/cake-php

Jeremy Rottman | 3 Sep 2011 02:49
Picon

Re: Code reivew of EAV Behavior

Ultimately I do plan to move this into a plugin.

On Sep 2, 12:11 am, Thomas Ploch <profipl...@...> wrote:
> I am liking this as well (since I am doing a lot of stuff for clients
> with magento), though I think this should be bundled in a plugin, don't
> you think? This way you can easily drop this into any existing project.
>
> Regards
> Thomas
>
> Am 01.09.2011 11:13, schrieb Jeremy Rottman:
>
>
>
>
>
>
>
> > I have spent a bit of time working on an EAV implementation in cake.
> > It isn't quite finished yet, but I would like to see what everyone
> > thinks of where I am going. And possibly see if there are any
> > improvements that I could or should make.
>
> > This is my first behavior so please feel free to be brutal.
>
> > I have put it on github for everyone. It can be found here:
> >https://github.com/rottmanj/cakephp-eav_attribute

--

-- 
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+unsubscribe@... For more options, visit this group
at http://groups.google.com/group/cake-php


Gmane