Skip to content

Commit 115ed6b

Browse files
committed
Update Services section
1 parent a974977 commit 115ed6b

File tree

1 file changed

+72
-72
lines changed

1 file changed

+72
-72
lines changed

guide/index.rst

Lines changed: 72 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -329,15 +329,15 @@ Anti-CSRF Service
329329
^^^^^^^^^^^^^^^^^
330330

331331
Gets an instance of
332-
`Framework\HTTP\AntiCSRF <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\HTTP\AntiCSRF <https://docs.aplus-framework.com/classes/Framework-HTTP-AntiCSRF.html>`_:
336333

337334
.. code-block:: php
338335
339336
App::antiCsrf()
340337
338+
More details about Anti-CSRF can be found
339+
`here <https://docs.aplus-framework.com/guides/libraries/http/index.html#anticsrf>`_.
340+
341341
Anti-CSRF Config Options
342342
************************
343343

@@ -392,15 +392,15 @@ Autoloader Service
392392
^^^^^^^^^^^^^^^^^^
393393

394394
Gets an instance of
395-
`Framework\Autoload\Autoloader <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\Autoload\Autoloader <https://docs.aplus-framework.com/classes/Framework-Autoload-Autoloader.html>`_:
399396

400397
.. code-block:: php
401398
402399
App::autoloader()
403400
401+
More details about Autoloader can be found
402+
`here <https://docs.aplus-framework.com/guides/libraries/autoload/index.html#autoloader>`_.
403+
404404
Autoloader Config Options
405405
*************************
406406

@@ -442,15 +442,15 @@ Cache Service
442442
^^^^^^^^^^^^^
443443

444444
Gets an instance of
445-
`Framework\Cache\Cache <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\Cache\Cache <https://docs.aplus-framework.com/classes/Framework-Cache-Cache.html>`_:
449446

450447
.. code-block:: php
451448
452449
App::cache()
453450
451+
More details about Cache can be found
452+
`here <https://docs.aplus-framework.com/guides/libraries/cache/index.html#cache>`_.
453+
454454
Cache Config Options
455455
********************
456456

@@ -511,15 +511,15 @@ Console Service
511511
^^^^^^^^^^^^^^^
512512

513513
Gets an instance of
514-
`Framework\CLI\Console <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\CLI\Console <https://docs.aplus-framework.com/classes/Framework-CLI-Console.html>`_:
518515

519516
.. code-block:: php
520517
521518
App::console()
522519
520+
More details about Console can be found
521+
`here <https://docs.aplus-framework.com/guides/libraries/cli/index.html#console>`_.
522+
523523
Console Config Options
524524
**********************
525525

@@ -563,15 +563,15 @@ Database Service
563563
^^^^^^^^^^^^^^^^
564564

565565
Gets an instance of
566-
`Framework\Database\Database <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\Database\Database <https://docs.aplus-framework.com/classes/Framework-Database-Database.html>`_:
570567

571568
.. code-block:: php
572569
573570
App::database()
574571
572+
More details about Database can be found
573+
`here <https://docs.aplus-framework.com/guides/libraries/database/index.html#database>`_.
574+
575575
Database Config Options
576576
***********************
577577

@@ -605,15 +605,15 @@ Debugger Service
605605
^^^^^^^^^^^^^^^^
606606

607607
Gets an instance of
608-
`Framework\Debug\Debugger <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\Debug\Debugger <https://docs.aplus-framework.com/classes/Framework-Debug-Debugger.html>`_:
612609

613610
.. code-block:: php
614611
615612
App::debugger()
616613
614+
More details about Debugger can be found
615+
`here <https://docs.aplus-framework.com/guides/libraries/debug/index.html#debugger>`_.
616+
617617
Debugger Config Options
618618
***********************
619619

@@ -646,15 +646,15 @@ Exception Handler Service
646646
^^^^^^^^^^^^^^^^^^^^^^^^^
647647

648648
Gets an instance of
649-
`Framework\Debug\ExceptionHandler <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\Debug\ExceptionHandler <https://docs.aplus-framework.com/classes/Framework-Debug-ExceptionHandler.html>`_:
653650

654651
.. code-block:: php
655652
656653
App::exceptionHandler()
657654
655+
More details about Exception Handler can be found
656+
`here <https://docs.aplus-framework.com/guides/libraries/debug/index.html#exception-handler>`_.
657+
658658
Exception Handler Config Options
659659
********************************
660660

@@ -750,15 +750,15 @@ Language Service
750750
^^^^^^^^^^^^^^^^
751751

752752
Gets an instance of
753-
`Framework\Language\Language <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\Language\Language <https://docs.aplus-framework.com/classes/Framework-Language-Language.html>`_:
757754

758755
.. code-block:: php
759756
760757
App::language()
761758
759+
More details about Language can be found
760+
`here <https://docs.aplus-framework.com/guides/libraries/language/index.html#language>`_.
761+
762762
Language Config Options
763763
***********************
764764

@@ -834,15 +834,15 @@ Locator Service
834834
^^^^^^^^^^^^^^^
835835

836836
Gets an instance of
837-
`Framework\Autoload\Locator <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\Autoload\Locator <https://docs.aplus-framework.com/classes/Framework-Autoload-Locator.html>`_:
841838

842839
.. code-block:: php
843840
844841
App::locator()
845842
843+
More details about Locator can be found
844+
`here <https://docs.aplus-framework.com/guides/libraries/autoload/index.html#locator>`_.
845+
846846
Locator Config Options
847847
**********************
848848

@@ -865,15 +865,15 @@ Logger Service
865865
^^^^^^^^^^^^^^
866866

867867
Gets an instance of
868-
`Framework\Log\Logger <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\Log\Logger <https://docs.aplus-framework.com/classes/Framework-Log-Logger.html>`_:
872869

873870
.. code-block:: php
874871
875872
App::logger()
876873
874+
More details about Logger can be found
875+
`here <https://docs.aplus-framework.com/guides/libraries/log/index.html#log>`_.
876+
877877
Logger Config Options
878878
*********************
879879

@@ -919,15 +919,15 @@ Mailer Service
919919
^^^^^^^^^^^^^^
920920

921921
Gets an instance of
922-
`Framework\Email\Mailer <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\Email\Mailer <https://docs.aplus-framework.com/classes/Framework-Email-Mailer.html>`_:
926923

927924
.. code-block:: php
928925
929926
App::mailer()
930927
928+
More details about Mailer can be found
929+
`here <https://docs.aplus-framework.com/guides/libraries/email/index.html#email>`_.
930+
931931
Mailer Config Options
932932
*********************
933933

@@ -958,15 +958,15 @@ Migrator Service
958958
^^^^^^^^^^^^^^^^
959959

960960
Gets an instance of
961-
`Framework\Database\Extra\Migrator <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\Database\Extra\Migrator <https://docs.aplus-framework.com/classes/Framework-Database-Extra-Migrator.html>`_:
965962

966963
.. code-block:: php
967964
968965
App::migrator()
969966
967+
More details about Migrator can be found
968+
`here <https://docs.aplus-framework.com/guides/libraries/database-extra/index.html#migrations>`_.
969+
970970
Migrator Config Options
971971
***********************
972972

@@ -1001,15 +1001,15 @@ Request Service
10011001
^^^^^^^^^^^^^^^
10021002

10031003
Gets an instance of
1004-
`Framework\HTTP\Request <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\HTTP\Request <https://docs.aplus-framework.com/classes/Framework-HTTP-Request.html>`_:
10081005

10091006
.. code-block:: php
10101007
10111008
App::request()
10121009
1010+
More details about Request can be found
1011+
`here <https://docs.aplus-framework.com/guides/libraries/http/index.html#request>`_.
1012+
10131013
Request Config Options
10141014
**********************
10151015

@@ -1051,15 +1051,15 @@ Response Service
10511051
^^^^^^^^^^^^^^^^
10521052

10531053
Gets an instance of
1054-
`Framework\HTTP\Response <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\HTTP\Response <https://docs.aplus-framework.com/classes/Framework-HTTP-Response.html>`_:
10581055

10591056
.. code-block:: php
10601057
10611058
App::response()
10621059
1060+
More details about Response can be found
1061+
`here <https://docs.aplus-framework.com/guides/libraries/http/index.html#response>`_.
1062+
10631063
Response Config Options
10641064
***********************
10651065

@@ -1150,15 +1150,15 @@ Router Service
11501150
^^^^^^^^^^^^^^
11511151

11521152
Gets an instance of
1153-
`Framework\Routing\Router <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\Routing\Router <https://docs.aplus-framework.com/classes/Framework-Routing-Router.html>`_:
11571154

11581155
.. code-block:: php
11591156
11601157
App::router()
11611158
1159+
More details about Router can be found
1160+
`here <https://docs.aplus-framework.com/guides/libraries/routing/index.html#router>`_.
1161+
11621162
Router Config Options
11631163
*********************
11641164

@@ -1223,15 +1223,15 @@ Session Service
12231223
^^^^^^^^^^^^^^^
12241224

12251225
Gets an instance of
1226-
`Framework\Session\Session <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\Session\Session <https://docs.aplus-framework.com/classes/Framework-Session-Session.html>`_:
12301227

12311228
.. code-block:: php
12321229
12331230
App::session()
12341231
1232+
More details about Session can be found
1233+
`here <https://docs.aplus-framework.com/guides/libraries/session/index.html#session>`_.
1234+
12351235
Session Config Options
12361236
**********************
12371237

@@ -1284,15 +1284,15 @@ Validation Service
12841284
^^^^^^^^^^^^^^^^^^
12851285

12861286
Gets an instance of
1287-
`Framework\Validation\Validation <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\Validation\Validation <https://docs.aplus-framework.com/classes/Framework-Validation-Validation.html>`_:
12911288

12921289
.. code-block:: php
12931290
12941291
App::validation()
12951292
1293+
More details about Validation can be found
1294+
`here <https://docs.aplus-framework.com/guides/libraries/validation/index.html#validation>`_.
1295+
12961296
Validation Config Options
12971297
*************************
12981298

@@ -1326,15 +1326,15 @@ View Service
13261326
^^^^^^^^^^^^
13271327

13281328
Gets an instance of
1329-
`Framework\MVC\View <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\MVC\View <https://docs.aplus-framework.com/classes/Framework-MVC-View.html>`_:
13331330

13341331
.. code-block:: php
13351332
13361333
App::view()
13371334
1335+
More details about View can be found
1336+
`here <https://docs.aplus-framework.com/guides/libraries/mvc/index.html#views>`_.
1337+
13381338
View Config Options
13391339
*******************
13401340

0 commit comments

Comments
 (0)