【例子介绍】php电影管理系统可做毕业设计
运行环境及技术 Linux Apache PHP MySQL MVC三层架构 具体技术选择 面向对象 - javascript Smarty - CSS/DIV ADOdb5 GD2 PHP DOM AJAX Mail
【相关图片】
【源码结构】
文件清单
└── 张铮
├── film
│ ├── adodb5
│ │ ├── adodb-active-record.inc.php
│ │ ├── adodb-active-recordx.inc.php
│ │ ├── adodb-csvlib.inc.php
│ │ ├── adodb-datadict.inc.php
│ │ ├── adodb-errorhandler.inc.php
│ │ ├── adodb-error.inc.php
│ │ ├── adodb-errorpear.inc.php
│ │ ├── adodb-exceptions.inc.php
│ │ ├── adodb.inc.php
│ │ ├── adodb-iterator.inc.php
│ │ ├── adodb-lib.inc.php
│ │ ├── adodb-memcache.lib.inc.php
│ │ ├── adodb-pager.inc.php
│ │ ├── adodb-pear.inc.php
│ │ ├── adodb-perf.inc.php
│ │ ├── adodb-php4.inc.php
│ │ ├── adodb-time.inc.php
│ │ ├── adodb-xmlschema03.inc.php
│ │ ├── adodb-xmlschema.inc.php
│ │ ├── contrib
│ │ │ ├── _notes
│ │ │ │ └── dwsync.xml
│ │ │ └── toxmlrpc.inc.php
│ │ ├── cute_icons_for_site
│ │ │ ├── adodb2.gif
│ │ │ ├── adodb.gif
│ │ │ └── _notes
│ │ │ └── dwsync.xml
│ │ ├── datadict
│ │ │ ├── datadict-access.inc.php
│ │ │ ├── datadict-db2.inc.php
│ │ │ ├── datadict-firebird.inc.php
│ │ │ ├── datadict-generic.inc.php
│ │ │ ├── datadict-ibase.inc.php
│ │ │ ├── datadict-informix.inc.php
│ │ │ ├── datadict-mssql.inc.php
│ │ │ ├── datadict-mssqlnative.inc.php
│ │ │ ├── datadict-mysql.inc.php
│ │ │ ├── datadict-oci8.inc.php
│ │ │ ├── datadict-postgres.inc.php
│ │ │ ├── datadict-sapdb.inc.php
│ │ │ ├── datadict-sybase.inc.php
│ │ │ └── _notes
│ │ │ └── dwsync.xml
│ │ ├── docs
│ │ │ ├── docs-active-record.htm
│ │ │ ├── docs-adodb.htm
│ │ │ ├── docs-datadict.htm
│ │ │ ├── docs-oracle.htm
│ │ │ ├── docs-perf.htm
│ │ │ ├── docs-session.htm
│ │ │ ├── docs-session.old.htm
│ │ │ ├── _notes
│ │ │ │ └── dwsync.xml
│ │ │ ├── old-changelog.htm
│ │ │ ├── readme.htm
│ │ │ ├── tips_portable_sql.htm
│ │ │ └── tute.htm
│ │ ├── drivers
│ │ │ ├── adodb-access.inc.php
│ │ │ ├── adodb-ado5.inc.php
│ │ │ ├── adodb-ado_access.inc.php
│ │ │ ├── adodb-ado.inc.php
│ │ │ ├── adodb-ado_mssql.inc.php
│ │ │ ├── adodb-ads.inc.php
│ │ │ ├── adodb-borland_ibase.inc.php
│ │ │ ├── adodb-csv.inc.php
│ │ │ ├── adodb-db2.inc.php
│ │ │ ├── adodb-fbsql.inc.php
│ │ │ ├── adodb-firebird.inc.php
│ │ │ ├── adodb-ibase.inc.php
│ │ │ ├── adodb-informix72.inc.php
│ │ │ ├── adodb-informix.inc.php
│ │ │ ├── adodb-ldap.inc.php
│ │ │ ├── adodb-mssql.inc.php
│ │ │ ├── adodb-mssqlnative.inc.php
│ │ │ ├── adodb-mssql_n.inc.php
│ │ │ ├── adodb-mssqlpo.inc.php
│ │ │ ├── adodb-mysqli.inc.php
│ │ │ ├── adodb-mysql.inc.php
│ │ │ ├── adodb-mysqlpo.inc.php
│ │ │ ├── adodb-mysqlt.inc.php
│ │ │ ├── adodb-netezza.inc.php
│ │ │ ├── adodb-oci805.inc.php
│ │ │ ├── adodb-oci8.inc.php
│ │ │ ├── adodb-oci8po.inc.php
│ │ │ ├── adodb-odbc_db2.inc.php
│ │ │ ├── adodb-odbc.inc.php
│ │ │ ├── adodb-odbc_mssql.inc.php
│ │ │ ├── adodb-odbc_oracle.inc.php
│ │ │ ├── adodb-odbtp.inc.php
│ │ │ ├── adodb-odbtp_unicode.inc.php
│ │ │ ├── adodb-oracle.inc.php
│ │ │ ├── adodb-pdo.inc.php
│ │ │ ├── adodb-pdo_mssql.inc.php
│ │ │ ├── adodb-pdo_mysql.inc.php
│ │ │ ├── adodb-pdo_oci.inc.php
│ │ │ ├── adodb-pdo_pgsql.inc.php
│ │ │ ├── adodb-pdo_sqlite.inc.php
│ │ │ ├── adodb-postgres64.inc.php
│ │ │ ├── adodb-postgres7.inc.php
│ │ │ ├── adodb-postgres8.inc.php
│ │ │ ├── adodb-postgres.inc.php
│ │ │ ├── adodb-proxy.inc.php
│ │ │ ├── adodb-sapdb.inc.php
│ │ │ ├── adodb-sqlanywhere.inc.php
│ │ │ ├── adodb-sqlite.inc.php
│ │ │ ├── adodb-sqlitepo.inc.php
│ │ │ ├── adodb-sybase_ase.inc.php
│ │ │ ├── adodb-sybase.inc.php
│ │ │ ├── adodb-vfp.inc.php
│ │ │ └── _notes
│ │ │ └── dwsync.xml
│ │ ├── lang
│ │ │ ├── adodb-ar.inc.php
│ │ │ ├── adodb-bg.inc.php
│ │ │ ├── adodb-bgutf8.inc.php
│ │ │ ├── adodb-ca.inc.php
│ │ │ ├── adodb-cn.inc.php
│ │ │ ├── adodb-cz.inc.php
│ │ │ ├── adodb-da.inc.php
│ │ │ ├── adodb-de.inc.php
│ │ │ ├── adodb-en.inc.php
│ │ │ ├── adodb-es.inc.php
│ │ │ ├── adodb-esperanto.inc.php
│ │ │ ├── adodb-fa.inc.php
│ │ │ ├── adodb-fr.inc.php
│ │ │ ├── adodb-hu.inc.php
│ │ │ ├── adodb-it.inc.php
│ │ │ ├── adodb-nl.inc.php
│ │ │ ├── adodb-pl.inc.php
│ │ │ ├── adodb-pt-br.inc.php
│ │ │ ├── adodb-ro.inc.php
│ │ │ ├── adodb-ru1251.inc.php
│ │ │ ├── adodb-sv.inc.php
│ │ │ ├── adodb_th.inc.php
│ │ │ ├── adodb-uk1251.inc.php
│ │ │ └── _notes
│ │ │ └── dwsync.xml
│ │ ├── license.txt
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ ├── pear
│ │ │ ├── Auth
│ │ │ │ └── Container
│ │ │ │ ├── ADOdb.php
│ │ │ │ └── _notes
│ │ │ │ └── dwsync.xml
│ │ │ ├── _notes
│ │ │ │ └── dwsync.xml
│ │ │ └── readme.Auth.txt
│ │ ├── perf
│ │ │ ├── _notes
│ │ │ │ └── dwsync.xml
│ │ │ ├── perf-db2.inc.php
│ │ │ ├── perf-informix.inc.php
│ │ │ ├── perf-mssql.inc.php
│ │ │ ├── perf-mssqlnative.inc.php
│ │ │ ├── perf-mysql.inc.php
│ │ │ ├── perf-oci8.inc.php
│ │ │ └── perf-postgres.inc.php
│ │ ├── pivottable.inc.php
│ │ ├── readme.txt
│ │ ├── rsfilter.inc.php
│ │ ├── server.php
│ │ ├── session
│ │ │ ├── adodb-compress-bzip2.php
│ │ │ ├── adodb-compress-gzip.php
│ │ │ ├── adodb-cryptsession2.php
│ │ │ ├── adodb-cryptsession.php
│ │ │ ├── adodb-encrypt-mcrypt.php
│ │ │ ├── adodb-encrypt-md5.php
│ │ │ ├── adodb-encrypt-secret.php
│ │ │ ├── adodb-encrypt-sha1.php
│ │ │ ├── adodb-session2.php
│ │ │ ├── adodb-session-clob2.php
│ │ │ ├── adodb-session-clob.php
│ │ │ ├── adodb-session.php
│ │ │ ├── adodb-sessions.mysql.sql
│ │ │ ├── adodb-sessions.oracle.clob.sql
│ │ │ ├── adodb-sessions.oracle.sql
│ │ │ ├── adodb-sess.txt
│ │ │ ├── crypt.inc.php
│ │ │ ├── _notes
│ │ │ │ └── dwsync.xml
│ │ │ ├── old
│ │ │ │ ├── adodb-cryptsession.php
│ │ │ │ ├── adodb-session-clob.php
│ │ │ │ ├── adodb-session.php
│ │ │ │ ├── crypt.inc.php
│ │ │ │ └── _notes
│ │ │ │ └── dwsync.xml
│ │ │ ├── session_schema2.xml
│ │ │ └── session_schema.xml
│ │ ├── tests
│ │ │ ├── benchmark.php
│ │ │ ├── client.php
│ │ │ ├── _notes
│ │ │ │ └── dwsync.xml
│ │ │ ├── pdo.php
│ │ │ ├── test2.php
│ │ │ ├── test3.php
│ │ │ ├── test4.php
│ │ │ ├── test5.php
│ │ │ ├── test-active-record.php
│ │ │ ├── test-active-recs2.php
│ │ │ ├── test-active-relations.php
│ │ │ ├── test-active-relationsx.php
│ │ │ ├── testcache.php
│ │ │ ├── testdatabases.inc.php
│ │ │ ├── test-datadict.php
│ │ │ ├── testgenid.php
│ │ │ ├── testmssql.php
│ │ │ ├── testoci8cursor.php
│ │ │ ├── testoci8.php
│ │ │ ├── testpaging.php
│ │ │ ├── testpear.php
│ │ │ ├── test-perf.php
│ │ │ ├── test-pgblob.php
│ │ │ ├── test.php
│ │ │ ├── test-php5.php
│ │ │ ├── test_rs_array.php
│ │ │ ├── testsessions.php
│ │ │ ├── test-xmlschema.php
│ │ │ ├── time.php
│ │ │ ├── tmssql.php
│ │ │ ├── xmlschema-mssql.xml
│ │ │ └── xmlschema.xml
│ │ ├── toexport.inc.php
│ │ ├── tohtml.inc.php
│ │ ├── xmlschema03.dtd
│ │ ├── xmlschema.dtd
│ │ └── xsl
│ │ ├── convert-0.1-0.2.xsl
│ │ ├── convert-0.1-0.3.xsl
│ │ ├── convert-0.2-0.1.xsl
│ │ ├── convert-0.2-0.3.xsl
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ ├── remove-0.2.xsl
│ │ └── remove-0.3.xsl
│ ├── ajax.js
│ ├── cache
│ ├── checkcode.php
│ ├── configs
│ ├── controller
│ │ ├── FilmAction.class.php
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ ├── ScreenAction.class.php
│ │ └── UserAction.class.php
│ ├── controller.do.php
│ ├── css
│ │ ├── footer.css
│ │ ├── header.css
│ │ ├── index.css
│ │ ├── listcinema.css
│ │ ├── listnews.css
│ │ ├── main.css
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ ├── request.css
│ │ ├── th.css
│ │ └── zhuce.css
│ ├── film.php
│ ├── fonts
│ │ ├── ARIAL.TTF
│ │ └── _notes
│ │ └── dwsync.xml
│ ├── footer.php
│ ├── header.php
│ ├── head.php
│ ├── images
│ │ ├── biaoqing
│ │ │ ├── 10.gif
│ │ │ ├── 11.gif
│ │ │ ├── 12.gif
│ │ │ ├── 13.gif
│ │ │ ├── 14.gif
│ │ │ ├── 1.gif
│ │ │ ├── 2.gif
│ │ │ ├── 3.gif
│ │ │ ├── 4.gif
│ │ │ ├── 5.gif
│ │ │ ├── 6.gif
│ │ │ ├── 7.gif
│ │ │ ├── 8.gif
│ │ │ ├── 9.gif
│ │ │ ├── _notes
│ │ │ │ └── dwsync.xml
│ │ │ └── Thumbs.db
│ │ ├── body
│ │ │ ├── 3.jpg
│ │ │ ├── 4.jpg
│ │ │ ├── 5.jpg
│ │ │ ├── 6847-1-b_07.jpg
│ │ │ ├── 6847-1-b_11.jpg
│ │ │ ├── 6.jpg
│ │ │ ├── 7.jpg
│ │ │ ├── 8.jpg
│ │ │ ├── bad.gif
│ │ │ ├── bj-0.gif
│ │ │ ├── f52e3f0d-9402-4523-8105-fdf03c09ed70_o.gif
│ │ │ ├── good.gif
│ │ │ ├── lianjie.jpg
│ │ │ ├── moren.jpg
│ │ │ ├── _notes
│ │ │ │ └── dwsync.xml
│ │ │ ├── notice.gif
│ │ │ ├── search.jpg
│ │ │ └── Thumbs.db
│ │ └── _notes
│ │ └── dwsync.xml
│ ├── index.php
│ ├── listcinema.php
│ ├── listcomment.php
│ ├── listfilm.php
│ ├── listnews.php
│ ├── login.php
│ ├── model
│ │ ├── db_config.xml
│ │ ├── db_conf.inc.php
│ │ ├── FilmManager.php
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ ├── ScreenManager.php
│ │ ├── UserManager.php
│ │ └── Utils.php
│ ├── news.php
│ ├── _notes
│ │ └── dwsync.xml
│ ├── pager.inc.php
│ ├── register.php
│ ├── result.php
│ ├── screenBycno.php
│ ├── screenByfno.php
│ ├── scr_plan.php
│ ├── selectfilm.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.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
│ │ │ └── _notes
│ │ │ └── dwsync.xml
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ ├── 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_init.php
│ │ │ ├── function.popup.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
│ │ │ ├── _notes
│ │ │ │ └── dwsync.xml
│ │ │ ├── outputfilter.trimwhitespace.php
│ │ │ ├── shared.escape_special_chars.php
│ │ │ └── shared.make_timestamp.php
│ │ ├── Smarty.class.php
│ │ └── Smarty_Compiler.class.php
│ ├── templates
│ │ ├── film.html
│ │ ├── header.html
│ │ ├── index.html
│ │ ├── listcinema.html
│ │ ├── listfilm.html
│ │ ├── listnews.html
│ │ ├── login.html
│ │ ├── news.html
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ ├── register.html
│ │ ├── result.html
│ │ ├── screenBycno.html
│ │ ├── screenByfno.html
│ │ ├── scr_plan.html
│ │ ├── selectfilm.html
│ │ ├── update.html
│ │ └── updpwd.html
│ ├── templates_c
│ │ └── _notes
│ │ └── dwsync.xml
│ ├── update.php
│ └── updpwd.php
├── ppt.ppt
├── zz
│ ├── addcinema.php
│ ├── addfilm.php
│ ├── addhall.php
│ ├── addnews.php
│ ├── addscreen.php
│ ├── addscr_plan.php
│ ├── adduser.php
│ ├── adodb5
│ │ ├── adodb-active-record.inc.php
│ │ ├── adodb-active-recordx.inc.php
│ │ ├── adodb-csvlib.inc.php
│ │ ├── adodb-datadict.inc.php
│ │ ├── adodb-errorhandler.inc.php
│ │ ├── adodb-error.inc.php
│ │ ├── adodb-errorpear.inc.php
│ │ ├── adodb-exceptions.inc.php
│ │ ├── adodb.inc.php
│ │ ├── adodb-iterator.inc.php
│ │ ├── adodb-lib.inc.php
│ │ ├── adodb-memcache.lib.inc.php
│ │ ├── adodb-pager.inc.php
│ │ ├── adodb-pear.inc.php
│ │ ├── adodb-perf.inc.php
│ │ ├── adodb-php4.inc.php
│ │ ├── adodb-time.inc.php
│ │ ├── adodb-xmlschema03.inc.php
│ │ ├── adodb-xmlschema.inc.php
│ │ ├── contrib
│ │ │ ├── _notes
│ │ │ │ └── dwsync.xml
│ │ │ └── toxmlrpc.inc.php
│ │ ├── cute_icons_for_site
│ │ │ ├── adodb2.gif
│ │ │ ├── adodb.gif
│ │ │ └── _notes
│ │ │ └── dwsync.xml
│ │ ├── datadict
│ │ │ ├── datadict-access.inc.php
│ │ │ ├── datadict-db2.inc.php
│ │ │ ├── datadict-firebird.inc.php
│ │ │ ├── datadict-generic.inc.php
│ │ │ ├── datadict-ibase.inc.php
│ │ │ ├── datadict-informix.inc.php
│ │ │ ├── datadict-mssql.inc.php
│ │ │ ├── datadict-mssqlnative.inc.php
│ │ │ ├── datadict-mysql.inc.php
│ │ │ ├── datadict-oci8.inc.php
│ │ │ ├── datadict-postgres.inc.php
│ │ │ ├── datadict-sapdb.inc.php
│ │ │ ├── datadict-sybase.inc.php
│ │ │ └── _notes
│ │ │ └── dwsync.xml
│ │ ├── docs
│ │ │ ├── docs-active-record.htm
│ │ │ ├── docs-adodb.htm
│ │ │ ├── docs-datadict.htm
│ │ │ ├── docs-oracle.htm
│ │ │ ├── docs-perf.htm
│ │ │ ├── docs-session.htm
│ │ │ ├── docs-session.old.htm
│ │ │ ├── _notes
│ │ │ │ └── dwsync.xml
│ │ │ ├── old-changelog.htm
│ │ │ ├── readme.htm
│ │ │ ├── tips_portable_sql.htm
│ │ │ └── tute.htm
│ │ ├── drivers
│ │ │ ├── adodb-access.inc.php
│ │ │ ├── adodb-ado5.inc.php
│ │ │ ├── adodb-ado_access.inc.php
│ │ │ ├── adodb-ado.inc.php
│ │ │ ├── adodb-ado_mssql.inc.php
│ │ │ ├── adodb-ads.inc.php
│ │ │ ├── adodb-borland_ibase.inc.php
│ │ │ ├── adodb-csv.inc.php
│ │ │ ├── adodb-db2.inc.php
│ │ │ ├── adodb-fbsql.inc.php
│ │ │ ├── adodb-firebird.inc.php
│ │ │ ├── adodb-ibase.inc.php
│ │ │ ├── adodb-informix72.inc.php
│ │ │ ├── adodb-informix.inc.php
│ │ │ ├── adodb-ldap.inc.php
│ │ │ ├── adodb-mssql.inc.php
│ │ │ ├── adodb-mssqlnative.inc.php
│ │ │ ├── adodb-mssql_n.inc.php
│ │ │ ├── adodb-mssqlpo.inc.php
│ │ │ ├── adodb-mysqli.inc.php
│ │ │ ├── adodb-mysql.inc.php
│ │ │ ├── adodb-mysqlpo.inc.php
│ │ │ ├── adodb-mysqlt.inc.php
│ │ │ ├── adodb-netezza.inc.php
│ │ │ ├── adodb-oci805.inc.php
│ │ │ ├── adodb-oci8.inc.php
│ │ │ ├── adodb-oci8po.inc.php
│ │ │ ├── adodb-odbc_db2.inc.php
│ │ │ ├── adodb-odbc.inc.php
│ │ │ ├── adodb-odbc_mssql.inc.php
│ │ │ ├── adodb-odbc_oracle.inc.php
│ │ │ ├── adodb-odbtp.inc.php
│ │ │ ├── adodb-odbtp_unicode.inc.php
│ │ │ ├── adodb-oracle.inc.php
│ │ │ ├── adodb-pdo.inc.php
│ │ │ ├── adodb-pdo_mssql.inc.php
│ │ │ ├── adodb-pdo_mysql.inc.php
│ │ │ ├── adodb-pdo_oci.inc.php
│ │ │ ├── adodb-pdo_pgsql.inc.php
│ │ │ ├── adodb-pdo_sqlite.inc.php
│ │ │ ├── adodb-postgres64.inc.php
│ │ │ ├── adodb-postgres7.inc.php
│ │ │ ├── adodb-postgres8.inc.php
│ │ │ ├── adodb-postgres.inc.php
│ │ │ ├── adodb-proxy.inc.php
│ │ │ ├── adodb-sapdb.inc.php
│ │ │ ├── adodb-sqlanywhere.inc.php
│ │ │ ├── adodb-sqlite.inc.php
│ │ │ ├── adodb-sqlitepo.inc.php
│ │ │ ├── adodb-sybase_ase.inc.php
│ │ │ ├── adodb-sybase.inc.php
│ │ │ ├── adodb-vfp.inc.php
│ │ │ └── _notes
│ │ │ └── dwsync.xml
│ │ ├── lang
│ │ │ ├── adodb-ar.inc.php
│ │ │ ├── adodb-bg.inc.php
│ │ │ ├── adodb-bgutf8.inc.php
│ │ │ ├── adodb-ca.inc.php
│ │ │ ├── adodb-cn.inc.php
│ │ │ ├── adodb-cz.inc.php
│ │ │ ├── adodb-da.inc.php
│ │ │ ├── adodb-de.inc.php
│ │ │ ├── adodb-en.inc.php
│ │ │ ├── adodb-es.inc.php
│ │ │ ├── adodb-esperanto.inc.php
│ │ │ ├── adodb-fa.inc.php
│ │ │ ├── adodb-fr.inc.php
│ │ │ ├── adodb-hu.inc.php
│ │ │ ├── adodb-it.inc.php
│ │ │ ├── adodb-nl.inc.php
│ │ │ ├── adodb-pl.inc.php
│ │ │ ├── adodb-pt-br.inc.php
│ │ │ ├── adodb-ro.inc.php
│ │ │ ├── adodb-ru1251.inc.php
│ │ │ ├── adodb-sv.inc.php
│ │ │ ├── adodb_th.inc.php
│ │ │ ├── adodb-uk1251.inc.php
│ │ │ └── _notes
│ │ │ └── dwsync.xml
│ │ ├── license.txt
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ ├── pear
│ │ │ ├── Auth
│ │ │ │ └── Container
│ │ │ │ ├── ADOdb.php
│ │ │ │ └── _notes
│ │ │ │ └── dwsync.xml
│ │ │ ├── _notes
│ │ │ │ └── dwsync.xml
│ │ │ └── readme.Auth.txt
│ │ ├── perf
│ │ │ ├── _notes
│ │ │ │ └── dwsync.xml
│ │ │ ├── perf-db2.inc.php
│ │ │ ├── perf-informix.inc.php
│ │ │ ├── perf-mssql.inc.php
│ │ │ ├── perf-mssqlnative.inc.php
│ │ │ ├── perf-mysql.inc.php
│ │ │ ├── perf-oci8.inc.php
│ │ │ └── perf-postgres.inc.php
│ │ ├── pivottable.inc.php
│ │ ├── readme.txt
│ │ ├── rsfilter.inc.php
│ │ ├── server.php
│ │ ├── session
│ │ │ ├── adodb-compress-bzip2.php
│ │ │ ├── adodb-compress-gzip.php
│ │ │ ├── adodb-cryptsession2.php
│ │ │ ├── adodb-cryptsession.php
│ │ │ ├── adodb-encrypt-mcrypt.php
│ │ │ ├── adodb-encrypt-md5.php
│ │ │ ├── adodb-encrypt-secret.php
│ │ │ ├── adodb-encrypt-sha1.php
│ │ │ ├── adodb-session2.php
│ │ │ ├── adodb-session-clob2.php
│ │ │ ├── adodb-session-clob.php
│ │ │ ├── adodb-session.php
│ │ │ ├── adodb-sessions.mysql.sql
│ │ │ ├── adodb-sessions.oracle.clob.sql
│ │ │ ├── adodb-sessions.oracle.sql
│ │ │ ├── adodb-sess.txt
│ │ │ ├── crypt.inc.php
│ │ │ ├── _notes
│ │ │ │ └── dwsync.xml
│ │ │ ├── old
│ │ │ │ ├── adodb-cryptsession.php
│ │ │ │ ├── adodb-session-clob.php
│ │ │ │ ├── adodb-session.php
│ │ │ │ ├── crypt.inc.php
│ │ │ │ └── _notes
│ │ │ │ └── dwsync.xml
│ │ │ ├── session_schema2.xml
│ │ │ └── session_schema.xml
│ │ ├── tests
│ │ │ ├── benchmark.php
│ │ │ ├── client.php
│ │ │ ├── _notes
│ │ │ │ └── dwsync.xml
│ │ │ ├── pdo.php
│ │ │ ├── test2.php
│ │ │ ├── test3.php
│ │ │ ├── test4.php
│ │ │ ├── test5.php
│ │ │ ├── test-active-record.php
│ │ │ ├── test-active-recs2.php
│ │ │ ├── test-active-relations.php
│ │ │ ├── test-active-relationsx.php
│ │ │ ├── testcache.php
│ │ │ ├── testdatabases.inc.php
│ │ │ ├── test-datadict.php
│ │ │ ├── testgenid.php
│ │ │ ├── testmssql.php
│ │ │ ├── testoci8cursor.php
│ │ │ ├── testoci8.php
│ │ │ ├── testpaging.php
│ │ │ ├── testpear.php
│ │ │ ├── test-perf.php
│ │ │ ├── test-pgblob.php
│ │ │ ├── test.php
│ │ │ ├── test-php5.php
│ │ │ ├── test_rs_array.php
│ │ │ ├── testsessions.php
│ │ │ ├── test-xmlschema.php
│ │ │ ├── time.php
│ │ │ ├── tmssql.php
│ │ │ ├── xmlschema-mssql.xml
│ │ │ └── xmlschema.xml
│ │ ├── toexport.inc.php
│ │ ├── tohtml.inc.php
│ │ ├── xmlschema03.dtd
│ │ ├── xmlschema.dtd
│ │ └── xsl
│ │ ├── convert-0.1-0.2.xsl
│ │ ├── convert-0.1-0.3.xsl
│ │ ├── convert-0.2-0.1.xsl
│ │ ├── convert-0.2-0.3.xsl
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ ├── remove-0.2.xsl
│ │ └── remove-0.3.xsl
│ ├── cache
│ ├── cinema.php
│ ├── configs
│ ├── controller
│ │ ├── FilmAction.class.php
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ ├── ScreenAction.class.php
│ │ └── UserAction.class.php
│ ├── controller.do.php
│ ├── ctlbar.html
│ ├── exit.php
│ ├── film.php
│ ├── fonts
│ │ ├── ARIAL.TTF
│ │ └── _notes
│ │ └── dwsync.xml
│ ├── images
│ │ ├── 26ce1c87ac46a91539c77e4f665accb6.jpg
│ │ ├── 3154c008af2f71d6137525242084fa67.jpg
│ │ ├── 44da1f932a53cf9aea7d13d252fb6638.jpg
│ │ ├── 52715e848e1fdf364da0dd09a9427bb3.jpg
│ │ ├── 5e6b7d53b4d9ef6543aebe2fe45219de.jpg
│ │ ├── 66c030ca03b33581302861cb9e1ff93c.jpg
│ │ ├── 6f78ac0ebaba08c0592b8cf32c04c1ca.jpg
│ │ ├── 727ee37aea646a31758d32e4c8712dfd.jpg
│ │ ├── 83f005fe369f6d29bf4f231c8ec11560.jpg
│ │ ├── 8af81adc2940ab8271dd6fff19e61b79.jpg
│ │ ├── 95050e7c1b4b5828195368406118c68c.jpg
│ │ ├── 9ece33ab804bbb8ed3ebb8d04c2fcd4b.jpg
│ │ ├── bb603e30978ad0b58a25ee9fdc52e08e.jpg
│ │ ├── bfeaf29c0d9c49eba4a388ef3c37fb8b.jpg
│ │ ├── c616d43a255743b175baf340ab39adf0.jpg
│ │ ├── d781ad9e6951881e5ebc50b558b942e8.jpg
│ │ ├── head
│ │ │ ├── moren.jpg
│ │ │ ├── _notes
│ │ │ │ └── dwsync.xml
│ │ │ └── Thumbs.db
│ │ └── _notes
│ │ └── dwsync.xml
│ ├── index.html
│ ├── index.php
│ ├── listc_comments.php
│ ├── listcinema.php
│ ├── listcomments.php
│ ├── listfilms.php
│ ├── listhall.php
│ ├── listnews.php
│ ├── listscreen.php
│ ├── listscr_plan.php
│ ├── listusers.php
│ ├── login.html
│ ├── logo.html
│ ├── main.css
│ ├── main.html
│ ├── model
│ │ ├── db_config.xml
│ │ ├── db_conf.inc.php
│ │ ├── FilmManager.php
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ ├── ScreenManager.php
│ │ ├── UserManager.php
│ │ └── Utils.php
│ ├── navigator.html
│ ├── _notes
│ │ └── dwsync.xml
│ ├── pager.inc.php
│ ├── queryfilm.php
│ ├── queryscr_plan.php
│ ├── result.php
│ ├── setting.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.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
│ │ │ └── _notes
│ │ │ └── dwsync.xml
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ ├── 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_init.php
│ │ │ ├── function.popup.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
│ │ │ ├── _notes
│ │ │ │ └── dwsync.xml
│ │ │ ├── outputfilter.trimwhitespace.php
│ │ │ ├── shared.escape_special_chars.php
│ │ │ └── shared.make_timestamp.php
│ │ ├── Smarty.class.php
│ │ └── Smarty_Compiler.class.php
│ ├── system.html
│ ├── templates
│ │ ├── addcinema.html
│ │ ├── addfilm.html
│ │ ├── addhall.html
│ │ ├── addnews.html
│ │ ├── addscreen.html
│ │ ├── addscreen.php
│ │ ├── addscr_plan.html
│ │ ├── adduser.html
│ │ ├── cinema.html
│ │ ├── film.html
│ │ ├── index.html
│ │ ├── listc_comments.html
│ │ ├── listcinema.html
│ │ ├── listcomments.html
│ │ ├── listfilms.html
│ │ ├── listhall.html
│ │ ├── listnews.html
│ │ ├── listscreen.html
│ │ ├── listscr_plan.html
│ │ ├── listusers.html
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ ├── queryfilm.html
│ │ ├── queryscr_plan.html
│ │ ├── setting.html
│ │ ├── updatenews.html
│ │ ├── updatescr.html
│ │ └── updateuser.html
│ ├── templates_c
│ │ └── _notes
│ │ └── dwsync.xml
│ ├── updatenews.php
│ ├── updatescreen.php
│ └── updateuser.php
├── zz.txt
├── 项目设计.doc
└── 项目需求.doc
111 directories, 777 files
评论