Clay vanSchalkwijk

  • Registered on: 2010-06-17
  • Last connection: 2011-12-12

Activity

Reported issues: 0

2011-12-12

12:42 PM PHP ActiveRecord General: RE: RE: Next stable release?
Chris,
Shoot me an email at cvanschalkwijk[at]gmail[dot]com if you're interested in helping out with a 1.1 release...

2011-10-05

01:14 PM PHP ActiveRecord General: RE: PHP-AR show my MySQL login and password in errors!
You need to catch that exception when you're setting up your connection.

2011-09-27

02:22 PM PHP ActiveRecord Help: RE: Read Only
https://github.com/kla/php-activerecord/blob/master/lib/Model.php
It's $__readonly, the variable is there and it c...

2011-09-14

07:37 PM PHP ActiveRecord Help: RE: Tree Object
The relationship is already recursive, so you don't need to query it again in your tree. Could you explain what it i...
12:14 AM PHP ActiveRecord General: RE: PDO options
You can pass in the character set in the connection string of the config, e.g. mysql://user:pass@localhost/db?charset...
12:10 AM PHP ActiveRecord Help: RE: Using activerecord with multiple DB shards/partitions
I looked over the code and it would be pretty substantial to support sharding. Have you looked into a proxy to hand...

2011-09-13

11:42 PM PHP ActiveRecord Help: RE: Multiple self-referencing associations
I would just set it up as as parent to children and use a getter to parse out the actual relationship since it will b...
10:15 PM PHP ActiveRecord Help: RE: stable vs nightly
Nightly builds are generated from the master branch. There are about 150 commits worth of new features and patches ...
10:12 PM PHP ActiveRecord Help: RE: sub-folders for models
I added a patch for this which lets you pass in an array into the config set_model_directory() https://github.com/kl...
11:33 AM PHP ActiveRecord Help: RE: issue about blob type of oracle
<pre class="code">
<code class="php">
public function get_myfield()
{
$db = self::connection()->connection;
...

Also available in: Atom