Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Help for Web 2.0 PHP application [closed]

All,

I have a Web 2.0 application written in Zend Framework and MVC. My application is growing bigger and bigger and I need to come up with a Help system for the entire application. I like the Xero's help interface and was wondering if there's an easy way to create this in PHP5 and Zend or if there are any PHP based tools that I can integrate with my application.

Xero's Help Interface

I also like the WIKI but not sure which wiki to use and how to use it.

Regards

like image 478
Jake Avatar asked Feb 24 '26 04:02

Jake


1 Answers

While I don't know of any PHP-based tools specifically aimed managing a pile of help documents, but I'm sure there's stuff out there.

Xero's help front-end is built on the ExtJS component library. In fact, it's directly derived from the ExtJS API Docs. So getting a slick UI is pretty easy.

It should be fairly easy to reverse-engineer how the client/server conversation is going, and come up with a server-side program to provide the web services the help-center code would need. It seems like it just manages some heirarchical data (for the help topic tree), and just loads what could be static HTML for the actual article content. Zend's MVC stuff makes implementing such services pretty straight-forward.

I would guess you could probably get a minimally functional help system written in a few days.

Of course, you might spend more time building an administration tool for your writers to use to create and organize all the help articles.

like image 118
timdev Avatar answered Feb 26 '26 18:02

timdev



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!