31 Commits

Author SHA1 Message Date
36bebbfefb use id instead of name for anchor references in the guide
fixes #7013
2015-01-25 22:13:16 +01:00
23279fafc9 Fixed typo 2015-01-08 22:02:56 +08:00
228f810912 a note about database naming style
fixes #6760
2015-01-05 20:52:29 +01:00
b28629e26f docs/guide/output-data-widgets.md link correction [ci skip] 2014-12-20 09:24:41 +09:00
107a5208f5 Fixes #6372. [skip ci] 2014-12-09 16:23:04 -05:00
d2e413c809 docs/guide/db-active-record.md - typo [ci skip] 2014-12-09 00:24:04 +09:00
d6f0419a6b docs/guide/db-active-record.md - small fixes [ci skip] 2014-12-09 00:22:56 +09:00
e486061052 docs/guide/db-active-record.md - small change [ci skip] 2014-12-09 00:22:55 +09:00
aa92512974 improved doc [skip ci] 2014-11-23 13:14:42 -05:00
32302395b6 Update db-active-record.md
Additional minor syntax changes.
2014-11-23 11:40:07 -03:00
2210a47c0a Update db-active-record.md
Minor syntax changes.
2014-11-21 21:10:39 -03:00
437da2a226 Added note about the fact that both findOne() and one() aren't adding LIMIT 1 to the query 2014-11-20 19:34:42 +03:00
db56384fcf improved documentation about loadDefaultValues()
issue #6126
2014-11-20 11:50:32 +01:00
255cf947a3 Typo fix in guide 2014-11-11 11:24:38 +03:00
a375a62070 bump minimum required cubrid version
there is no reliable way to determine the cubrid PDO extension version used
and also no reliable way to detect which combination of server and client produces wrong behavior.

By requiering 9.3 or higher in both client and server we can be sure it works.

fixes #852
2014-10-12 04:06:13 +02:00
0d98452ced guide improvement about default values 2014-10-09 19:32:26 +02:00
cba52e3c5e Fixes #5382: renamed "pivot table" to "junction table" since it's correct term to use 2014-10-07 01:13:17 +04:00
dfd68954a5 finished guide on formatting 2014-10-06 20:48:44 +02:00
4e9f8bd5e5 Fixed example of transactional operations in AR guide 2014-08-26 13:16:40 +04:00
dd61be67a1 Fixes #3248: described AR transactions, locks, dirty attributes 2014-08-26 03:28:36 +04:00
b70ba7661b Update db-active-record.md to correct a minor typo
changed problem to problems to correct a minor typo.
2014-08-11 00:26:35 +01:00
69fa11fd2d note about asArray abstraction level
fixes #2859
2014-06-25 23:35:13 +02:00
29ff0cb21b Fix 'db-active-record.md' 2014-05-26 14:03:43 +03:00
b4c79f2b55 Example code consistency fix 2014-05-26 13:06:10 +03:00
b5ae614624 Docs about cross-DBMS relations added 2014-05-26 13:05:26 +03:00
31f0e25b3f Small changes according to the class reference
It looks like this values are supposed to be in different order due to the class reference and practice.
2014-05-14 10:07:15 +03:00
ef71a97e57 renamed chapter to section [skip ci] 2014-05-05 15:11:50 -04:00
56c46f6221 renamed basic concept chapter names. 2014-05-03 09:10:32 -04:00
1a68d02557 Update broken links in db-active-record.md
- update link to query builder guide
- update link to model guide
- update link to behaviors guide
- update link to database basic guide
2014-05-03 10:29:41 +07:00
5b8cf206b9 guide wip [skip ci] 2014-04-29 13:18:50 -04:00
fdefbc71c0 Reorganized guide. 2014-04-28 14:26:52 -04:00