179 Commits

Author SHA1 Message Date
kenjis
9ed490051c
docs: replace folder with directory
For consistency.
2023-03-11 21:00:29 +09:00
kenjis
fd95faf76c
docs: fix folder name
Co-authored-by: Pooya Parsa Dadashi <pooya_parsa_dadashi@yahoo.com>
2023-03-11 17:08:14 +09:00
kenjis
4316498bc3
docs: remove incorrect description
`APPPATH . 'Config'` does not have a trailing back slash.
2023-03-11 10:04:03 +09:00
kenjis
e7fe68e554
docs: update sample code 2023-03-11 09:51:32 +09:00
kenjis
5ecf70dae5
docs: add missing $ 2023-03-11 09:19:02 +09:00
kenjis
0d5a26f27d
docs: fix out-of-dated description on App namespace 2023-03-11 09:18:04 +09:00
kenjis
e90d56f5d7
docs: replace Content-type with Content-Type 2023-02-24 13:08:25 +09:00
kenjis
e92a9f652a
docs: add note for case-sensitive file systems 2023-02-22 10:03:14 +09:00
kenjis
4bbecfd201
docs: add section title 2023-02-22 10:03:14 +09:00
kenjis
29901ec525
docs: add "Loading a Class in Sub-directories" 2023-01-31 09:17:50 +09:00
kenjis
25f120f6e7
docs: add explanation for component 2023-01-26 12:51:04 +09:00
kenjis
d15405269d
docs: add another example 2023-01-26 11:50:07 +09:00
kenjis
4a29526b4c
docs: align comments 2023-01-26 11:48:27 +09:00
kenjis
68ab4c39d6
docs: add about ucfirst() 2023-01-26 11:47:33 +09:00
kenjis
7655b89980
docs: imporve sample code 2023-01-26 10:48:38 +09:00
kenjis
804d75e075
docs: fix variable name in sample code 2023-01-26 10:48:01 +09:00
kenjis
c02a013fdd
docs: improve explanation 2023-01-26 10:47:23 +09:00
kenjis
d996ee1be0
docs: add explanation 2023-01-26 10:46:52 +09:00
kenjis
fc05c01472
docs: fix db group name in sample code
It is a property of the Config class. It is not likely PascalCase.
2023-01-26 10:38:17 +09:00
kenjis
b780c0da37
docs: lowercase preposition in title 2023-01-15 11:59:47 +09:00
kenjis
ac477bcf94
docs: update sample code for v4.3.0 2023-01-15 11:59:22 +09:00
kenjis
e2f18bc439
docs: improve comment 2023-01-15 11:58:12 +09:00
kenjis
a21aaa126f
docs: replace deprecated method in sample code 2023-01-15 11:55:46 +09:00
kenjis
dacd1b9abb
docs: change link
The section is easiler to understand.
2022-12-14 10:24:06 +09:00
kenjis
9f71f23f4f
docs: fix and update the sample codes 2022-12-11 11:16:30 +09:00
kenjis
396fe840fc
docs: move // ... up
Because we add the code at the buttom.
2022-12-11 11:13:43 +09:00
kenjis
f8cdbfe647
docs: use lower case for view file path 2022-11-30 08:48:25 +09:00
kenjis
54bd8de19e
docs: use ":php:func:model()" 2022-09-15 15:15:38 +09:00
kenjis
b8e0e64f39
docs: add explanation about a shared instance and parameters 2022-08-27 18:08:28 +09:00
kenjis
03b3057f8d
docs: add note on spark namespaces 2022-07-14 14:32:02 +09:00
kenjis
2732abb58f
docs: replace "Form validation" with "Validation"
Form validation is the name of CI3 library.
2022-05-26 19:55:37 +09:00
kenjis
95e5a6a916
docs: change directory notation 2022-05-25 16:15:42 +09:00
kenjis
2cebaaf954
docs: fix section title 2022-05-25 16:06:17 +09:00
kenjis
5efc7684e2
docs: add sub section title 2022-05-25 16:05:56 +09:00
kenjis
0010ce72df
docs: add TOC 2022-05-25 16:03:16 +09:00
kenjis
143599bac6
docs: fix title level 2022-05-25 16:02:26 +09:00
kenjis
ac711e6b66
Merge pull request #5901 from kenjis/fix-docs-autoloader.rst
docs: fix autoloader.rst
2022-04-16 06:31:17 +09:00
kenjis
c2bb64594a
docs: fix the file path text decration 2022-04-15 12:04:26 +09:00
kenjis
43fb2fc9b9
docs: add back 2022-04-15 12:04:00 +09:00
kenjis
5d737089b8
docs: remove unneeded description
We don't need a trailing back slash, so escaping back slashes is not needed.
Double-quotes have nothing to do with escaping.
2022-04-15 11:58:10 +09:00
kenjis
a5c8c50cae
docs: remove out of dated description
The core classes are not added to the classmap.
2022-04-15 11:56:18 +09:00
kenjis
6c01476b83
docs: add TOC 2022-04-15 11:56:03 +09:00
kenjis
f189594478
docs: replace /app/ with app/
Because there are more places listed as app/.
2022-04-15 11:16:07 +09:00
kenjis
64308d4f8a
Merge pull request #5857 from kenjis/fix-docs-factories
docs: improve Factories
2022-04-07 07:49:54 +09:00
kenjis
9f2d3ced70
docs: fix title underline
factories.rst:13: WARNING: Title underline too short.
2022-04-06 20:23:33 +09:00
kenjis
1b1d03c636
docs: fix by proofreading
Co-authored-by: John Paul E. Balandan, CPA <51850998+paulbalandan@users.noreply.github.com>
2022-04-06 17:31:59 +09:00
kenjis
9dd0e02d0f
docs: fix by proofreading
Co-authored-by: John Paul E. Balandan, CPA <51850998+paulbalandan@users.noreply.github.com>
2022-04-06 17:29:23 +09:00
kenjis
cd2abe85e6
docs: fix by proofreading
Co-authored-by: John Paul E. Balandan, CPA <51850998+paulbalandan@users.noreply.github.com>
2022-04-06 17:29:04 +09:00
kenjis
c01667dbe1
docs: fix by proofreading
Co-authored-by: John Paul E. Balandan, CPA <51850998+paulbalandan@users.noreply.github.com>
2022-04-06 17:28:08 +09:00
kenjis
6214ece43a
docs: revise the description to be more accurate
The property $component does not exist.
2022-04-06 09:45:36 +09:00