-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathphalcon.ini
35 lines (31 loc) · 1.09 KB
/
phalcon.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
; This file is part of the Phalcon.
;
; (c) Phalcon Team <[email protected]>
;
; For the full copyright and license information, please view
; the LICENSE.txt file that was distributed with this source code.
;
; If you did not receive a copy of the license it is available
; through the world-wide-web at the following url:
; https://license.phalcon.io
; configuration for php phalcon module
; priority=50
[phalcon]
extension = phalcon.so
; ----- Options to use the Phalcon Framework
; phalcon.db.escape_identifiers = On
; phalcon.db.force_casting = Off
; phalcon.orm.events = On
; phalcon.orm.virtual_foreign_keys = On
; phalcon.orm.column_renaming = On
; phalcon.orm.not_null_validations = On
; phalcon.orm.exception_on_failed_save = Off
; phalcon.orm.enable_literals = On
; phalcon.orm.late_state_binding = Off
; phalcon.orm.enable_implicit_joins = On
; phalcon.orm.cast_on_hydrate = Off
; phalcon.orm.ignore_unknown_columns = Off
; phalcon.orm.update_snapshot_on_save = On
; phalcon.orm.disable_assign_setters = Off
; phalcon.orm.resultset_prefetch_records = Off
; phalcon.orm.cast_last_insert_id_to_int = Off