Re: force swf refresh

2006-12-27 Thread Trevor Burton
amfphp calls won't need anything to make them unique - the problem with IE caching xml is well-known and is due to flash caching external data that it calls by the file name it calls it with so if you call foo.xml it will cache 'foo.xml' and if you call it again will load the cached version ra

Re: Legal Concerns Regarding CakePHP and Cake Software Foundation

2006-12-18 Thread Trevor Burton
where does the burden of proof lie in a US patent case? is it the responsibility of the patent-holder to prove that the defendant is violating the patent or is is the responsibility of the accused to prove they aren't. The argument in this thread seems to suggest that if i hold a patent then i ca

Re: SMS with Cake

2006-12-11 Thread Trevor Burton
Thanks, > > Ian > > On Dec 11, 3:53 am, "Trevor Burton" <[EMAIL PROTECTED]> > wrote: > > Is there anything similar for UK SMS services, does anyone know? > > > > On 12/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > >

Re: SMS with Cake

2006-12-11 Thread Trevor Burton
thanks for that - i see something on the horizon so wanted to sound knowledgeable when asked... cheers On 12/11/06, ski.nalicio.us <[EMAIL PROTECTED]> wrote: > > > I have been involved in building an application that is part of the > m-learning framework here in the UK. Part of this makes use of

Re: SMS with Cake

2006-12-11 Thread Trevor Burton
Is there anything similar for UK SMS services, does anyone know? On 12/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > If you know the provider of the recipients cellphone, you can send an > SMS message easily via a regular email. The format is typically > [EMAIL PROTECTED] Here is a shor

Re: HABTM select problem

2006-10-28 Thread Trevor Burton
SQL Error in model Subscription: 1054: Unknown column 'user_id' in 'where clause' i'm sure this is built correctly - but i'm not getting the results so maybe it isn't subscription model class Subscription extends AppModel {     var $name = 'Subscription';     var $hasAndBelongsToMany = array('U

HABTM select problem

2006-10-28 Thread Trevor Burton
This probably comes under the 'newbie' category but i can't work out why this is happening and i have searched the groups... I have two models - Users and Subscriptions - each with HABTM relationships with each other... I want to collect all the Subscriptions for a particular User this is my que

Re: HELP:how to nest the media to the page

2006-10-27 Thread Trevor Burton
customise the Media Components that come with flash and create some flash video (flv) files you can create playlists and stuff and load the videos dynamically - if you use SWFObject to embed flash in your page you can easily grab a variable from the query string and use that to trigger a video

Re: This Mailing List Isn't on Google For No Reason

2006-10-24 Thread Trevor Burton
as a distinctly average php user and a newcomer to cake i'll add my thoughts here for what it's worth. The fact that Cake is (or can be) such a powerful framework is a double-edged sword - serious developers use it to solve common problems quickly and speed up development of complex apps but 'ne

Re: Fwd: Check out the one that suits ur degree!!!

2006-10-24 Thread Trevor Burton
Cunt cunt cunt - you are a cuntOn 10/24/06, Jitender Kumar Nauni <[EMAIL PROTECTED]> wrote: Hi frnds,       Here is one site of substance, related to careers. Any one can check the relevancy of his/her skill along with the information given in the site. Also one can check out t

Re: Undefined Method stdClass::read()

2006-10-22 Thread Trevor Burton
Spot on, my fault - Product was missing it's association with Category Thanks! TOn 10/22/06, AD7six <[EMAIL PROTECTED]> wrote: Hi Trevor,If you did $this->Product->IMadeThisUp->read(); you would get the sameerror message.You need to either include Category in the association definition forProduct

Re: Accessing variable in child class from app_controller's beforeFilter

2006-10-17 Thread Trevor Burton
if the UserController extends AppController then (essentially) when you create an instance of the UserController class it contains all the members of the AppController Class as well as what's defined in UserController. They're created effectively as a single object. So, by putting something in User

Re: *MPG-CAP* new product for saving of Gasoline and Diesel fuel from USA

2006-10-16 Thread Trevor Burton
cuntOn 10/16/06, Mr. Chan <[EMAIL PROTECTED]> wrote: This is a new business chance from USA, Many drivers used MPG-CAP tosave more than 20% of gasoline and Diesel fuel in USA and Canada, youcan see the websites here: http://biz.yahoo.com/prnews/060614/dcw024.html?.v=62http://www.fueltodream.com/WSA

Re: About Cake's MVC model

2006-10-06 Thread Trevor Burton
Views can directly access a model - you could, for instance reference a static member from a model in the view (perhaps to set a key for a button click event) - the controller could also access this static variable and act accordingly - this is not neccesarily an inherently *very* bad thing. I'm wo

Re: About Cake's MVC model

2006-10-06 Thread Trevor Burton
Think about it like this:Imagine a clock - the ClockModel would contain information about the current timeyou could have 2 seperate views - Analog and Digital in order for them both to received updates (each 'tick' of the clock) from the model they would 'register' with the model the model would ho

Re: Can a model have a relationship with itself?

2006-10-06 Thread Trevor Burton
many, thanks, i'll not be so lazy and do a more thorough search next time ;)thanksOn 10/6/06, AD7six < [EMAIL PROTECTED]> wrote:I meant extends AppModel of course.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake