CakePHP
Downloads
Releases
Pear channel
Documentation
API
2.1
|
2.0
|
1.3
|
1.2
|
1.1
Book
2.x
|
1.3
|
1.2
|
1.1
Community
Issues
Bakery
Plugins & packages
Contributors
Google Groups
Logo
Q & A
TV (Screencasts)
Services
Certification
Consultation
Support
Training
Bin
New
Saved
standalone model
By
tompaw
Language
php
Pasted on
on 4/3/08
View Paste
<?php
// Ini-Sets
ini_set
(
'display_errors'
,
'1'
)
;
ini_set
(
'error_reporting'
,
E_PARSE
)
;
ini_
...
Standalone Models - v0.01 ;-)