You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am going to make extension. And some of code should be moved from native php to zephir language. This code is some classes that inheritance from Yii framework classes, for example yii\base\Widget, \yii\db\ActiveRecord, etc. But Yii framework classes is in php source code and is not in any extensions.
Can i use like this in zephir language:
class Tariff extends \yii\db\ActiveRecord
{
.......
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello.
I am going to make extension. And some of code should be moved from native php to zephir language. This code is some classes that inheritance from Yii framework classes, for example yii\base\Widget, \yii\db\ActiveRecord, etc. But Yii framework classes is in php source code and is not in any extensions.
Can i use like this in zephir language:
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions