@@ -329,15 +329,15 @@ Anti-CSRF Service
329
329
^^^^^^^^^^^^^^^^^
330
330
331
331
Gets an instance of
332
- `Framework\H TTP\A ntiCSRF <https://docs.aplus-framework.com/classes/Framework-HTTP-AntiCSRF.html >`_.
333
-
334
- More details about Anti-CSRF can be found
335
- `here <https://docs.aplus-framework.com/guides/libraries/helpers/index.html >`_.
332
+ `Framework\H TTP\A ntiCSRF <https://docs.aplus-framework.com/classes/Framework-HTTP-AntiCSRF.html >`_:
336
333
337
334
.. code-block :: php
338
335
339
336
App::antiCsrf()
340
337
338
+ More details about Anti-CSRF can be found
339
+ `here <https://docs.aplus-framework.com/guides/libraries/http/index.html#anticsrf >`_.
340
+
341
341
Anti-CSRF Config Options
342
342
************************
343
343
@@ -392,15 +392,15 @@ Autoloader Service
392
392
^^^^^^^^^^^^^^^^^^
393
393
394
394
Gets an instance of
395
- `Framework\A utoload\A utoloader <https://docs.aplus-framework.com/classes/Framework-Autoload-Autoloader.html >`_.
396
-
397
- More details about Autoloader can be found
398
- `here <https://docs.aplus-framework.com/guides/libraries/autoload/index.html#autoloader >`_.
395
+ `Framework\A utoload\A utoloader <https://docs.aplus-framework.com/classes/Framework-Autoload-Autoloader.html >`_:
399
396
400
397
.. code-block :: php
401
398
402
399
App::autoloader()
403
400
401
+ More details about Autoloader can be found
402
+ `here <https://docs.aplus-framework.com/guides/libraries/autoload/index.html#autoloader >`_.
403
+
404
404
Autoloader Config Options
405
405
*************************
406
406
@@ -442,15 +442,15 @@ Cache Service
442
442
^^^^^^^^^^^^^
443
443
444
444
Gets an instance of
445
- `Framework\C ache\C ache <https://docs.aplus-framework.com/classes/Framework-Cache-Cache.html >`_.
446
-
447
- More details about Cache can be found
448
- `here <https://docs.aplus-framework.com/guides/libraries/cache/index.html#cache >`_.
445
+ `Framework\C ache\C ache <https://docs.aplus-framework.com/classes/Framework-Cache-Cache.html >`_:
449
446
450
447
.. code-block :: php
451
448
452
449
App::cache()
453
450
451
+ More details about Cache can be found
452
+ `here <https://docs.aplus-framework.com/guides/libraries/cache/index.html#cache >`_.
453
+
454
454
Cache Config Options
455
455
********************
456
456
@@ -511,15 +511,15 @@ Console Service
511
511
^^^^^^^^^^^^^^^
512
512
513
513
Gets an instance of
514
- `Framework\C LI\C onsole <https://docs.aplus-framework.com/classes/Framework-CLI-Console.html >`_.
515
-
516
- More details about Console can be found
517
- `here <https://docs.aplus-framework.com/guides/libraries/cli/index.html#cli >`_.
514
+ `Framework\C LI\C onsole <https://docs.aplus-framework.com/classes/Framework-CLI-Console.html >`_:
518
515
519
516
.. code-block :: php
520
517
521
518
App::console()
522
519
520
+ More details about Console can be found
521
+ `here <https://docs.aplus-framework.com/guides/libraries/cli/index.html#console >`_.
522
+
523
523
Console Config Options
524
524
**********************
525
525
@@ -563,15 +563,15 @@ Database Service
563
563
^^^^^^^^^^^^^^^^
564
564
565
565
Gets an instance of
566
- `Framework\D atabase\D atabase <https://docs.aplus-framework.com/classes/Framework-Database-Database.html >`_.
567
-
568
- More details about Database can be found
569
- `here <https://docs.aplus-framework.com/guides/libraries/database/index.html#database >`_.
566
+ `Framework\D atabase\D atabase <https://docs.aplus-framework.com/classes/Framework-Database-Database.html >`_:
570
567
571
568
.. code-block :: php
572
569
573
570
App::database()
574
571
572
+ More details about Database can be found
573
+ `here <https://docs.aplus-framework.com/guides/libraries/database/index.html#database >`_.
574
+
575
575
Database Config Options
576
576
***********************
577
577
@@ -605,15 +605,15 @@ Debugger Service
605
605
^^^^^^^^^^^^^^^^
606
606
607
607
Gets an instance of
608
- `Framework\D ebug\D ebugger <https://docs.aplus-framework.com/classes/Framework-Debug-Debugger.html >`_.
609
-
610
- More details about Debugger can be found
611
- `here <https://docs.aplus-framework.com/guides/libraries/debug/index.html#debugger >`_.
608
+ `Framework\D ebug\D ebugger <https://docs.aplus-framework.com/classes/Framework-Debug-Debugger.html >`_:
612
609
613
610
.. code-block :: php
614
611
615
612
App::debugger()
616
613
614
+ More details about Debugger can be found
615
+ `here <https://docs.aplus-framework.com/guides/libraries/debug/index.html#debugger >`_.
616
+
617
617
Debugger Config Options
618
618
***********************
619
619
@@ -646,15 +646,15 @@ Exception Handler Service
646
646
^^^^^^^^^^^^^^^^^^^^^^^^^
647
647
648
648
Gets an instance of
649
- `Framework\D ebug\E xceptionHandler <https://docs.aplus-framework.com/classes/Framework-Debug-ExceptionHandler.html >`_.
650
-
651
- More details about Exception Handler can be found
652
- `here <https://docs.aplus-framework.com/guides/libraries/debug/index.html#exception-handler >`_.
649
+ `Framework\D ebug\E xceptionHandler <https://docs.aplus-framework.com/classes/Framework-Debug-ExceptionHandler.html >`_:
653
650
654
651
.. code-block :: php
655
652
656
653
App::exceptionHandler()
657
654
655
+ More details about Exception Handler can be found
656
+ `here <https://docs.aplus-framework.com/guides/libraries/debug/index.html#exception-handler >`_.
657
+
658
658
Exception Handler Config Options
659
659
********************************
660
660
@@ -750,15 +750,15 @@ Language Service
750
750
^^^^^^^^^^^^^^^^
751
751
752
752
Gets an instance of
753
- `Framework\L anguage\L anguage <https://docs.aplus-framework.com/classes/Framework-Language-Language.html >`_.
754
-
755
- More details about Language can be found
756
- `here <https://docs.aplus-framework.com/guides/libraries/language/index.html#language >`_.
753
+ `Framework\L anguage\L anguage <https://docs.aplus-framework.com/classes/Framework-Language-Language.html >`_:
757
754
758
755
.. code-block :: php
759
756
760
757
App::language()
761
758
759
+ More details about Language can be found
760
+ `here <https://docs.aplus-framework.com/guides/libraries/language/index.html#language >`_.
761
+
762
762
Language Config Options
763
763
***********************
764
764
@@ -834,15 +834,15 @@ Locator Service
834
834
^^^^^^^^^^^^^^^
835
835
836
836
Gets an instance of
837
- `Framework\A utoload\L ocator <https://docs.aplus-framework.com/classes/Framework-Autoload-Locator.html >`_.
838
-
839
- More details about Locator can be found
840
- `here <https://docs.aplus-framework.com/guides/libraries/autoload/index.html#locator >`_.
837
+ `Framework\A utoload\L ocator <https://docs.aplus-framework.com/classes/Framework-Autoload-Locator.html >`_:
841
838
842
839
.. code-block :: php
843
840
844
841
App::locator()
845
842
843
+ More details about Locator can be found
844
+ `here <https://docs.aplus-framework.com/guides/libraries/autoload/index.html#locator >`_.
845
+
846
846
Locator Config Options
847
847
**********************
848
848
@@ -865,15 +865,15 @@ Logger Service
865
865
^^^^^^^^^^^^^^
866
866
867
867
Gets an instance of
868
- `Framework\L og\L ogger <https://docs.aplus-framework.com/classes/Framework-Log-Logger.html >`_.
869
-
870
- More details about Logger can be found
871
- `here <https://docs.aplus-framework.com/guides/libraries/log/index.html#log >`_.
868
+ `Framework\L og\L ogger <https://docs.aplus-framework.com/classes/Framework-Log-Logger.html >`_:
872
869
873
870
.. code-block :: php
874
871
875
872
App::logger()
876
873
874
+ More details about Logger can be found
875
+ `here <https://docs.aplus-framework.com/guides/libraries/log/index.html#log >`_.
876
+
877
877
Logger Config Options
878
878
*********************
879
879
@@ -919,15 +919,15 @@ Mailer Service
919
919
^^^^^^^^^^^^^^
920
920
921
921
Gets an instance of
922
- `Framework\E mail\M ailer <https://docs.aplus-framework.com/classes/Framework-Email-Mailer.html >`_.
923
-
924
- More details about Mailer can be found
925
- `here <https://docs.aplus-framework.com/guides/libraries/email/index.html#email >`_.
922
+ `Framework\E mail\M ailer <https://docs.aplus-framework.com/classes/Framework-Email-Mailer.html >`_:
926
923
927
924
.. code-block :: php
928
925
929
926
App::mailer()
930
927
928
+ More details about Mailer can be found
929
+ `here <https://docs.aplus-framework.com/guides/libraries/email/index.html#email >`_.
930
+
931
931
Mailer Config Options
932
932
*********************
933
933
@@ -958,15 +958,15 @@ Migrator Service
958
958
^^^^^^^^^^^^^^^^
959
959
960
960
Gets an instance of
961
- `Framework\D atabase\E xtra\M igrator <https://docs.aplus-framework.com/classes/Framework-Database-Extra-Migrator.html >`_.
962
-
963
- More details about Migrator can be found
964
- `here <https://docs.aplus-framework.com/guides/libraries/database-extra/index.html#migrations >`_.
961
+ `Framework\D atabase\E xtra\M igrator <https://docs.aplus-framework.com/classes/Framework-Database-Extra-Migrator.html >`_:
965
962
966
963
.. code-block :: php
967
964
968
965
App::migrator()
969
966
967
+ More details about Migrator can be found
968
+ `here <https://docs.aplus-framework.com/guides/libraries/database-extra/index.html#migrations >`_.
969
+
970
970
Migrator Config Options
971
971
***********************
972
972
@@ -1001,15 +1001,15 @@ Request Service
1001
1001
^^^^^^^^^^^^^^^
1002
1002
1003
1003
Gets an instance of
1004
- `Framework\H TTP\R equest <https://docs.aplus-framework.com/classes/Framework-HTTP-Request.html >`_.
1005
-
1006
- More details about Request can be found
1007
- `here <https://docs.aplus-framework.com/guides/libraries/http/index.html#request >`_.
1004
+ `Framework\H TTP\R equest <https://docs.aplus-framework.com/classes/Framework-HTTP-Request.html >`_:
1008
1005
1009
1006
.. code-block :: php
1010
1007
1011
1008
App::request()
1012
1009
1010
+ More details about Request can be found
1011
+ `here <https://docs.aplus-framework.com/guides/libraries/http/index.html#request >`_.
1012
+
1013
1013
Request Config Options
1014
1014
**********************
1015
1015
@@ -1051,15 +1051,15 @@ Response Service
1051
1051
^^^^^^^^^^^^^^^^
1052
1052
1053
1053
Gets an instance of
1054
- `Framework\H TTP\R esponse <https://docs.aplus-framework.com/classes/Framework-HTTP-Response.html >`_.
1055
-
1056
- More details about Response can be found
1057
- `here <https://docs.aplus-framework.com/guides/libraries/http/index.html#response >`_.
1054
+ `Framework\H TTP\R esponse <https://docs.aplus-framework.com/classes/Framework-HTTP-Response.html >`_:
1058
1055
1059
1056
.. code-block :: php
1060
1057
1061
1058
App::response()
1062
1059
1060
+ More details about Response can be found
1061
+ `here <https://docs.aplus-framework.com/guides/libraries/http/index.html#response >`_.
1062
+
1063
1063
Response Config Options
1064
1064
***********************
1065
1065
@@ -1150,15 +1150,15 @@ Router Service
1150
1150
^^^^^^^^^^^^^^
1151
1151
1152
1152
Gets an instance of
1153
- `Framework\R outing\R outer <https://docs.aplus-framework.com/classes/Framework-Routing-Router.html >`_.
1154
-
1155
- More details about Router can be found
1156
- `here <https://docs.aplus-framework.com/guides/libraries/routing/index.html#router >`_.
1153
+ `Framework\R outing\R outer <https://docs.aplus-framework.com/classes/Framework-Routing-Router.html >`_:
1157
1154
1158
1155
.. code-block :: php
1159
1156
1160
1157
App::router()
1161
1158
1159
+ More details about Router can be found
1160
+ `here <https://docs.aplus-framework.com/guides/libraries/routing/index.html#router >`_.
1161
+
1162
1162
Router Config Options
1163
1163
*********************
1164
1164
@@ -1223,15 +1223,15 @@ Session Service
1223
1223
^^^^^^^^^^^^^^^
1224
1224
1225
1225
Gets an instance of
1226
- `Framework\S ession\S ession <https://docs.aplus-framework.com/classes/Framework-Session-Session.html >`_.
1227
-
1228
- More details about Session can be found
1229
- `here <https://docs.aplus-framework.com/guides/libraries/session/index.html#session >`_.
1226
+ `Framework\S ession\S ession <https://docs.aplus-framework.com/classes/Framework-Session-Session.html >`_:
1230
1227
1231
1228
.. code-block :: php
1232
1229
1233
1230
App::session()
1234
1231
1232
+ More details about Session can be found
1233
+ `here <https://docs.aplus-framework.com/guides/libraries/session/index.html#session >`_.
1234
+
1235
1235
Session Config Options
1236
1236
**********************
1237
1237
@@ -1284,15 +1284,15 @@ Validation Service
1284
1284
^^^^^^^^^^^^^^^^^^
1285
1285
1286
1286
Gets an instance of
1287
- `Framework\V alidation\V alidation <https://docs.aplus-framework.com/classes/Framework-Validation-Validation.html >`_.
1288
-
1289
- More details about Validation can be found
1290
- `here <https://docs.aplus-framework.com/guides/libraries/validation/index.html#validation >`_.
1287
+ `Framework\V alidation\V alidation <https://docs.aplus-framework.com/classes/Framework-Validation-Validation.html >`_:
1291
1288
1292
1289
.. code-block :: php
1293
1290
1294
1291
App::validation()
1295
1292
1293
+ More details about Validation can be found
1294
+ `here <https://docs.aplus-framework.com/guides/libraries/validation/index.html#validation >`_.
1295
+
1296
1296
Validation Config Options
1297
1297
*************************
1298
1298
@@ -1326,15 +1326,15 @@ View Service
1326
1326
^^^^^^^^^^^^
1327
1327
1328
1328
Gets an instance of
1329
- `Framework\M VC\V iew <https://docs.aplus-framework.com/classes/Framework-MVC-View.html >`_.
1330
-
1331
- More details about View can be found
1332
- `here <https://docs.aplus-framework.com/guides/libraries/mvc/index.html#views >`_.
1329
+ `Framework\M VC\V iew <https://docs.aplus-framework.com/classes/Framework-MVC-View.html >`_:
1333
1330
1334
1331
.. code-block :: php
1335
1332
1336
1333
App::view()
1337
1334
1335
+ More details about View can be found
1336
+ `here <https://docs.aplus-framework.com/guides/libraries/mvc/index.html#views >`_.
1337
+
1338
1338
View Config Options
1339
1339
*******************
1340
1340
0 commit comments