Jan ten Bokkel
- Registered on: 2011-04-04
- Last connection: 2011-04-17
Activity
Reported issues: 0
2011-04-17
- 10:42 AM PHP ActiveRecord General: RE: Set relationship
- It's not that is doesn't set the opposite relation, it does.
The problem is that the relation isn't unset but I know...
2011-04-13
- 11:44 AM PHP ActiveRecord General: RE: Set relationship
- There is an issue with this example:
<pre class="code"><code class="php">class Person extends ActiveRecord\Model {
... - 10:42 AM PHP ActiveRecord General: RE: Set relationship
- I made a lot of progress on the recursive saving today.
<pre class="code"><code class="php">class Person extends Act...
2011-04-12
- 05:13 PM PHP ActiveRecord General: RE: Set relationship
- Do you have an example configuration of a database that will refuse making the cross relation? This is a part of mysq...
- 01:56 PM PHP ActiveRecord General: RE: Set relationship
- Yoan, I'm not sure if I understand you correctly but my extension is not a solution to issue #110 yet.
If you want... - 07:25 AM PHP ActiveRecord General: RE: Set relationship
- I've extended the save function to scan for unsaved relations on save time:
<pre class="code"><code class="php">publ... - 06:56 AM PHP ActiveRecord General: RE: RE: Set relationship
- I see that you updated the branch, there are some nice changes that prevent errors and improve performance but I don'...
- 05:18 AM PHP ActiveRecord General: RE: Set relationship
- But you can't save your example, right?
In the ideal situation the id would be resolved on save time but I don't h...
2011-04-11
- 12:53 PM PHP ActiveRecord General: RE: My First Association :(
- Ehm... yes it would :)
Are you absolutely sure that it does work in singular form?
Did you run the same test on bot... - 12:44 PM PHP ActiveRecord General: RE: My First Association :(
- No, he means this:
<pre class="code"><code class="php">class user extends ActiveRecord\Model{
static $has_many = a...
Also available in: Atom