Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6858443
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T02:09:34+00:00 2026-05-27T02:09:34+00:00

I have designed a web app, this application contains not only some complex controllers,

  • 0

I have designed a web app, this application contains not only some complex controllers, models and views but also some custom libraries and a database.

On top of this there is an ajax layer so: javascript functions and their related server side functions.

I’ve developed this app by myself and I want some way to ensure that 1 year down the line, if someone else picks it up there is some reference to the logic flow.

Are there tools for this? Has anyone had this issue before?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T02:09:35+00:00Added an answer on May 27, 2026 at 2:09 am

    A good beginning would be to start using PHP Documentor (PHPDoc) before your code base gets too large. Even then, it’s not too hard to go back and tag your classes, etc. PHPDoc will crawl the code base and produce documentation, typically a web-based (HTML) set of docs, but you can also produce PDF and more. The functions, methods, classes, etc. will have links to related elements of your code. I say before it gets too large, because you will want to go back and add comment tags to enhance the output of the documents. PHPDocumentor (PHPDoc) can be found here http://www.phpdoc.org/
    , and information and tutorials can be found all over the web. If you have gone this far with PHP then surely you must have noticed comments like this…(doc blocks)

    /**
     *@todo something I need to do
     *@param [type] [$varname] [description]
     *
     */
    

    These tags/DocBlocks are to be parsed by PHPDoc, and are very useful…Most IDE’s too are very friendly to using DocBlocks and will sometimes enhance code hinting, etc. based on the DocBlocks in your code.

    For the Database…there are many tools and teqniques but here is one suggestion…

    The database can be described by tools that will build diagrams. For instance, when using MySQL, you could install MySQL Workbench, and this will then give you the tools to connect to the database and build a diagram similar to the picture on this page…
    http://forge.mysql.com/wiki/MySQL_Workbench, plus many other tools for reverse-enginerring and/or designing, tools for ORM, and more. Sometimes to just diagram and existing DB can be very useful especially when there are many relationships. MySQL Workbench will give you the option to send the diagram to PDF or an image. All very useful.

    Not only will this help future developers, but these tools will help yourself too. We’re all surprised to realize what we forget after a few weeks, months, etc. of not looking at the code. Even a busy weekend can make for a slow start again on Monday morning.

    For my last suggestion…and I will be simple here, but look into bug/issue tracking. There are many online or you can install your own. Some go along with version control (like at GitHub, Unfuddle, BitBucket, etc.)…or you can install your own. I find Bugzilla is pretty easy to install if your using Ubuntu it’s right in the repository and installs with ease.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a current web application, and I'm embarrassingly it has not been designed
I have recently designed a web application that I would like to write in
We are programming a web application (not 'just' a web site, but functionality-wise a
I have a web application originally designed to target IE7. I am readjusting the
This is my first test for Asp.Net Web Application. We have an Engine consisting
I have designed a new web site. I have hosted it online. I want
I have Designed the Javascript function My.js it contains following code My.js function display(){
I have designed this gui in netBeans which has a canvas , a couple
I have designed a custom section handler before but I'm faced with a problem
I have designed one sign-up form,in this form after getting all necessary values I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.