Re: Inventory management using cakephp

2007-05-22 Thread Gonzalo Servat
On 5/22/07, Larry E. Masters aka PhpNut <[EMAIL PROTECTED]> wrote: > > > Just for your info: http://phpnut.cakephp.org/itemizr/itemizr.png > > > Demo application: > > http://itemizr.cakephp.org/ > > Nothing has been done with the site since the php throwdown, but we will > release that code once th

Re: Inventory management using cakephp

2007-05-22 Thread Larry E. Masters aka PhpNut
> Just for your info: http://phpnut.cakephp.org/itemizr/itemizr.png Demo application: http://itemizr.cakephp.org/ Nothing has been done with the site since the php throwdown, but we will release that code once the contest results are final. -- /** * @author Larry E. Masters * @var string $us

Re: Inventory management using cakephp

2007-05-22 Thread jitka
Just for your info: http://phpnut.cakephp.org/itemizr/itemizr.png You can read more about it here: http://cakebaker.42dh.com/2007/01/28/cakephpthrowdown/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" g

Re: Inventory management using cakephp

2007-05-22 Thread Chris Hartjes
http://slash7.com/pages -- Chris Hartjes My motto for 2007: "Just build it, damnit!" @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~-~--~~~---~--~~ You received this message because you are s

Inventory management using cakephp

2007-05-22 Thread hashkash
Hi! Im in quite a fix. I have created 2 tables as of now users username,id,password,name,type(owner/incharge/both),email Primary key -> id equipment type,equipmentno,owner,incharge,dateofpurchase Primary key -> equipmentno Foreign Keys -> owner and incharge. The User hasMany Equipment.Equipment ca

Re: Inventory management using cakephp

2007-05-22 Thread Jon Bennett
> Hi! > Im in quite a fix. > I have created 2 tables as of now > users > username,id,password,name,type(owner/incharge/both),email > Primary key -> id > equipment > type,equipmentno,owner,incharge,dateofpurchase > Primary key -> equipmentno > Foreign Keys -> owner and incharge. > The User hasMany

Inventory management using cakephp

2007-05-22 Thread hashkash
Hi! Im in quite a fix. I have created 2 tables as of now users username,id,password,name,type(owner/incharge/both),email Primary key -> id equipment type,equipmentno,owner,incharge,dateofpurchase Primary key -> equipmentno Foreign Keys -> owner and incharge. The User hasMany Equipment.Equipment ca