Jerry Tannous
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited Change type deceleration priority
Hi, I have two classes: class CartItem extends CActiveRecord{ ...}class CActiveRecord{ public function __construct() { ... } ....} And I have the following code: $cartItem...