I developed the project in Codeigniter after the MVC pattern.
This means that, for example, I have a controller called Items, which calls a model called Items_model, which receives files from the database and, finally, those files are transferred to a view called Item_view.
Now I need to document it, and I'm trying to use phpdoc.
My main question is how to connect the behavior of this function with the model and presentation in a functional way inside the explanation of the function in the controller, and not just write the names in plain text. I read about packages but donβt know how to use it properly.
Hope you can help, im very noob with phpdoc.
thanks in advance and sorry for my english.
Sverd.
codeigniter phpdoc
Verd
source share