Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
PHP Nette\Database\Table Selection::key Examples
Programming Language:
PHP
Namespace/Package Name:
Nette\Database\Table
Class/Type:
Selection
Method/Function:
key
Examples at hotexamples.com:
1
PHP Nette\Database\Table Selection::key - 1 examples found
. These are the top rated real world PHP examples of
Nette\Database\Table\Selection::key
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
where(22)
order(19)
count(15)
__construct(14)
limit(10)
getName(9)
select(9)
insert(9)
update(8)
delete(8)
getPrimary(8)
execute(7)
fetch(6)
getReferencedTable(5)
getReferencingTable(5)
fetchPairs(4)
accessColumn(4)
getDataRefreshed(4)
fetchAll(3)
access(3)
getConnection(3)
getSqlBuilder(2)
rewind(2)
current(2)
get(2)
valid(1)
aggregation(1)
sum(1)
offsetSet(1)
alias(1)
removeAccessColumn(1)
page(1)
createSelectionInstance(1)
offsetUnset(1)
max(1)
offsetGet(1)
offsetExists(1)
next(1)
min(1)
key(1)
emptyResultSet(1)
group(1)
getSql(1)
fetchAssoc(1)
getPreviousAccessed(1)
fetchField(1)
getDatabaseReflection(1)
wherePrimary(1)
Frequently Used Methods
where (22)
order (19)
count (15)
__construct (14)
limit (10)
getName (9)
select (9)
insert (9)
update (8)
delete (8)
Frequently Used Methods
getPrimary (8)
execute (7)
fetch (6)
getReferencedTable (5)
getReferencingTable (5)
fetchPairs (4)
accessColumn (4)
getDataRefreshed (4)
fetchAll (3)
access (3)
getConnection (3)
getSqlBuilder (2)
rewind (2)
current (2)
get (2)
valid (1)
aggregation (1)
sum (1)
offsetSet (1)
alias (1)
Frequently Used Methods
getConnection (3)
getSqlBuilder (2)
rewind (2)
current (2)
get (2)
valid (1)
aggregation (1)
sum (1)
offsetSet (1)
alias (1)
removeAccessColumn (1)
page (1)
createSelectionInstance (1)
offsetUnset (1)
max (1)
offsetGet (1)
offsetExists (1)
next (1)
min (1)
key (1)
emptyResultSet (1)
group (1)
getSql (1)
fetchAssoc (1)
getPreviousAccessed (1)
fetchField (1)
getDatabaseReflection (1)
wherePrimary (1)
Frequently Used Methods
removeAccessColumn (1)
page (1)
createSelectionInstance (1)
offsetUnset (1)
max (1)
offsetGet (1)
offsetExists (1)
next (1)
min (1)
key (1)
emptyResultSet (1)
group (1)
getSql (1)
fetchAssoc (1)
getPreviousAccessed (1)
fetchField (1)
getDatabaseReflection (1)
wherePrimary (1)
key()
public
method
public
key
( ) :
string
return
string
row ID
Selection Class Documentation
Example #1
0
Show file
File:
StoredCollection.php
Project:
jkrecek/nette-database-model
public function key() { return $this->selection->key(); }
x