Keith Thibodeaux

  • Registered on: 2010-09-26
  • Last connection: 2010-11-01

Activity

Reported issues: 0

2010-11-01

06:20 PM PHP ActiveRecord Help: RE: complex conditions
Shouldn't $glue = "," ?

2010-10-21

08:00 PM PHP ActiveRecord General: Proprietary?
Is it legal to use PHPActiveRecord in commercial, licensed software? That is to ask, can I base a PHP web-app on PHP...

2010-10-16

08:35 PM PHP ActiveRecord Help: RE: Switching between different databases
I'm not positive, but it sounds like it would break things. However, what you have appears to work at a glance. Are...
07:20 PM PHP ActiveRecord Help: RE: Add conditions to associations dynamically
In your User model, instead of...
07:14 PM PHP ActiveRecord Help: RE: Insert now() to the datetime column
Try using the TIMESTAMP column type instead of DATETIME. I ran into the same issues, and TIMESTAMP seems to work per...

2010-10-12

06:28 PM PHP ActiveRecord Help: RE: get_fullname not working
To get the user's first name:
$user->firstname;
Last name:
$user->lastname;
However, since get_fullname is a ...

2010-10-10

05:12 PM PHP ActiveRecord General: Projects using PHPAR
Is there a plan to make a list or database of projects using PHPActiveRecord?
04:39 PM PHP ActiveRecord Help: RE: Custom SQL Select with MySQL Timestamp column?
I fixed it, it was a stupid bug on my part.
Fixed with this:...

2010-10-05

02:59 PM PHP ActiveRecord Help: Custom SQL Select with MySQL Timestamp column?
I'm working on a simple forum like application. I'm fighting timestamps right now (they have always been my weak spo...

2010-09-26

03:15 PM PHP ActiveRecord Help: RE: Custom Validation
For s&g's: the Customer table...

Also available in: Atom