197 Commits

Author SHA1 Message Date
kenjis
5fc0849f9b
docs: fix incorrect global classname in sample code 2024-01-07 10:49:23 +09:00
kenjis
f7ce5cd08a
docs: update coding style with php-cs-fixer 2024-01-07 10:49:23 +09:00
kenjis
be3397b645
docs: update coding style with php-cs-fixer 2024-01-07 10:49:21 +09:00
kenjis
cfe8b0986e
docs: add new section titles "Confirming Namespaces" and "Application Namespace" 2023-10-24 08:47:19 +09:00
kenjis
82328c4d07
docs: fix by proofreading
Co-authored-by: MGatner <mgatner@icloud.com>
2023-08-16 14:24:03 +09:00
kenjis
8de664f831
docs: add docs 2023-08-16 14:24:03 +09:00
kenjis
a5378a792b
Merge remote-tracking branch 'upstream/develop' into 4.4
Conflicts:
	user_guide_src/source/incoming/routing.rst
2023-08-02 09:51:07 +09:00
kenjis
e0f70c5790
docs: remove > in cli command samples 2023-08-01 15:40:28 +09:00
kenjis
886fa8703a
docs: add about Factories::define() 2023-07-26 10:44:28 +09:00
kenjis
a13c53d5c1
docs: update existing description 2023-07-26 10:20:59 +09:00
kenjis
c79698fce9
docs: add config() in Global Functions 2023-07-08 22:06:02 +09:00
kenjis
c875d33631
docs: improve descriptions in Factories 2023-07-07 14:09:42 +09:00
kenjis
2679f74e10
docs: add items 2023-06-16 17:55:34 +09:00
kenjis
ca3e3ad724
docs: remove item that do not make sense 2023-06-16 17:54:57 +09:00
kenjis
df6ccd1d3b
docs: add items 2023-06-16 17:54:37 +09:00
kenjis
1f05c692a4
docs: add CSP support 2023-06-16 17:33:32 +09:00
kenjis
5985268da6
docs: add Shield 2023-06-16 17:33:32 +09:00
kenjis
13717cb473
docs: add links to other pages 2023-06-16 17:33:31 +09:00
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