Mr. Carl

  • Registered on: 2012-01-24
  • Last connection: 2017-05-10

Activity

Reported issues: 0

2015-06-17

09:17 AM PHP ActiveRecord General: Is activercord still active?
I see last stable build was 2010 and night build was 2013. So seems activercord not being support anymore?

2012-11-06

10:13 AM PHP ActiveRecord Help: RE: How to invoke stored procedure?
You may be able to do this.. Take look at the model class function query and then follow it to connection class funct...
09:54 AM PHP ActiveRecord Help: RE: After Find Callbacks
Why do you need to break it part vs just using format date?
<pre class="code"><code class="php">
// Example 1
...

2012-11-02

09:08 PM PHP ActiveRecord General: Validate only dirty varables on update
You may want to edit Model/Validation so the validation is only run on dirty variables vs. whole model. Or have meth...
04:26 PM PHP ActiveRecord Help: RE: Multiple Database Connections
Take look at "Configuration Setup Multi-connections":http://www.phpactiverecord.org/projects/main/wiki/Configuration_...
11:11 AM PHP ActiveRecord Help: attribute_is_dirty has bug? maybe..
<pre class="code"><code class="php">
A PHP Error was encountered
Severity: Notice
Message: Undefined index: or...

2012-04-15

01:48 PM PHP ActiveRecord Help: RE: Can you spot what I've done wrong?
<pre class="code"><code class="php">
class User extends ActiveRecordModel
{
static $has_many = array
(
arra...

2012-04-14

06:15 PM PHP ActiveRecord Help: RE: closing db connection
We need more information like how you have the database config define, model coding, etc.
<pre class="code"><code...
05:44 PM PHP ActiveRecord Help: RE: get the records that are updated on the current day
<pre class="code"><code class="php">
$today = new ActiveRecord\DateTime('now'); // extends class off php DateTime
$...
05:09 PM PHP ActiveRecord General: RE: Support ENUM or SET validation without custom function?
bump

Also available in: Atom