Top "Field" questions

In computer science a field is a smaller piece of data from a larger collection.

PHP StdClass - access fields as ->field or ->{'field'}

I'm working on this PHP code collaboration and it seems that some people access PHP StdClass fields like this $body-&…

php field stdclass
Is there a list of field types for a Sencha Touch model?

Is there a list of available field types for a Sencha Touch model? I've searched the docu but couldn't find …

model types field sencha-touch
Laravel: how can I loop through the fields and relations of an ORM

In Laravel if I create an ORM for a table, lets say pages Is there a way to list/loop …

orm field laravel entity-relationship laravel-3
Classic ASP: RecordSet Field giving no value

I'm not really an ASP developer, so a little bit lost. I have the following data access code: sSQL = "SELECT …

asp-classic vbscript field ado recordset
Make checkout fields required in Woocommerce checkout

For some reason, all the fields in Billing Address are marked as optional - customers are leaving the billing address …

php wordpress woocommerce field checkout
Odoo 10 selection fields value

How can i get selection fields value in odoo 10? def compute_default_value(self): return self.get_value("field") I …

openerp field odoo-10 getvalue
Scala class members and constructor parameters name clash

Consider the following class written in Java: class NonNegativeDouble { private final double value; public NonNegativeDouble(double value) { this.value = Math.…

scala properties constructor field
Elastica or ElasticSearch remove field from all documents

I am wondering whether Elastica or ElasticSearch provides the ability to remove a single field from all documents in a …

elasticsearch field elastica
facet dynamic fields with apache solr

I have defined dynamic field in ApacheSolr: I use it to store products features like: color_feature, diameter_feature, material_…

search solr field facet
"object has no attribute" in custom Django model field

I am trying to create a Django model field that represents a duration with days, hours, minutes and seconds text …

python django model field rfc5545