To get a list of products, I created a model "ProductList" namespace app\models; use yii\helpers\Html; use yii\db\ActiveRecord; class ProductList extends Activ
I'm trying to create a copy of every entity that is a subclass of BaseEntity. I'm using the repository pattern to access the database, and my idea is to get a r
I have lots of files with below formats 2022-01-04_09-14-07_1003-pbx72900a45_0349821623_0333947635_0027333947635_cloud.mp3 2022-01-04_09-03-18__27829201595_0027
How do I add properties to a constructor function in JavaScript? For example. If I have the following function. function Hotel(name) { this.name = name; };
Hello I have 2 list and I want to use these in ListViewBuilder. List's: List times = ['08:30', '09:00', '09:30', '10:00', '13:00']; List obj = [true,false,true]
I am trying to use dnsmasq on Linux to serve as a wifi access point. Windows 7 and an Android smart phone can connect just fine to the Linux system but my iPhon
I'm working on a program about a soliton going through a barrier and I'm trying to make the barrier look like a real one, so to say, to be made of bricks. The p
My function to list add_group_account id of a particular user ends up by receiving the following error. Message: Unknown path components: /adaccountgroups I'm