Re: [fw-general] MySQL Views

2007-08-05 Thread Ian Warner
igh-demand data is available at the speed of a memory access. Regards, Bill Karwin -Original Message- From: Ian Warner [mailto:[EMAIL PROTECTED] Sent: Friday, August 03, 2007 7:12 PM To: [EMAIL PROTECTED] Cc: Zend Framework Subject: Re: [fw-general] MySQL Views Ok kinda figured th

RE: [fw-general] MySQL Views

2007-08-04 Thread Bill Karwin
n Warner [mailto:[EMAIL PROTECTED] > Sent: Friday, August 03, 2007 7:12 PM > To: [EMAIL PROTECTED] > Cc: Zend Framework > Subject: Re: [fw-general] MySQL Views > > Ok kinda figured this out, as Views act as independant tables > then simply creating another model class for them

Re: [fw-general] MySQL Views

2007-08-03 Thread Ian Warner
Ok kinda figured this out, as Views act as independant tables then simply creating another model class for them works: Ie for Countries table I created countryselect view, to get all the country rows i needed and ordered correctly. $table = new models_fblovefootball_Countryselect();