> For the complete documentation index, see [llms.txt](https://complainify.gitbook.io/complainify-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://complainify.gitbook.io/complainify-docs/code-support/backend.md).

# Backend

A little information about backend codes

Regarding the code on the backend side, all the code is supported by docblocks, and complex operations are commented to assist with your development. Additionally, the routing section of our project is divided into sections for easier development on your end.

Example:

<figure><img src="https://34906138-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlfzrimCsupIS9aXnkQJd%2Fuploads%2FHOE3VajHP3fomtYQAj97%2Froute.png?alt=media&amp;token=7bb9dac9-a662-4412-a096-c07da8f859f7" alt=""><figcaption><p>Route folder</p></figcaption></figure>

As seen here, the route sections for the admin side are stored in the backend.php file, while the frontend routes are stored in the frontend.php file. The entire route structure is supported by comment blocks and is designed in the simplest and most straightforward way.

Another example of a model file:

<figure><img src="https://34906138-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlfzrimCsupIS9aXnkQJd%2Fuploads%2FvedaERwZYaFxKV0gkVcx%2Fmodal.png?alt=media&amp;token=c85e3a4e-cf3e-4935-ad81-06523a84d645" alt=""><figcaption><p>The model file example.</p></figcaption></figure>

The used code is supported by docblock documentation for the created structure.

Example controller

<figure><img src="https://34906138-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlfzrimCsupIS9aXnkQJd%2Fuploads%2FPcHmcQssZnEzvGpkAzHZ%2Fcode.png?alt=media&amp;token=076f8cbf-4998-4825-8e9e-60c7074ab76d" alt=""><figcaption><p>The controller file example</p></figcaption></figure>

Both the model, controller, and all other helper functions are thoroughly explained within the code.

For more support, you can reach me through [my user profile](https://codecanyon.net/user/softbynet) on CodeCanyon.
