What is the best documentation script for a project? [closed] - php

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I coded a codeigniter library called Aauth and i want to create documentation for it.
My need is a documentation script written in php.

We use PHPDoc: http://www.phpdoc.org/ for our PHP documentation

Php documentor is really good
http://pear.php.net/package/phpDocumentor/redirected

Related

It is safe to show the extension of file on website? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
I want to know whether showing the extension of a file in the website's URL is safe or not.
For example:
www.example.com/contact.php
www.example.com/contact
It's safe to do so if you want, providing PHP is installed and executes your PHP files correctly.

Why use Mongodb instead of MySql [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
I want to know that why use Mongodb over MySql. Anyone who have experience in Mongodb or on MySQl please suggest me.
You need to decide if you need the "transactional" capabilities or SQL or the document (or object orient) data store functionality of MongoDB. It is really a very lengthy and subjective discussion, not really best suited for here.

Localisation and Internationalisation in PHP [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am developing a PHP website/app that needs to be available in all languages. I intend using the Gettext() method. I need to know how to get through fast ?
Look at tutorials and the gettext documentation and then ask for help when you encounter any obstacles.
Here you have an example from Sitepoint that I think will be helpful: http://www.sitepoint.com/localizing-php-applications-1/

Best way to look up a price on amazon using PHP [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 days ago.
Improve this question
What is the most elegant way to look up the current price only, starting with an Amazon ASIN. I do have an associate's ID so I can use the advertising API. Assume I will be using vanilla PHP.
Thanks.

Streaming MP3 with open source PHP [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
What are the best PHP solutions for a blip.fm-like fixed audio player?
You should be able to use XMoov to do this: http://stream.xmoov.com/
Well you have two options, either use a flash based solution, there's plenty of examples here.
Otherwise if flash is a problem you can try using the new html 5 audio tag, the spec is here.

Categories