Description: Xbphp is a combination of ThinkPHP, CakePHP and smatry in a different way the PHP open source framework.
1, to achieve intelligent directory loading, no need to define the directory
2, to achieve a regular cache (reducing the number of times, the static cache data, data compression, improve the efficiency of the implementation)
3, comes with a small template engine mechanism
4, combined with the CakePHP+ThinkPHP method
5, realize the automatic cross environment and cross platform compatibility, no need to modify the configuration
To Search:
File list (Check if you may need any files):
xbphp
.....\.htaccess
.....\home
.....\....\.htaccess
.....\....\controller
.....\....\..........\AppController.php
.....\....\..........\IndexController.php
.....\....\databases
.....\....\.........\config.php
.....\....\.........\configure.inc.php
.....\....\.........\defined.php
.....\....\.........\route.php
.....\....\index.php
.....\....\layout
.....\....\......\index.php
.....\....\model
.....\....\.....\AppModel.php
.....\....\.....\BcWzModel.php
.....\....\view
.....\....\....\index.html
.....\....\webroot
.....\....\.......\.htaccess
.....\....\.......\index.php
.....\index.php
.....\README.md
.....\vendors
.....\.......\Smarty
.....\.......\......\composer.json
.....\.......\......\COPYING.lib
.....\.......\......\libs
.....\.......\......\....\debug.tpl
.....\.......\......\....\plugins
.....\.......\......\....\.......\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
.....\.......\......\....\.......\modifier.capitalize.php
.....\.......\......\....\.......\modifier.date_format.php
.....\.......\......\....\.......\modifier.debug_print_var.php
.....\.......\......\....\.......\modifier.escape.php
.....\.......\......\....\.......\modifier.regex_replace.php
.....\.......\......\....\.......\modifier.replace.php
.....\.......\......\....\.......\modifier.spacify.php
.....\.......\......\....\.......\modifier.truncate.php
.....\.......\......\....\.......\modifiercompiler.cat.php
.....\.......\......\....\.......\modifiercompiler.count_characters.php
.....\.......\......\....\.......\modifiercompiler.count_paragraphs.php
.....\.......\......\....\.......\modifiercompiler.count_sentences.php
.....\.......\......\....\.......\modifiercompiler.count_words.php
.....\.......\......\....\.......\modifiercompiler.default.php
.....\.......\......\....\.......\modifiercompiler.escape.php
.....\.......\......\....\.......\modifiercompiler.from_charset.php
.....\.......\......\....\.......\modifiercompiler.indent.php
.....\.......\......\....\.......\modifiercompiler.lower.php
.....\.......\......\....\.......\modifiercompiler.noprint.php
.....\.......\......\....\.......\modifiercompiler.string_format.php
.....\.......\......\....\.......\modifiercompiler.strip.php
.....\.......\......\....\.......\modifiercompiler.strip_tags.php
.....\.......\......\....\.......\modifiercompiler.to_charset.php
.....\.......\......\....\.......\modifiercompiler.unescape.php
.....\.......\......\....\.......\modifiercompiler.upper.php
.....\.......\......\....\.......\modifiercompiler.wordwrap.php
.....\.......\......\....\.......\outputfilter.trimwhitespace.php
.....\.......\......\....\.......\shared.escape_special_chars.php
.....\.......\......\....\.......\shared.literal_compiler_param.php
.....\.......\......\....\.......\shared.make_timestamp.php
.....\.......\......\....\.......\shared.mb_str_replace.php
.....\.......\......\....\.......\shared.mb_unicode.php
.....\.......\......\....\.......\shared.mb_wordwrap.php
.....\.......\......\....\.......\variablefilter.htmlspecialchars.php
.....\.......\......\....\Smarty.class.php
.....\.......\......\....\SmartyBC.class.php
.....\.......\......\....\sysplugins
.....\.......\......\....\..........\smarty_cacheresource.php
.....\.......\......\....\..........\smarty_cacheresource_custom.php
.....\.......\......\....\..........\smarty_cacheresource_keyvaluestore.php
.....\.......\......\....\..........\smarty_config_source.php
.....