@@ -331,6 +331,9 @@ Anti-CSRF Service
331
331
Gets an instance of
332
332
`Framework\H TTP\A ntiCSRF <https://docs.aplus-framework.com/classes/Framework-HTTP-AntiCSRF.html >`_.
333
333
334
+ More details about Anti-CSRF can be found
335
+ `here <https://docs.aplus-framework.com/guides/libraries/helpers/index.html >`_.
336
+
334
337
.. code-block :: php
335
338
336
339
App::antiCsrf()
@@ -391,6 +394,9 @@ Autoloader Service
391
394
Gets an instance of
392
395
`Framework\A utoload\A utoloader <https://docs.aplus-framework.com/classes/Framework-Autoload-Autoloader.html >`_.
393
396
397
+ More details about Autoloader can be found
398
+ `here <https://docs.aplus-framework.com/guides/libraries/autoload/index.html#autoloader >`_.
399
+
394
400
.. code-block :: php
395
401
396
402
App::autoloader()
@@ -438,6 +444,9 @@ Cache Service
438
444
Gets an instance of
439
445
`Framework\C ache\C ache <https://docs.aplus-framework.com/classes/Framework-Cache-Cache.html >`_.
440
446
447
+ More details about Cache can be found
448
+ `here <https://docs.aplus-framework.com/guides/libraries/cache/index.html#cache >`_.
449
+
441
450
.. code-block :: php
442
451
443
452
App::cache()
@@ -504,6 +513,9 @@ Console Service
504
513
Gets an instance of
505
514
`Framework\C LI\C onsole <https://docs.aplus-framework.com/classes/Framework-CLI-Console.html >`_.
506
515
516
+ More details about Console can be found
517
+ `here <https://docs.aplus-framework.com/guides/libraries/cli/index.html#cli >`_.
518
+
507
519
.. code-block :: php
508
520
509
521
App::console()
@@ -553,6 +565,9 @@ Database Service
553
565
Gets an instance of
554
566
`Framework\D atabase\D atabase <https://docs.aplus-framework.com/classes/Framework-Database-Database.html >`_.
555
567
568
+ More details about Database can be found
569
+ `here <https://docs.aplus-framework.com/guides/libraries/database/index.html#database >`_.
570
+
556
571
.. code-block :: php
557
572
558
573
App::database()
@@ -592,6 +607,9 @@ Debugger Service
592
607
Gets an instance of
593
608
`Framework\D ebug\D ebugger <https://docs.aplus-framework.com/classes/Framework-Debug-Debugger.html >`_.
594
609
610
+ More details about Debugger can be found
611
+ `here <https://docs.aplus-framework.com/guides/libraries/debug/index.html#debugger >`_.
612
+
595
613
.. code-block :: php
596
614
597
615
App::debugger()
@@ -630,6 +648,9 @@ Exception Handler Service
630
648
Gets an instance of
631
649
`Framework\D ebug\E xceptionHandler <https://docs.aplus-framework.com/classes/Framework-Debug-ExceptionHandler.html >`_.
632
650
651
+ More details about Exception Handler can be found
652
+ `here <https://docs.aplus-framework.com/guides/libraries/debug/index.html#exception-handler >`_.
653
+
633
654
.. code-block :: php
634
655
635
656
App::exceptionHandler()
@@ -731,6 +752,9 @@ Language Service
731
752
Gets an instance of
732
753
`Framework\L anguage\L anguage <https://docs.aplus-framework.com/classes/Framework-Language-Language.html >`_.
733
754
755
+ More details about Language can be found
756
+ `here <https://docs.aplus-framework.com/guides/libraries/language/index.html#language >`_.
757
+
734
758
.. code-block :: php
735
759
736
760
App::language()
@@ -812,6 +836,9 @@ Locator Service
812
836
Gets an instance of
813
837
`Framework\A utoload\L ocator <https://docs.aplus-framework.com/classes/Framework-Autoload-Locator.html >`_.
814
838
839
+ More details about Locator can be found
840
+ `here <https://docs.aplus-framework.com/guides/libraries/autoload/index.html#locator >`_.
841
+
815
842
.. code-block :: php
816
843
817
844
App::locator()
@@ -840,6 +867,9 @@ Logger Service
840
867
Gets an instance of
841
868
`Framework\L og\L ogger <https://docs.aplus-framework.com/classes/Framework-Log-Logger.html >`_.
842
869
870
+ More details about Logger can be found
871
+ `here <https://docs.aplus-framework.com/guides/libraries/log/index.html#log >`_.
872
+
843
873
.. code-block :: php
844
874
845
875
App::logger()
@@ -891,6 +921,9 @@ Mailer Service
891
921
Gets an instance of
892
922
`Framework\E mail\M ailer <https://docs.aplus-framework.com/classes/Framework-Email-Mailer.html >`_.
893
923
924
+ More details about Mailer can be found
925
+ `here <https://docs.aplus-framework.com/guides/libraries/email/index.html#email >`_.
926
+
894
927
.. code-block :: php
895
928
896
929
App::mailer()
@@ -927,6 +960,9 @@ Migrator Service
927
960
Gets an instance of
928
961
`Framework\D atabase\E xtra\M igrator <https://docs.aplus-framework.com/classes/Framework-Database-Extra-Migrator.html >`_.
929
962
963
+ More details about Migrator can be found
964
+ `here <https://docs.aplus-framework.com/guides/libraries/database-extra/index.html#migrations >`_.
965
+
930
966
.. code-block :: php
931
967
932
968
App::migrator()
@@ -967,6 +1003,9 @@ Request Service
967
1003
Gets an instance of
968
1004
`Framework\H TTP\R equest <https://docs.aplus-framework.com/classes/Framework-HTTP-Request.html >`_.
969
1005
1006
+ More details about Request can be found
1007
+ `here <https://docs.aplus-framework.com/guides/libraries/http/index.html#request >`_.
1008
+
970
1009
.. code-block :: php
971
1010
972
1011
App::request()
@@ -1014,6 +1053,9 @@ Response Service
1014
1053
Gets an instance of
1015
1054
`Framework\H TTP\R esponse <https://docs.aplus-framework.com/classes/Framework-HTTP-Response.html >`_.
1016
1055
1056
+ More details about Response can be found
1057
+ `here <https://docs.aplus-framework.com/guides/libraries/http/index.html#response >`_.
1058
+
1017
1059
.. code-block :: php
1018
1060
1019
1061
App::response()
@@ -1110,6 +1152,9 @@ Router Service
1110
1152
Gets an instance of
1111
1153
`Framework\R outing\R outer <https://docs.aplus-framework.com/classes/Framework-Routing-Router.html >`_.
1112
1154
1155
+ More details about Router can be found
1156
+ `here <https://docs.aplus-framework.com/guides/libraries/routing/index.html#router >`_.
1157
+
1113
1158
.. code-block :: php
1114
1159
1115
1160
App::router()
@@ -1180,6 +1225,9 @@ Session Service
1180
1225
Gets an instance of
1181
1226
`Framework\S ession\S ession <https://docs.aplus-framework.com/classes/Framework-Session-Session.html >`_.
1182
1227
1228
+ More details about Session can be found
1229
+ `here <https://docs.aplus-framework.com/guides/libraries/session/index.html#session >`_.
1230
+
1183
1231
.. code-block :: php
1184
1232
1185
1233
App::session()
@@ -1238,6 +1286,9 @@ Validation Service
1238
1286
Gets an instance of
1239
1287
`Framework\V alidation\V alidation <https://docs.aplus-framework.com/classes/Framework-Validation-Validation.html >`_.
1240
1288
1289
+ More details about Validation can be found
1290
+ `here <https://docs.aplus-framework.com/guides/libraries/validation/index.html#validation >`_.
1291
+
1241
1292
.. code-block :: php
1242
1293
1243
1294
App::validation()
@@ -1277,6 +1328,9 @@ View Service
1277
1328
Gets an instance of
1278
1329
`Framework\M VC\V iew <https://docs.aplus-framework.com/classes/Framework-MVC-View.html >`_.
1279
1330
1331
+ More details about View can be found
1332
+ `here <https://docs.aplus-framework.com/guides/libraries/mvc/index.html#views >`_.
1333
+
1280
1334
.. code-block :: php
1281
1335
1282
1336
App::view()
0 commit comments