所有人,
我在Zentd Framework和MVC撰写了2份申请。 我的申请越来越多,规模更大,我需要建立整个应用的帮助系统。 我喜欢Xero的帮助接口,并想知道,在PHP5和Zentd中,是否很容易做到这一点,或者是否有能够与我的申请相结合的基于PHP的工具。
http://help.xero.com/#faq”rel=“nofollow noreferer”>Xero s Helpface Inter
我也像WIKI一样,但我不敢肯定会怎样使用和如何使用它。
关于
所有人,
我在Zentd Framework和MVC撰写了2份申请。 我的申请越来越多,规模更大,我需要建立整个应用的帮助系统。 我喜欢Xero的帮助接口,并想知道,在PHP5和Zentd中,是否很容易做到这一点,或者是否有能够与我的申请相结合的基于PHP的工具。
http://help.xero.com/#faq”rel=“nofollow noreferer”>Xero s Helpface Inter
我也像WIKI一样,但我不敢肯定会怎样使用和如何使用它。
关于
虽然我不了解任何以购买力平价为基础的工具,专门用来管理各种帮助文件,但我相信,这些工具在那里是站不住脚的。
Xero s help front-end is based on the ExtJS part Library. 事实上,它直接来自ExtJS 2008/6 Docs/a>。 因此,很容易获得浮质电离层。
比较容易扭转客户/服务器之间对话的进行情况,并推出一个服务器边方案,提供网络服务,需要以助为中心的代码。 似乎它只是管理一些过时的数据(用于帮助专题树),仅仅装上了实际条款内容的静态超文本。 Zend s MVC 困惑使得执行此类服务的工作非常简单。
我会猜测,你可能会在几天内得到一个最低功能的帮助系统。
当然,你可能花费更多的时间,为你的作者建立一个行政管理工具,以便用来制作和组织所有帮助条款。
我利用ZF建立了基于维系的环境敏感帮助系统。 本条。 不要像Xero那样 whi,而是像他们的肩 t一样,太难以补充......
http://www.lightlysalted.co.nz/2010/03/context-灵敏-help-in-zend-framework/
http://www. opensource-it.com/open_source_wiki_software。
这里有开放源Wiki软件清单。
I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...
<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...
I found this script online that creates a thumbnail out of a image but the thumbnail image is created with poor quality how can I improve the quality of the image. And is there a better way to create ...
如何确认来自正确来源的数字。
Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...
I wonder there is a way to post a message to a facebook business page with cURL? thanks
I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...
How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...