Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1066031
ConpherenceIndex.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
951 B
Referenced Files
None
Subscribers
None
ConpherenceIndex.php
View Options
<?php
final
class
ConpherenceIndex
extends
ConpherenceDAO
{
protected
$threadPHID
;
protected
$transactionPHID
;
protected
$previousTransactionPHID
;
protected
$corpus
;
public
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_TIMESTAMPS
=>
false
,
self
::
CONFIG_COLUMN_SCHEMA
=>
array
(
'previousTransactionPHID'
=>
'phid?'
,
'corpus'
=>
'fulltext'
,
),
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'key_thread'
=>
array
(
'columns'
=>
array
(
'threadPHID'
),
),
'key_transaction'
=>
array
(
'columns'
=>
array
(
'transactionPHID'
),
'unique'
=>
true
,
),
'key_previous'
=>
array
(
'columns'
=>
array
(
'previousTransactionPHID'
),
'unique'
=>
true
,
),
'key_corpus'
=>
array
(
'columns'
=>
array
(
'corpus'
),
'type'
=>
'FULLTEXT'
,
),
),
)
+
parent
::
getConfiguration
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jun 29, 12:12 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
259280
Default Alt Text
ConpherenceIndex.php (951 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment