Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F299042
FinsBase.pike
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Dec 25, 9:25 PM
Size
242 B
Mime Type
text/plain
Expires
Fri, Dec 27, 9:25 PM (3 w, 6 d ago)
Engine
blob
Format
Raw Data
Handle
38988
Attached To
R148 fins
FinsBase.pike
View Options
//! this is a base class for all fins objects.
object
cache
;
object
model
;
object
view
;
object
app
;
object
config
;
static
void
create
(
object
a
)
{
app
=
a
;
model
=
a
->
model
;
view
=
a
->
view
;
cache
=
a
->
cache
;
config
=
a
->
config
;
}
Event Timeline
Log In to Comment