Denis

Results 2 issues of Denis

It would be nice if you could specify base-url in config for css and js in tpl. Very convenient for integration into the framework when the folder from which you...

Not work save to db from model, that was created from this type on select from db. $newModel = Product::findOne($model->id); $newModel->price; // is new Money(['value' => 10, 'currency_code' => 'USD'])...