Description: SpeedPHP框架第二版不仅保留了一贯快速开发的风格,更加入一系列强大的功能,也编写了大量的教程。无论是初学者或是有经验的PHP高手,都可以很轻松的学习和使用这个全新的PHP框架,体验快速开发的乐趣。
第二版的SpeedPHP框架,增加了以下的功能:
增加生成真实HTML文件的spHtml
增加函数/数据库缓存程序spCache,数据库操作速度大幅度提高
增加简单强大的spVerifier数据验证程序
增加一对一,一对多,多对多等数据表表间关联的支持
增加数据分页程序
加入系统钩子,支持扩展程序开发
加入视图钩子,支持视图扩展开发
支持PATH_INFO,美化程序网址
加入Smarty支持,自动模板输出等视图功能
增加spArgs获取网络输入输出
增加多语言的支持
优化spUrl支持真实HTML文件及PATH_INFO
增加至90多项程序配置,让开发者更容易DIY自己的框架
支持程序配置快速写入
在文件读写程序中加入过期时间设置
优化路由程序,程序访问更智能更稳定。
优化载入和类初始化工具
统一框架内部异常提示
To Search:
File list (Check if you may need any files):
controller
..........\main.php
model
SpeedPHP
........\Core
........\....\mysql.php
........\....\Smarty
........\....\......\Config_File.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.rmdir.php
........\....\......\.........\core.rm_auto.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.class.php
........\....\......\Smarty_Compiler.class.php
........\....\spController.php
........\....\spModel.php
........\....\spView.php
........\Extensions
........\..........\Services_JSON.php