Tags

A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
The Content Management System (CMS) TYPO3 can be easily extended by plugins which are called "extension" in the TYPO3 world.

0 Questions

Reveal.js is a framework which allows creating beautiful presentations easily using HTML.

0 Questions

App models are the classes that sit as the business layer in a CakePHP application.

0 Questions

A loader that queries the `ContentResolver` and returns a `Cursor`. This class implements the `Loader` protocol in a standard way for querying cursors, building on `AsyncTaskLoader` to perform the cursor query on a background thread so that it does not block the application's UI.

0 Questions

`stdClass` is php's generic empty class, kind of like Object in Java or object in Python.But not actually used as universal base class. Useful for anonymous objects, dynamic properties. It is used when casting other types to objects.

0 Questions

The information schema is a set of views providing metadata for objects in relational databases: tables, views, columns, stored procedures, accounts etc.

0 Questions

The decomposition of composite numbers into a unique list of prime numbers that, when multiplied together, equal that number.

0 Questions

Data Manipulation Language(DML) is database syntax used for SQL commands, including the INSERT, UPDATE, and DELETE statements. DML triggers operate on INSERT, UPDATE, and DELETE statements, and help to enforce business rules and extend data integrity when data is modified in tables or views.

0 Questions

CGPoint is a structure from Apple's Core Graphics framework. It is used to represent a point in two dimensions.

0 Questions

Boolean algebra is the algebra of truth values 0 and 1. The operations are usually taken to be conjunction ∧, disjunction ∨, and negation ¬, with constants 0 and 1.

0 Questions

Use this tag for any question related to "AngularJS Material", the material design framework for AngularJS. Do not use this tag for Angular Material, the newer library designed for use with Angular v2+. Use the angular-material tag instead.

0 Questions