实例介绍
【实例截图】
【核心代码】
.
├── android 和 php 开发实践代码_android-php-source.rar
└── android-php-source
├── android-php-weibo
│ ├── client
│ │ ├── AndroidManifest.xml
│ │ ├── assets
│ │ ├── bin
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── classes
│ │ │ ├── jarlist.cache
│ │ │ └── res
│ │ ├── default.properties
│ │ ├── doc
│ │ │ └── README.txt
│ │ ├── gen
│ │ │ └── com
│ │ ├── proguard.cfg
│ │ ├── project.properties
│ │ ├── res
│ │ │ ├── drawable
│ │ │ ├── layout
│ │ │ ├── menu
│ │ │ └── values
│ │ └── src
│ │ └── com
│ └── server
│ ├── bin
│ │ ├── cli
│ │ ├── cli.bat
│ │ └── cli.php
│ ├── dat
│ │ └── log
│ ├── doc
│ │ ├── CODING.txt
│ │ ├── README.txt
│ │ └── install
│ ├── etc
│ │ ├── app.config.php
│ │ ├── app.mapping.ini
│ │ ├── database.mysql.php
│ │ ├── global.datamap.php
│ │ ├── global.defines.php
│ │ ├── global.message.php
│ │ └── global.session.php
│ ├── lib
│ │ └── Demos
│ ├── tpl
│ │ ├── server
│ │ └── website
│ └── www
│ ├── server
│ └── website
├── httpd-vhosts.conf
├── hush-framework
│ ├── README.txt
│ ├── hush-app
│ │ ├── bin
│ │ │ ├── hush
│ │ │ ├── hush.bat
│ │ │ └── hush.php
│ │ ├── dat
│ │ │ ├── cache
│ │ │ └── dbsql
│ │ ├── doc
│ │ │ ├── CODING.txt
│ │ │ ├── README.txt
│ │ │ ├── sql
│ │ │ └── tpl
│ │ ├── etc
│ │ │ ├── backend.config.php
│ │ │ ├── backend.errors.ini
│ │ │ ├── backend.mapping.ini
│ │ │ ├── database.mongo.php
│ │ │ ├── database.mysql.php
│ │ │ ├── frontend.config.php
│ │ │ ├── frontend.errors.ini
│ │ │ ├── frontend.mapping.ini
│ │ │ ├── global.config.php
│ │ │ ├── global.funcs.php
│ │ │ └── global.init.php
│ │ ├── lib
│ │ │ └── Ihush
│ │ ├── tpl
│ │ │ ├── backend
│ │ │ └── frontend
│ │ └── web
│ │ ├── backend
│ │ └── frontend
│ ├── hush-lib
│ │ └── Hush
│ │ ├── Acl
│ │ ├── Acl.php
│ │ ├── App
│ │ ├── App.php
│ │ ├── Auth
│ │ ├── Auth.php
│ │ ├── Bpm
│ │ ├── Cache
│ │ ├── Cache.php
│ │ ├── Chart
│ │ ├── Chart.php
│ │ ├── Cli
│ │ ├── Cli.php
│ │ ├── Crypt
│ │ ├── Crypt.php
│ │ ├── Date
│ │ ├── Date.php
│ │ ├── Db
│ │ ├── Db.php
│ │ ├── Debug
│ │ ├── Debug.php
│ │ ├── Document
│ │ ├── Document.php
│ │ ├── Examples
│ │ ├── Exception.php
│ │ ├── Html
│ │ ├── Http
│ │ ├── Json
│ │ ├── Libs.php
│ │ ├── Mail
│ │ ├── Mail.php
│ │ ├── Message
│ │ ├── Message.php
│ │ ├── Mongo
│ │ ├── Mongo.php
│ │ ├── Page
│ │ ├── Page.php
│ │ ├── Paging.php
│ │ ├── Process
│ │ ├── Process.php
│ │ ├── Service
│ │ ├── Service.php
│ │ ├── Session
│ │ ├── Session.php
│ │ ├── Socket
│ │ ├── Socket.php
│ │ ├── Tree.php
│ │ ├── Util
│ │ ├── Util.php
│ │ ├── View
│ │ └── View.php
│ └── hush-pms
│ └── README.txt
├── phplibs
│ ├── Phpdoc
│ │ ├── Authors
│ │ ├── ChangeLog
│ │ ├── Documentation
│ │ │ ├── Release-old
│ │ │ ├── RoadMap
│ │ │ ├── TODO
│ │ │ └── tests
│ │ ├── FAQ
│ │ ├── INSTALL
│ │ ├── LICENSE
│ │ ├── README
│ │ ├── Release-1.4.3
│ │ ├── docbuilder
│ │ │ ├── actions.php
│ │ │ ├── blank.html
│ │ │ ├── builder.php
│ │ │ ├── config.php
│ │ │ ├── file_dialog.php
│ │ │ ├── images
│ │ │ ├── includes
│ │ │ ├── index.html
│ │ │ └── top.php
│ │ ├── index.html
│ │ ├── media
│ │ │ └── images
│ │ ├── new_phpdoc.php
│ │ ├── pear-phpdoc
│ │ ├── pear-phpdoc.bat
│ │ ├── phpDocumentor
│ │ │ ├── Classes.inc
│ │ │ ├── Converter.inc
│ │ │ ├── Converters
│ │ │ ├── DescHTML.inc
│ │ │ ├── DocBlockTags.inc
│ │ │ ├── Errors.inc
│ │ │ ├── EventStack.inc
│ │ │ ├── HighlightParser.inc
│ │ │ ├── InlineTags.inc
│ │ │ ├── IntermediateParser.inc
│ │ │ ├── Io.inc
│ │ │ ├── LinkClasses.inc
│ │ │ ├── PackagePageElements.inc
│ │ │ ├── Parser.inc
│ │ │ ├── ParserData.inc
│ │ │ ├── ParserDescCleanup.inc
│ │ │ ├── ParserDocBlock.inc
│ │ │ ├── ParserElements.inc
│ │ │ ├── ProceduralPages.inc
│ │ │ ├── Publisher.inc
│ │ │ ├── Setup.inc.php
│ │ │ ├── Smarty-2.6.0
│ │ │ ├── TutorialHighlightParser.inc
│ │ │ ├── WordParser.inc
│ │ │ ├── XMLpackagePageParser.inc
│ │ │ ├── clone.inc.php
│ │ │ ├── clone5.inc.php
│ │ │ ├── common.inc.php
│ │ │ ├── find_phpdoc.php
│ │ │ ├── phpDocumentorTParser.inc
│ │ │ ├── phpDocumentorTWordParser.inc
│ │ │ └── phpdoc.inc
│ │ ├── phpDocumentor.ini
│ │ ├── phpdoc
│ │ ├── phpdoc.bat
│ │ ├── phpdoc.php
│ │ ├── poweredbyphpdoc.gif
│ │ ├── scripts
│ │ │ ├── add_cvs.php
│ │ │ ├── create_examples.php
│ │ │ ├── create_package.xml.php
│ │ │ ├── makedoc.sh
│ │ │ └── tokenizer_test.php
│ │ ├── tests
│ │ │ ├── AllTests.php
│ │ │ ├── HighlightParserGetInlineTagsTests.php
│ │ │ ├── HighlightParserTests.php
│ │ │ ├── IntermediateParserAddPrivatePageTests.php
│ │ │ ├── IntermediateParserTests.php
│ │ │ ├── ParserClassGetSourceLocationTests.php
│ │ │ ├── ParserClassTests.php
│ │ │ ├── ParserPageGetSourceLocationTests.php
│ │ │ ├── ParserPageTests.php
│ │ │ ├── phpDocumentorSetupCleanConverterNamePieceTests.php
│ │ │ ├── phpDocumentorSetupDecideOnOrOffTests.php
│ │ │ ├── phpDocumentorSetupTests.php
│ │ │ ├── phpDocumentorTParserGetInlineTagsTests.php
│ │ │ └── phpDocumentorTParserTests.php
│ │ ├── tutorials
│ │ │ ├── Converters
│ │ │ └── phpDocumentor
│ │ └── user
│ │ ├── default.ini
│ │ ├── demo.ini
│ │ ├── error.ini
│ │ ├── makedocs.ini
│ │ ├── pear-makedocs.ini
│ │ └── testdocbook.ini
│ ├── Phpdoc-stable.zip
│ ├── Smarty
│ │ ├── Config_File.class.php
│ │ ├── Smarty.class.php
│ │ ├── Smarty_Compiler.class.php
│ │ ├── debug.tpl
│ │ ├── internals
│ │ │ ├── core.assemble_plugin_filepath.php
│ │ │ ├── core.assign_smarty_interface.php
│ │ │ ├── core.create_dir_structure.php
│ │ │ ├── core.display_debug_console.php
│ │ │ ├── core.get_include_path.php
│ │ │ ├── core.get_microtime.php
│ │ │ ├── core.get_php_resource.php
│ │ │ ├── core.is_secure.php
│ │ │ ├── core.is_trusted.php
│ │ │ ├── core.load_plugins.php
│ │ │ ├── core.load_resource_plugin.php
│ │ │ ├── core.process_cached_inserts.php
│ │ │ ├── core.process_compiled_include.php
│ │ │ ├── core.read_cache_file.php
│ │ │ ├── core.rm_auto.php
│ │ │ ├── core.rmdir.php
│ │ │ ├── core.run_insert_handler.php
│ │ │ ├── core.smarty_include_php.php
│ │ │ ├── core.write_cache_file.php
│ │ │ ├── core.write_compiled_include.php
│ │ │ ├── core.write_compiled_resource.php
│ │ │ └── core.write_file.php
│ │ └── plugins
│ │ ├── block.textformat.php
│ │ ├── compiler.assign.php
│ │ ├── function.assign_debug_info.php
│ │ ├── function.config_load.php
│ │ ├── function.counter.php
│ │ ├── function.cycle.php
│ │ ├── function.debug.php
│ │ ├── function.eval.php
│ │ ├── function.fetch.php
│ │ ├── function.html_checkboxes.php
│ │ ├── function.html_image.php
│ │ ├── function.html_options.php
│ │ ├── function.html_radios.php
│ │ ├── function.html_select_date.php
│ │ ├── function.html_select_time.php
│ │ ├── function.html_table.php
│ │ ├── function.mailto.php
│ │ ├── function.math.php
│ │ ├── function.popup.php
│ │ ├── function.popup_init.php
│ │ ├── modifier.capitalize.php
│ │ ├── modifier.cat.php
│ │ ├── modifier.count_characters.php
│ │ ├── modifier.count_paragraphs.php
│ │ ├── modifier.count_sentences.php
│ │ ├── modifier.count_words.php
│ │ ├── modifier.date_format.php
│ │ ├── modifier.debug_print_var.php
│ │ ├── modifier.default.php
│ │ ├── modifier.escape.php
│ │ ├── modifier.indent.php
│ │ ├── modifier.lower.php
│ │ ├── modifier.nl2br.php
│ │ ├── modifier.regex_replace.php
│ │ ├── modifier.replace.php
│ │ ├── modifier.spacify.php
│ │ ├── modifier.string_format.php
│ │ ├── modifier.strip.php
│ │ ├── modifier.strip_tags.php
│ │ ├── modifier.truncate.php
│ │ ├── modifier.upper.php
│ │ ├── modifier.wordwrap.php
│ │ ├── outputfilter.trimwhitespace.php
│ │ ├── shared.escape_special_chars.php
│ │ └── shared.make_timestamp.php
│ ├── Smarty-2.6.25.zip
│ ├── Smarty-3beta.zip
│ ├── Smarty_2
│ │ ├── Config_File.class.php
│ │ ├── Smarty.class.php
│ │ ├── Smarty_Compiler.class.php
│ │ ├── debug.tpl
│ │ ├── internals
│ │ │ ├── core.assemble_plugin_filepath.php
│ │ │ ├── core.assign_smarty_interface.php
│ │ │ ├── core.create_dir_structure.php
│ │ │ ├── core.display_debug_console.php
│ │ │ ├── core.get_include_path.php
│ │ │ ├── core.get_microtime.php
│ │ │ ├── core.get_php_resource.php
│ │ │ ├── core.is_secure.php
│ │ │ ├── core.is_trusted.php
│ │ │ ├── core.load_plugins.php
│ │ │ ├── core.load_resource_plugin.php
│ │ │ ├── core.process_cached_inserts.php
│ │ │ ├── core.process_compiled_include.php
│ │ │ ├── core.read_cache_file.php
│ │ │ ├── core.rm_auto.php
│ │ │ ├── core.rmdir.php
│ │ │ ├── core.run_insert_handler.php
│ │ │ ├── core.smarty_include_php.php
│ │ │ ├── core.write_cache_file.php
│ │ │ ├── core.write_compiled_include.php
│ │ │ ├── core.write_compiled_resource.php
│ │ │ └── core.write_file.php
│ │ └── plugins
│ │ ├── block.textformat.php
│ │ ├── compiler.assign.php
│ │ ├── function.assign_debug_info.php
│ │ ├── function.config_load.php
│ │ ├── function.counter.php
│ │ ├── function.cycle.php
│ │ ├── function.debug.php
│ │ ├── function.eval.php
│ │ ├── function.fetch.php
│ │ ├── function.html_checkboxes.php
│ │ ├── function.html_image.php
│ │ ├── function.html_options.php
│ │ ├── function.html_radios.php
│ │ ├── function.html_select_date.php
│ │ ├── function.html_select_time.php
│ │ ├── function.html_table.php
│ │ ├── function.mailto.php
│ │ ├── function.math.php
│ │ ├── function.popup.php
│ │ ├── function.popup_init.php
│ │ ├── modifier.capitalize.php
│ │ ├── modifier.cat.php
│ │ ├── modifier.count_characters.php
│ │ ├── modifier.count_paragraphs.php
│ │ ├── modifier.count_sentences.php
│ │ ├── modifier.count_words.php
│ │ ├── modifier.date_format.php
│ │ ├── modifier.debug_print_var.php
│ │ ├── modifier.default.php
│ │ ├── modifier.escape.php
│ │ ├── modifier.indent.php
│ │ ├── modifier.lower.php
│ │ ├── modifier.nl2br.php
│ │ ├── modifier.regex_replace.php
│ │ ├── modifier.replace.php
│ │ ├── modifier.spacify.php
│ │ ├── modifier.string_format.php
│ │ ├── modifier.strip.php
│ │ ├── modifier.strip_tags.php
│ │ ├── modifier.truncate.php
│ │ ├── modifier.upper.php
│ │ ├── modifier.wordwrap.php
│ │ ├── outputfilter.trimwhitespace.php
│ │ ├── shared.escape_special_chars.php
│ │ └── shared.make_timestamp.php
│ ├── Smarty_3
│ │ ├── Smarty.class.php
│ │ ├── debug.tpl
│ │ ├── plugins
│ │ │ ├── block.php.php
│ │ │ ├── block.textformat.php
│ │ │ ├── function.counter.php
│ │ │ ├── function.cycle.php
│ │ │ ├── function.fetch.php
│ │ │ ├── function.html_checkboxes.php
│ │ │ ├── function.html_image.php
│ │ │ ├── function.html_options.php
│ │ │ ├── function.html_radios.php
│ │ │ ├── function.html_select_date.php
│ │ │ ├── function.html_select_time.php
│ │ │ ├── function.html_table.php
│ │ │ ├── function.mailto.php
│ │ │ ├── function.math.php
│ │ │ ├── function.popup.php
│ │ │ ├── function.popup_init.php
│ │ │ ├── modifier.capitalize.php
│ │ │ ├── modifier.cat.php
│ │ │ ├── modifier.count_characters.php
│ │ │ ├── modifier.count_paragraphs.php
│ │ │ ├── modifier.count_sentences.php
│ │ │ ├── modifier.count_words.php
│ │ │ ├── modifier.date_format.php
│ │ │ ├── modifier.debug_print_var.php
│ │ │ ├── modifier.default.php
│ │ │ ├── modifier.escape.php
│ │ │ ├── modifier.indent.php
│ │ │ ├── modifier.lower.php
│ │ │ ├── modifier.noprint.php
│ │ │ ├── modifier.regex_replace.php
│ │ │ ├── modifier.replace.php
│ │ │ ├── modifier.spacify.php
│ │ │ ├── modifier.string_format.php
│ │ │ ├── modifier.strip.php
│ │ │ ├── modifier.strip_tags.php
│ │ │ ├── modifier.truncate.php
│ │ │ ├── modifier.upper.php
│ │ │ ├── modifier.wordwrap.php
│ │ │ ├── outputfilter.trimwhitespace.php
│ │ │ ├── shared.escape_special_chars.php
│ │ │ ├── shared.make_timestamp.php
│ │ │ └── variablefilter.htmlspecialchars.php
│ │ └── sysplugins
│ │ ├── smarty_internal_cache.php
│ │ ├── smarty_internal_cacheresource_file.php
│ │ ├── smarty_internal_compile_append.php
│ │ ├── smarty_internal_compile_assign.php
│ │ ├── smarty_internal_compile_block.php
│ │ ├── smarty_internal_compile_call.php
│ │ ├── smarty_internal_compile_capture.php
│ │ ├── smarty_internal_compile_config_load.php
│ │ ├── smarty_internal_compile_debug.php
│ │ ├── smarty_internal_compile_eval.php
│ │ ├── smarty_internal_compile_extends.php
│ │ ├── smarty_internal_compile_for.php
│ │ ├── smarty_internal_compile_foreach.php
│ │ ├── smarty_internal_compile_function.php
│ │ ├── smarty_internal_compile_if.php
│ │ ├── smarty_internal_compile_include.php
│ │ ├── smarty_internal_compile_include_php.php
│ │ ├── smarty_internal_compile_insert.php
│ │ ├── smarty_internal_compile_ldelim.php
│ │ ├── smarty_internal_compile_nocache.php
│ │ ├── smarty_internal_compile_private_block_plugin.php
│ │ ├── smarty_internal_compile_private_function_plugin.php
│ │ ├── smarty_internal_compile_private_modifier.php
│ │ ├── smarty_internal_compile_private_object_block_function.php
│ │ ├── smarty_internal_compile_private_object_function.php
│ │ ├── smarty_internal_compile_private_print_expression.php
│ │ ├── smarty_internal_compile_private_registered_block.php
│ │ ├── smarty_internal_compile_private_registered_function.php
│ │ ├── smarty_internal_compile_private_special_variable.php
│ │ ├── smarty_internal_compile_rdelim.php
│ │ ├── smarty_internal_compile_section.php
│ │ ├── smarty_internal_compile_while.php
│ │ ├── smarty_internal_compilebase.php
│ │ ├── smarty_internal_config.php
│ │ ├── smarty_internal_config_file_compiler.php
│ │ ├── smarty_internal_configfilelexer.php
│ │ ├── smarty_internal_configfileparser.php
│ │ ├── smarty_internal_data.php
│ │ ├── smarty_internal_debug.php
│ │ ├── smarty_internal_filter_handler.php
│ │ ├── smarty_internal_function_call_handler.php
│ │ ├── smarty_internal_parsetree.php
│ │ ├── smarty_internal_register.php
│ │ ├── smarty_internal_resource_extends.php
│ │ ├── smarty_internal_resource_file.php
│ │ ├── smarty_internal_resource_php.php
│ │ ├── smarty_internal_resource_registered.php
│ │ ├── smarty_internal_resource_stream.php
│ │ ├── smarty_internal_resource_string.php
│ │ ├── smarty_internal_security_handler.php
│ │ ├── smarty_internal_smartytemplatecompiler.php
│ │ ├── smarty_internal_template.php
│ │ ├── smarty_internal_templatecompilerbase.php
│ │ ├── smarty_internal_templatelexer.php
│ │ ├── smarty_internal_templateparser.php
│ │ ├── smarty_internal_unregister.php
│ │ ├── smarty_internal_utility.php
│ │ ├── smarty_internal_wrapper.php
│ │ ├── smarty_internal_write_file.php
│ │ └── smarty_security.php
│ ├── Zend
│ │ ├── Acl
│ │ │ ├── Assert
│ │ │ ├── Exception.php
│ │ │ ├── Resource
│ │ │ ├── Resource.php
│ │ │ ├── Role
│ │ │ └── Role.php
│ │ ├── Acl.php
│ │ ├── Amf
│ │ │ ├── Adobe
│ │ │ ├── Auth
│ │ │ ├── Constants.php
│ │ │ ├── Exception.php
│ │ │ ├── Parse
│ │ │ ├── Request
│ │ │ ├── Request.php
│ │ │ ├── Response
│ │ │ ├── Response.php
│ │ │ ├── Server
│ │ │ ├── Server.php
│ │ │ ├── Util
│ │ │ └── Value
│ │ ├── Application
│ │ │ ├── Bootstrap
│ │ │ ├── Exception.php
│ │ │ ├── Module
│ │ │ └── Resource
│ │ ├── Application.php
│ │ ├── Auth
│ │ │ ├── Adapter
│ │ │ ├── Exception.php
│ │ │ ├── Result.php
│ │ │ └── Storage
│ │ ├── Auth.php
│ │ ├── Barcode
│ │ │ ├── Exception.php
│ │ │ ├── Object
│ │ │ └── Renderer
│ │ ├── Barcode.php
│ │ ├── Cache
│ │ │ ├── Backend
│ │ │ ├── Backend.php
│ │ │ ├── Core.php
│ │ │ ├── Exception.php
│ │ │ ├── Frontend
│ │ │ └── Manager.php
│ │ ├── Cache.php
│ │ ├── Captcha
│ │ │ ├── Adapter.php
│ │ │ ├── Base.php
│ │ │ ├── Dumb.php
│ │ │ ├── Exception.php
│ │ │ ├── Figlet.php
│ │ │ ├── Image.php
│ │ │ ├── ReCaptcha.php
│ │ │ └── Word.php
│ │ ├── CodeGenerator
│ │ │ ├── Abstract.php
│ │ │ ├── Exception.php
│ │ │ └── Php
│ │ ├── Config
│ │ │ ├── Exception.php
│ │ │ ├── Ini.php
│ │ │ ├── Writer
│ │ │ ├── Writer.php
│ │ │ └── Xml.php
│ │ ├── Config.php
│ │ ├── Console
│ │ │ ├── Getopt
│ │ │ └── Getopt.php
│ │ ├── Controller
│ │ │ ├── Action
│ │ │ ├── Action.php
│ │ │ ├── Dispatcher
│ │ │ ├── Exception.php
│ │ │ ├── Front.php
│ │ │ ├── Plugin
│ │ │ ├── Request
│ │ │ ├── Response
│ │ │ └── Router
│ │ ├── Crypt
│ │ │ ├── DiffieHellman
│ │ │ ├── DiffieHellman.php
│ │ │ ├── Exception.php
│ │ │ ├── Hmac
│ │ │ ├── Hmac.php
│ │ │ ├── Math
│ │ │ ├── Math.php
│ │ │ ├── Rsa
│ │ │ └── Rsa.php
│ │ ├── Crypt.php
│ │ ├── Currency
│ │ │ ├── CurrencyInterface.php
│ │ │ └── Exception.php
│ │ ├── Currency.php
│ │ ├── Date
│ │ │ ├── Cities.php
│ │ │ ├── DateObject.php
│ │ │ └── Exception.php
│ │ ├── Date.php
│ │ ├── Db
│ │ │ ├── Adapter
│ │ │ ├── Exception.php
│ │ │ ├── Expr.php
│ │ │ ├── Profiler
│ │ │ ├── Profiler.php
│ │ │ ├── Select
│ │ │ ├── Select.php
│ │ │ ├── Statement
│ │ │ ├── Statement.php
│ │ │ ├── Table
│ │ │ └── Table.php
│ │ ├── Db.php
│ │ ├── Debug.php
│ │ ├── Dojo
│ │ │ ├── BuildLayer.php
│ │ │ ├── Data.php
│ │ │ ├── Exception.php
│ │ │ ├── Form
│ │ │ ├── Form.php
│ │ │ └── View
│ │ ├── Dojo.php
│ │ ├── Dom
│ │ │ ├── Exception.php
│ │ │ ├── Query
│ │ │ └── Query.php
│ │ ├── Exception.php
│ │ ├── Feed
│ │ │ ├── Abstract.php
│ │ │ ├── Atom.php
│ │ │ ├── Builder
│ │ │ ├── Builder.php
│ │ │ ├── Element.php
│ │ │ ├── Entry
│ │ │ ├── Exception.php
│ │ │ ├── Pubsubhubbub
│ │ │ ├── Pubsubhubbub.php
│ │ │ ├── Reader
│ │ │ ├── Reader.php
│ │ │ ├── Rss.php
│ │ │ ├── Writer
│ │ │ └── Writer.php
│ │ ├── Feed.php
│ │ ├── File
│ │ │ ├── Transfer
│ │ │ └── Transfer.php
│ │ ├── Filter
│ │ │ ├── Alnum.php
│ │ │ ├── Alpha.php
│ │ │ ├── BaseName.php
│ │ │ ├── Boolean.php
│ │ │ ├── Callback.php
│ │ │ ├── Compress
│ │ │ ├── Compress.php
│ │ │ ├── Decompress.php
│ │ │ ├── Decrypt.php
│ │ │ ├── Digits.php
│ │ │ ├── Dir.php
│ │ │ ├── Encrypt
│ │ │ ├── Encrypt.php
│ │ │ ├── Exception.php
│ │ │ ├── File
│ │ │ ├── HtmlEntities.php
│ │ │ ├── Inflector.php
│ │ │ ├── Input.php
│ │ │ ├── Int.php
│ │ │ ├── Interface.php
│ │ │ ├── LocalizedToNormalized.php
│ │ │ ├── NormalizedToLocalized.php
│ │ │ ├── Null.php
│ │ │ ├── PregReplace.php
│ │ │ ├── RealPath.php
│ │ │ ├── StringToLower.php
│ │ │ ├── StringToUpper.php
│ │ │ ├── StringTrim.php
│ │ │ ├── StripNewlines.php
│ │ │ ├── StripTags.php
│ │ │ └── Word
│ │ ├── Filter.php
│ │ ├── Form
│ │ │ ├── Decorator
│ │ │ ├── DisplayGroup.php
│ │ │ ├── Element
│ │ │ ├── Element.php
│ │ │ ├── Exception.php
│ │ │ └── SubForm.php
│ │ ├── Form.php
│ │ ├── Gdata
│ │ │ ├── App
│ │ │ ├── App.php
│ │ │ ├── AuthSub.php
│ │ │ ├── Books
│ │ │ ├── Books.php
│ │ │ ├── Calendar
│ │ │ ├── Calendar.php
│ │ │ ├── ClientLogin.php
│ │ │ ├── Docs
│ │ │ ├── Docs.php
│ │ │ ├── DublinCore
│ │ │ ├── DublinCore.php
│ │ │ ├── Entry.php
│ │ │ ├── Exif
│ │ │ ├── Exif.php
│ │ │ ├── Extension
│ │ │ ├── Extension.php
│ │ │ ├── Feed.php
│ │ │ ├── Gapps
│ │ │ ├── Gapps.php
│ │ │ ├── Gbase
│ │ │ ├── Gbase.php
│ │ │ ├── Geo
│ │ │ ├── Geo.php
│ │ │ ├── Health
│ │ │ ├── Health.php
│ │ │ ├── HttpAdapterStreamingProxy.php
│ │ │ ├── HttpAdapterStreamingSocket.php
│ │ │ ├── HttpClient.php
│ │ │ ├── Kind
│ │ │ ├── Media
│ │ │ ├── Media.php
│ │ │ ├── MediaMimeStream.php
│ │ │ ├── MimeBodyString.php
│ │ │ ├── MimeFile.php
│ │ │ ├── Photos
│ │ │ ├── Photos.php
│ │ │ ├── Query.php
│ │ │ ├── Spreadsheets
│ │ │ ├── Spreadsheets.php
│ │ │ ├── YouTube
│ │ │ └── YouTube.php
│ │ ├── Gdata.php
│ │ ├── Http
│ │ │ ├── Client
│ │ │ ├── Client.php
│ │ │ ├── Cookie.php
│ │ │ ├── CookieJar.php
│ │ │ ├── Exception.php
│ │ │ ├── Response
│ │ │ └── Response.php
│ │ ├── InfoCard
│ │ │ ├── Adapter
│ │ │ ├── Cipher
│ │ │ ├── Cipher.php
│ │ │ ├── Claims.php
│ │ │ ├── Exception.php
│ │ │ └── Xml
│ │ ├── InfoCard.php
│ │ ├── Json
│ │ │ ├── Decoder.php
│ │ │ ├── Encoder.php
│ │ │ ├── Exception.php
│ │ │ ├── Expr.php
│ │ │ ├── Server
│ │ │ └── Server.php
│ │ ├── Json.php
│ │ ├── Layout
│ │ │ ├── Controller
│ │ │ └── Exception.php
│ │ ├── Layout.php
│ │ ├── Ldap
│ │ │ ├── Attribute.php
│ │ │ ├── Collection
│ │ │ ├── Collection.php
│ │ │ ├── Converter.php
│ │ │ ├── Dn.php
│ │ │ ├── Exception.php
│ │ │ ├── Filter
│ │ │ ├── Filter.php
│ │ │ ├── Ldif
│ │ │ ├── Node
│ │ │ └── Node.php
│ │ ├── Ldap.php
│ │ ├── Loader
│ │ │ ├── Autoloader
│ │ │ ├── Autoloader.php
│ │ │ ├── Exception.php
│ │ │ ├── PluginLoader
│ │ │ └── PluginLoader.php
│ │ ├── Loader.php
│ │ ├── Locale
│ │ │ ├── Data
│ │ │ ├── Data.php
│ │ │ ├── Exception.php
│ │ │ ├── Format.php
│ │ │ ├── Math
│ │ │ └── Math.php
│ │ ├── Locale.php
│ │ ├── Log
│ │ │ ├── Exception.php
│ │ │ ├── FactoryInterface.php
│ │ │ ├── Filter
│ │ │ ├── Formatter
│ │ │ └── Writer
│ │ ├── Log.php
│ │ ├── Mail
│ │ │ ├── Exception.php
│ │ │ ├── Message
│ │ │ ├── Message.php
│ │ │ ├── Part
│ │ │ ├── Part.php
│ │ │ ├── Protocol
│ │ │ ├── Storage
│ │ │ ├── Storage.php
│ │ │ └── Transport
│ │ ├── Mail.php
│ │ ├── Markup
│ │ │ ├── Exception.php
│ │ │ ├── Parser
│ │ │ ├── Renderer
│ │ │ ├── Token.php
│ │ │ └── TokenList.php
│ │ ├── Markup.php
│ │ ├── Measure
│ │ │ ├── Abstract.php
│ │ │ ├── Acceleration.php
│ │ │ ├── Angle.php
│ │ │ ├── Area.php
│ │ │ ├── Binary.php
│ │ │ ├── Capacitance.php
│ │ │ ├── Cooking
│ │ │ ├── Current.php
│ │ │ ├── Density.php
│ │ │ ├── Energy.php
│ │ │ ├── Exception.php
│ │ │ ├── Flow
│ │ │ ├── Force.php
│ │ │ ├── Frequency.php
│ │ │ ├── Illumination.php
│ │ │ ├── Length.php
│ │ │ ├── Lightness.php
│ │ │ ├── Number.php
│ │ │ ├── Power.php
│ │ │ ├── Pressure.php
│ │ │ ├── Speed.php
│ │ │ ├── Temperature.php
│ │ │ ├── Time.php
│ │ │ ├── Torque.php
│ │ │ ├── Viscosity
│ │ │ ├── Volume.php
│ │ │ └── Weight.php
│ │ ├── Memory
│ │ │ ├── AccessController.php
│ │ │ ├── Container
│ │ │ ├── Container.php
│ │ │ ├── Exception.php
│ │ │ ├── Manager.php
│ │ │ └── Value.php
│ │ ├── Memory.php
│ │ ├── Mime
│ │ │ ├── Decode.php
│ │ │ ├── Exception.php
│ │ │ ├── Message.php
│ │ │ └── Part.php
│ │ ├── Mime.php
│ │ ├── Navigation
│ │ │ ├── Container.php
│ │ │ ├── Exception.php
│ │ │ ├── Page
│ │ │ └── Page.php
│ │ ├── Navigation.php
│ │ ├── Oauth
│ │ │ ├── Client.php
│ │ │ ├── Config
│ │ │ ├── Config.php
│ │ │ ├── Consumer.php
│ │ │ ├── Exception.php
│ │ │ ├── Http
│ │ │ ├── Http.php
│ │ │ ├── Signature
│ │ │ ├── Token
│ │ │ └── Token.php
│ │ ├── Oauth.php
│ │ ├── OpenId
│ │ │ ├── Consumer
│ │ │ ├── Consumer.php
│ │ │ ├── Exception.php
│ │ │ ├── Extension
│ │ │ ├── Extension.php
│ │ │ ├── Provider
│ │ │ └── Provider.php
│ │ ├── OpenId.php
│ │ ├── Paginator
│ │ │ ├── Adapter
│ │ │ ├── AdapterAggregate.php
│ │ │ ├── Exception.php
│ │ │ ├── ScrollingStyle
│ │ │ └── SerializableLimitIterator.php
│ │ ├── Paginator.php
│ │ ├── Pdf
│ │ │ ├── Action
│ │ │ ├── Action.php
│ │ │ ├── Annotation
│ │ │ ├── Annotation.php
│ │ │ ├── Cmap
│ │ │ ├── Cmap.php
│ │ │ ├── Color
│ │ │ ├── Color.php
│ │ │ ├── Destination
│ │ │ ├── Destination.php
│ │ │ ├── Element
│ │ │ ├── Element.php
│ │ │ ├── ElementFactory
│ │ │ ├── ElementFactory.php
│ │ │ ├── Exception.php
│ │ │ ├── FileParser
│ │ │ ├── FileParser.php
│ │ │ ├── FileParserDataSource
│ │ │ ├── FileParserDataSource.php
│ │ │ ├── Filter
│ │ │ ├── Font.php
│ │ │ ├── Image.php
│ │ │ ├── NameTree.php
│ │ │ ├── Outline
│ │ │ ├── Outline.php
│ │ │ ├── Page.php
│ │ │ ├── Parser.php
│ │ │ ├── RecursivelyIteratableObjectsContainer.php
│ │ │ ├── Resource
│ │ │ ├── Resource.php
│ │ │ ├── StringParser.php
│ │ │ ├── Style.php
│ │ │ ├── Target.php
│ │ │ ├── Trailer
│ │ │ ├── Trailer.php
│ │ │ └── UpdateInfoContainer.php
│ │ ├── Pdf.php
│ │ ├── ProgressBar
│ │ │ ├── Adapter
│ │ │ ├── Adapter.php
│ │ │ └── Exception.php
│ │ ├── ProgressBar.php
│ │ ├── Queue
│ │ │ ├── Adapter
│ │ │ ├── Exception.php
│ │ │ ├── Message
│ │ │ ├── Message.php
│ │ │ └── Stomp
│ │ ├── Queue.php
│ │ ├── Reflection
│ │ │ ├── Class.php
│ │ │ ├── Docblock
│ │ │ ├── Docblock.php
│ │ │ ├── Exception.php
│ │ │ ├── Extension.php
│ │ │ ├── File.php
│ │ │ ├── Function.php
│ │ │ ├── Method.php
│ │ │ ├── Parameter.php
│ │ │ └── Property.php
│ │ ├── Registry.php
│ │ ├── Rest
│ │ │ ├── Client
│ │ │ ├── Client.php
│ │ │ ├── Controller.php
│ │ │ ├── Exception.php
│ │ │ ├── Route.php
│ │ │ ├── Server
│ │ │ └── Server.php
│ │ ├── Search
│ │ │ ├── Exception.php
│ │ │ ├── Lucene
│ │ │ └── Lucene.php
│ │ ├── Serializer
│ │ │ ├── Adapter
│ │ │ └── Exception.php
│ │ ├── Serializer.php
│ │ ├── Server
│ │ │ ├── Abstract.php
│ │ │ ├── Cache.php
│ │ │ ├── Definition.php
│ │ │ ├── Exception.php
│ │ │ ├── Interface.php
│ │ │ ├── Method
│ │ │ ├── Reflection
│ │ │ └── Reflection.php
│ │ ├── Service
│ │ │ ├── Abstract.php
│ │ │ ├── Akismet.php
│ │ │ ├── Amazon
│ │ │ ├── Amazon.php
│ │ │ ├── Audioscrobbler.php
│ │ │ ├── Delicious
│ │ │ ├── Delicious.php
│ │ │ ├── DeveloperGarden
│ │ │ ├── Exception.php
│ │ │ ├── Flickr
│ │ │ ├── Flickr.php
│ │ │ ├── LiveDocx
│ │ │ ├── LiveDocx.php
│ │ │ ├── Nirvanix
│ │ │ ├── Nirvanix.php
│ │ │ ├── ReCaptcha
│ │ │ ├── ReCaptcha.php
│ │ │ ├── Simpy
│ │ │ ├── Simpy.php
│ │ │ ├── SlideShare
│ │ │ ├── SlideShare.php
│ │ │ ├── StrikeIron
│ │ │ ├── StrikeIron.php
│ │ │ ├── Technorati
│ │ │ ├── Technorati.php
│ │ │ ├── Twitter
│ │ │ ├── Twitter.php
│ │ │ ├── WindowsAzure
│ │ │ ├── Yahoo
│ │ │ └── Yahoo.php
│ │ ├── Session
│ │ │ ├── Abstract.php
│ │ │ ├── Exception.php
│ │ │ ├── Namespace.php
│ │ │ ├── SaveHandler
│ │ │ └── Validator
│ │ ├── Session.php
│ │ ├── Soap
│ │ │ ├── AutoDiscover
│ │ │ ├── AutoDiscover.php
│ │ │ ├── Client
│ │ │ ├── Client.php
│ │ │ ├── Server
│ │ │ ├── Server.php
│ │ │ ├── Wsdl
│ │ │ └── Wsdl.php
│ │ ├── Tag
│ │ │ ├── Cloud
│ │ │ ├── Cloud.php
│ │ │ ├── Exception.php
│ │ │ ├── Item.php
│ │ │ ├── ItemList.php
│ │ │ └── Taggable.php
│ │ ├── Test
│ │ │ ├── DbAdapter.php
│ │ │ ├── DbStatement.php
│ │ │ └── PHPUnit
│ │ ├── Text
│ │ │ ├── Exception.php
│ │ │ ├── Figlet
│ │ │ ├── Figlet.php
│ │ │ ├── MultiByte.php
│ │ │ ├── Table
│ │ │ └── Table.php
│ │ ├── TimeSync
│ │ │ ├── Exception.php
│ │ │ ├── Ntp.php
│ │ │ ├── Protocol.php
│ │ │ └── Sntp.php
│ │ ├── TimeSync.php
│ │ ├── Tool
│ │ │ ├── Framework
│ │ │ └── Project
│ │ ├── Translate
│ │ │ ├── Adapter
│ │ │ ├── Adapter.php
│ │ │ ├── Exception.php
│ │ │ └── Plural.php
│ │ ├── Translate.php
│ │ ├── Uri
│ │ │ ├── Exception.php
│ │ │ └── Http.php
│ │ ├── Uri.php
│ │ ├── Validate
│ │ │ ├── Abstract.php
│ │ │ ├── Alnum.php
│ │ │ ├── Alpha.php
│ │ │ ├── Barcode
│ │ │ ├── Barcode.php
│ │ │ ├── Between.php
│ │ │ ├── Callback.php
│ │ │ ├── Ccnum.php
│ │ │ ├── CreditCard.php
│ │ │ ├── Date.php
│ │ │ ├── Db
│ │ │ ├── Digits.php
│ │ │ ├── EmailAddress.php
│ │ │ ├── Exception.php
│ │ │ ├── File
│ │ │ ├── Float.php
│ │ │ ├── GreaterThan.php
│ │ │ ├── Hex.php
│ │ │ ├── Hostname
│ │ │ ├── Hostname.php
│ │ │ ├── Iban.php
│ │ │ ├── Identical.php
│ │ │ ├── InArray.php
│ │ │ ├── Int.php
│ │ │ ├── Interface.php
│ │ │ ├── Ip.php
│ │ │ ├── Isbn.php
│ │ │ ├── LessThan.php
│ │ │ ├── NotEmpty.php
│ │ │ ├── PostCode.php
│ │ │ ├── Regex.php
│ │ │ ├── Sitemap
│ │ │ └── StringLength.php
│ │ ├── Validate.php
│ │ ├── Version.php
│ │ ├── View
│ │ │ ├── Abstract.php
│ │ │ ├── Exception.php
│ │ │ ├── Helper
│ │ │ ├── Interface.php
│ │ │ └── Stream.php
│ │ ├── View.php
│ │ ├── Wildfire
│ │ │ ├── Channel
│ │ │ ├── Exception.php
│ │ │ ├── Plugin
│ │ │ └── Protocol
│ │ └── XmlRpc
│ │ ├── Client
│ │ ├── Client.php
│ │ ├── Exception.php
│ │ ├── Fault.php
│ │ ├── Generator
│ │ ├── Request
│ │ ├── Request.php
│ │ ├── Response
│ │ ├── Response.php
│ │ ├── Server
│ │ ├── Server.php
│ │ ├── Value
│ │ └── Value.php
│ └── ZendFramework-1.10.2.zip
└── 安装向导.txt
343 directories, 781 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论