Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Aplicacion videoteca con error HasOne
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
lsri8088  
View profile   Translate to Translated (View Original)
 More options Feb 19 2012, 2:59 pm
From: lsri8088 <lsri8...@gmail.com>
Date: Sun, 19 Feb 2012 20:59:06 +0100
Local: Sun, Feb 19 2012 2:59 pm
Subject: Aplicacion videoteca con error HasOne

Hola,

Te adjunto la aplicacion videoteca que comento en el post "Atributo HasOne
no es persistente"
http://groups.google.com/group/yuppframeworkphp/browse_thread/thread/...

Usa la restricción unique, pero haré una aplicación simple, con una sola
tabla, para probar esto.

Gracias.

*
--
**Lsri8088**/* Cualquier tecnología lo suficientemente avanzada es
indistinguible de la magia */*

<http://www.lsri8088.com>

  videoteca.zip
18K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
pablo.swp@gmail.com  
View profile   Translate to Translated (View Original)
 More options Feb 19 2012, 3:05 pm
From: "pablo....@gmail.com" <pablo....@gmail.com>
Date: Sun, 19 Feb 2012 12:05:33 -0800 (PST)
Local: Sun, Feb 19 2012 3:05 pm
Subject: Re: Aplicacion videoteca con error HasOne
Si te parece la seguimos por este hilo. Me bajo la aplicación, la
reviso y te cuento.

Saludos,
Pablo.

On Feb 19, 5:59 pm, lsri8088 <lsri8...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
pablo.swp@gmail.com  
View profile   Translate to Translated (View Original)
 More options Feb 19 2012, 3:13 pm
From: "pablo....@gmail.com" <pablo....@gmail.com>
Date: Sun, 19 Feb 2012 12:13:01 -0800 (PST)
Local: Sun, Feb 19 2012 3:13 pm
Subject: Re: Aplicacion videoteca con error HasOne
Prueba incluir las clases que usas en las relaciones, ej. en Movie,
haz load de las clases usadas en el hasOne:

        $this->addHasOne("director", "Director");
        $this->addHasOne("category", "Category");
        $this->addHasOne("collection", "Collection");

Lo mismo para el resto de las clases.

Si eso no funciona, me avisas.

Saludos,
Pablo.

On Feb 19, 6:05 pm, "pablo....@gmail.com" <pablo....@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
lsri8088  
View profile  
 More options Feb 19 2012, 3:30 pm
From: lsri8088 <lsri8...@gmail.com>
Date: Sun, 19 Feb 2012 12:30:26 -0800 (PST)
Local: Sun, Feb 19 2012 3:30 pm
Subject: Re: Aplicacion videoteca con error HasOne
Funciono!!!

Insertando esto en Movie:

YuppLoader::load("videoteca.model", "Director");
YuppLoader::load("videoteca.model", "Category");
YuppLoader::load("videoteca.model", "Collection");

Gracias.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »