props = array( "view" => new Prop($this, "view", "1", "Видимость", true, "plain_text"), "name" => new Prop($this, "name", "", "Автор", true, "plain_text"), "date" => new Prop($this, "date", "", "Дата написания", true, "plain_text"), "photo" => new Prop($this, "photo", "", "Фото автора", false, "plain_image"), "score" => new Prop($this, "score", "5", "Оценка", true, "plain_text"), "email" => new Prop($this, "email", "", "Email", true, "plain_text"), ); } }