嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
基于php mysql的投票系统
用thinkphp框架开发的投票系统,系统比较简单,边学习边开发,不足之处,在所难免,欢迎指出
.
├── tpvote
│ ├── Public
│ │ ├── admin
│ │ │ └── Images
│ │ │ ├── 3.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── bt_bg1_admin.gif
│ │ │ ├── bt_bg1_admin_left.jpg
│ │ │ ├── default.css
│ │ │ ├── font.css
│ │ │ ├── icon_list2.gif
│ │ │ ├── k_1.gif
│ │ │ ├── k_2.gif
│ │ │ ├── k_3.gif
│ │ │ ├── k_4.gif
│ │ │ ├── k_5.gif
│ │ │ ├── k_6.gif
│ │ │ ├── k_7.gif
│ │ │ ├── k_8.gif
│ │ │ ├── left_bg_admin.jpg
│ │ │ ├── left_l_bg.gif
│ │ │ ├── left_l_left.gif
│ │ │ ├── left_l_right.gif
│ │ │ ├── left_menu_bg.gif
│ │ │ ├── logo_admin.jpg
│ │ │ ├── point_p_admin.jpg
│ │ │ ├── right_p_admin.jpg
│ │ │ ├── t_1.gif
│ │ │ ├── t_2.gif
│ │ │ ├── top_bg.gif
│ │ │ ├── top_bg1_admin.jpg
│ │ │ ├── top_bg2_admin.jpg
│ │ │ ├── top_bg3_admin.jpg
│ │ │ ├── top_botton.gif
│ │ │ ├── top_left.gif
│ │ │ ├── top_t_2.gif
│ │ │ ├── top_t_bg.gif
│ │ │ ├── top_t_left.gif
│ │ │ ├── top_t_right.gif
│ │ │ ├── topnav.gif
│ │ │ ├── tree_folder3.gif
│ │ │ └── tree_folder4.gif
│ │ ├── css
│ │ │ ├── 1!record.css
│ │ │ ├── 2!layout.css
│ │ │ ├── 2!skin1.css
│ │ │ ├── 51!base.css
│ │ │ └── common.css
│ │ ├── images
│ │ │ ├── index_r11_c3.jpg
│ │ │ ├── index_r11_c4.jpg
│ │ │ ├── index_r11_c5.jpg
│ │ │ ├── index_r11_c6.jpg
│ │ │ ├── index_r11_c7.jpg
│ │ │ ├── index_r11_c8.jpg
│ │ │ ├── index_r1_c1.jpg
│ │ │ ├── index_r1_c11.jpg
│ │ │ ├── index_r1_c7.jpg
│ │ │ ├── index_r1_c9.jpg
│ │ │ ├── index_r2_c1.jpg
│ │ │ ├── index_r2_c11.jpg
│ │ │ ├── index_r2_c7.jpg
│ │ │ ├── index_r2_c9.jpg
│ │ │ ├── index_r3_c1.jpg
│ │ │ ├── index_r3_c11.jpg
│ │ │ ├── index_r3_c7.jpg
│ │ │ ├── index_r3_c9.jpg
│ │ │ ├── index_r4_c1.jpg
│ │ │ ├── index_r4_c11.jpg
│ │ │ ├── index_r4_c19.jpg
│ │ │ ├── index_r4_c7.jpg
│ │ │ ├── index_r4_c9.jpg
│ │ │ ├── index_r6_c12.jpg
│ │ │ ├── index_r7_c1.jpg
│ │ │ ├── index_r7_c10.jpg
│ │ │ ├── index_r7_c6.jpg
│ │ │ ├── index_r7_c8.jpg
│ │ │ └── index_r9_c2.jpg
│ │ ├── register.htm.bak
│ │ ├── swfobject.js
│ │ ├── upload.php
│ │ ├── upload.swf
│ │ └── uploads
│ ├── ThinkPHP
│ │ ├── Common
│ │ │ ├── alias.php
│ │ │ ├── compat.php
│ │ │ ├── convention.php
│ │ │ ├── core.php
│ │ │ ├── debug.php
│ │ │ ├── defines.php
│ │ │ ├── extend.php
│ │ │ ├── functions.php
│ │ │ ├── functions.php.bak
│ │ │ ├── paths.php
│ │ │ └── runtime.php
│ │ ├── Conf
│ │ │ └── config.php
│ │ ├── LICENSE.txt
│ │ ├── Lang
│ │ │ └── zh-cn.php
│ │ ├── Lib
│ │ │ ├── Action
│ │ │ │ └── IndexAction.class.php
│ │ │ ├── Model
│ │ │ ├── ORG
│ │ │ │ ├── Crypt
│ │ │ │ │ ├── Base64.class.php
│ │ │ │ │ ├── Crypt.class.php
│ │ │ │ │ ├── Des.class.php
│ │ │ │ │ ├── Rsa.class.php
│ │ │ │ │ └── Xxtea.class.php
│ │ │ │ ├── Io
│ │ │ │ │ └── Dir.class.php
│ │ │ │ ├── Net
│ │ │ │ │ ├── Http.class.php
│ │ │ │ │ ├── IpLocation.class.php
│ │ │ │ │ └── UploadFile.class.php
│ │ │ │ └── Util
│ │ │ │ ├── ArrayList.class.php
│ │ │ │ ├── CodeSwitch.class.php
│ │ │ │ ├── Date.class.php
│ │ │ │ ├── HashMap.class.php
│ │ │ │ ├── Image.class.php
│ │ │ │ ├── Input.class.php
│ │ │ │ ├── Page.class.php
│ │ │ │ ├── RBAC.class.php
│ │ │ │ ├── Socket.class.php
│ │ │ │ ├── Stack.class.php
│ │ │ │ └── String.class.php
│ │ │ └── Think
│ │ │ ├── Core
│ │ │ │ ├── Action.class.php
│ │ │ │ ├── App.class.php
│ │ │ │ ├── App.class.php.bak
│ │ │ │ ├── Log.class.php
│ │ │ │ ├── Model
│ │ │ │ │ ├── AdvModel.class.php
│ │ │ │ │ ├── RelationModel.class.php
│ │ │ │ │ └── ViewModel.class.php
│ │ │ │ ├── Model.class.php
│ │ │ │ ├── Think.class.php
│ │ │ │ └── View.class.php
│ │ │ ├── Db
│ │ │ │ ├── Db.class.php
│ │ │ │ └── Driver
│ │ │ │ ├── DbIbase.class.php
│ │ │ │ ├── DbMssql.class.php
│ │ │ │ ├── DbMysql.class.php
│ │ │ │ ├── DbMysqli.class.php
│ │ │ │ ├── DbOracle.class.php
│ │ │ │ ├── DbPdo.class.php
│ │ │ │ ├── DbPgsql.class.php
│ │ │ │ └── DbSqlite.class.php
│ │ │ ├── Exception
│ │ │ │ └── ThinkException.class.php
│ │ │ ├── Template
│ │ │ │ ├── TagLib
│ │ │ │ │ ├── TagLibCx.class.php
│ │ │ │ │ └── TagLibHtml.class.php
│ │ │ │ ├── TagLib.class.php
│ │ │ │ ├── Tags
│ │ │ │ │ ├── cx.xml
│ │ │ │ │ └── html.xml
│ │ │ │ └── ThinkTemplate.class.php
│ │ │ └── Util
│ │ │ ├── Behavior.class.php
│ │ │ ├── Cache
│ │ │ │ ├── CacheApachenote.class.php
│ │ │ │ ├── CacheApc.class.php
│ │ │ │ ├── CacheDb.class.php
│ │ │ │ ├── CacheEaccelerator.class.php
│ │ │ │ ├── CacheFile.class.php
│ │ │ │ ├── CacheMemcache.class.php
│ │ │ │ ├── CacheShmop.class.php
│ │ │ │ ├── CacheSqlite.class.php
│ │ │ │ └── CacheXcache.class.php
│ │ │ ├── Cache.class.php
│ │ │ ├── Cookie.class.php
│ │ │ ├── Debug.class.php
│ │ │ ├── Dispatcher.class.php
│ │ │ ├── HtmlCache.class.php
│ │ │ ├── Session.class.php
│ │ │ ├── Template
│ │ │ │ ├── TemplateEase.class.php
│ │ │ │ ├── TemplateLite.class.php
│ │ │ │ ├── TemplateSmart.class.php
│ │ │ │ ├── TemplateSmarty.class.php
│ │ │ │ └── TemplateThink.class.php
│ │ │ └── Widget.class.php
│ │ ├── Mode
│ │ │ ├── Cli
│ │ │ │ ├── Action.class.php
│ │ │ │ ├── App.class.php
│ │ │ │ └── alias.php
│ │ │ ├── Lite
│ │ │ │ ├── Action.class.php
│ │ │ │ ├── App.class.php
│ │ │ │ ├── Db.class.php
│ │ │ │ ├── Dispatcher.class.php
│ │ │ │ ├── Model.class.php
│ │ │ │ └── alias.php
│ │ │ ├── Thin
│ │ │ │ ├── Action.class.php
│ │ │ │ ├── App.class.php
│ │ │ │ ├── Db.class.php
│ │ │ │ ├── Model.class.php
│ │ │ │ └── alias.php
│ │ │ ├── cli.php
│ │ │ ├── lite.php
│ │ │ └── thin.php
│ │ ├── Runtime
│ │ │ ├── Cache
│ │ │ ├── Data
│ │ │ ├── Logs
│ │ │ ├── Temp
│ │ │ └── ~runtime.php
│ │ ├── ThinkPHP.php
│ │ ├── Tpl
│ │ │ ├── PageTrace.tpl.php
│ │ │ ├── ThinkException.tpl.php
│ │ │ └── default
│ │ │ └── Index
│ │ └── Vendor
│ │ ├── EaseTemplate
│ │ │ ├── template.core.php
│ │ │ └── template.ease.php
│ │ ├── PHPUnit
│ │ │ ├── Extensions
│ │ │ │ ├── Database
│ │ │ │ │ ├── AbstractTester.php
│ │ │ │ │ ├── Constraint
│ │ │ │ │ │ ├── DataSetIsEqual.php
│ │ │ │ │ │ └── TableIsEqual.php
│ │ │ │ │ ├── DB
│ │ │ │ │ │ ├── DataSet.php
│ │ │ │ │ │ ├── DefaultDatabaseConnection.php
│ │ │ │ │ │ ├── FilteredDataSet.php
│ │ │ │ │ │ ├── IDatabaseConnection.php
│ │ │ │ │ │ ├── IMetaData.php
│ │ │ │ │ │ ├── MetaData
│ │ │ │ │ │ │ ├── InformationSchema.php
│ │ │ │ │ │ │ ├── MySQL.php
│ │ │ │ │ │ │ ├── Oci.php
│ │ │ │ │ │ │ ├── PgSQL.php
│ │ │ │ │ │ │ └── Sqlite.php
│ │ │ │ │ │ ├── MetaData.php
│ │ │ │ │ │ ├── ResultSetTable.php
│ │ │ │ │ │ ├── Table.php
│ │ │ │ │ │ ├── TableIterator.php
│ │ │ │ │ │ └── TableMetaData.php
│ │ │ │ │ ├── DataSet
│ │ │ │ │ │ ├── AbstractDataSet.php
│ │ │ │ │ │ ├── AbstractTable.php
│ │ │ │ │ │ ├── AbstractTableMetaData.php
│ │ │ │ │ │ ├── AbstractXmlDataSet.php
│ │ │ │ │ │ ├── CompositeDataSet.php
│ │ │ │ │ │ ├── CsvDataSet.php
│ │ │ │ │ │ ├── DataSetFilter.php
│ │ │ │ │ │ ├── DefaultDataSet.php
│ │ │ │ │ │ ├── DefaultTable.php
│ │ │ │ │ │ ├── DefaultTableIterator.php
│ │ │ │ │ │ ├── DefaultTableMetaData.php
│ │ │ │ │ │ ├── FlatXmlDataSet.php
│ │ │ │ │ │ ├── IDataSet.php
│ │ │ │ │ │ ├── IPersistable.php
│ │ │ │ │ │ ├── ITable.php
│ │ │ │ │ │ ├── ITableIterator.php
│ │ │ │ │ │ ├── ITableMetaData.php
│ │ │ │ │ │ ├── Persistors
│ │ │ │ │ │ │ ├── Abstract.php
│ │ │ │ │ │ │ ├── FlatXml.php
│ │ │ │ │ │ │ └── Xml.php
│ │ │ │ │ │ ├── QueryDataSet.php
│ │ │ │ │ │ ├── QueryTable.php
│ │ │ │ │ │ ├── ReplacementDataSet.php
│ │ │ │ │ │ ├── ReplacementTable.php
│ │ │ │ │ │ ├── ReplacementTableIterator.php
│ │ │ │ │ │ ├── TableFilter.php
│ │ │ │ │ │ ├── TableMetaDataFilter.php
│ │ │ │ │ │ └── XmlDataSet.php
│ │ │ │ │ ├── DefaultTester.php
│ │ │ │ │ ├── ITester.php
│ │ │ │ │ ├── Operation
│ │ │ │ │ │ ├── Composite.php
│ │ │ │ │ │ ├── Delete.php
│ │ │ │ │ │ ├── DeleteAll.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ ├── Factory.php
│ │ │ │ │ │ ├── IDatabaseOperation.php
│ │ │ │ │ │ ├── Insert.php
│ │ │ │ │ │ ├── Null.php
│ │ │ │ │ │ ├── Replace.php
│ │ │ │ │ │ ├── RowBased.php
│ │ │ │ │ │ ├── Truncate.php
│ │ │ │ │ │ └── Update.php
│ │ │ │ │ └── TestCase.php
│ │ │ │ ├── GroupTestSuite.php
│ │ │ │ ├── OutputTestCase.php
│ │ │ │ ├── PerformanceTestCase.php
│ │ │ │ ├── PhptTestCase
│ │ │ │ │ └── Logger.php
│ │ │ │ ├── PhptTestCase.php
│ │ │ │ ├── PhptTestSuite.php
│ │ │ │ ├── RepeatedTest.php
│ │ │ │ ├── SeleniumTestCase
│ │ │ │ │ ├── Driver.php
│ │ │ │ │ ├── append.php
│ │ │ │ │ ├── phpunit_coverage.php
│ │ │ │ │ └── prepend.php
│ │ │ │ ├── SeleniumTestCase.php
│ │ │ │ ├── Story
│ │ │ │ │ ├── Given.php
│ │ │ │ │ ├── ResultPrinter
│ │ │ │ │ │ ├── HTML.php
│ │ │ │ │ │ ├── Template
│ │ │ │ │ │ │ ├── scenario.html.dist
│ │ │ │ │ │ │ ├── scenario_header.html.dist
│ │ │ │ │ │ │ ├── scenarios.html.dist
│ │ │ │ │ │ │ └── step.html.dist
│ │ │ │ │ │ └── Text.php
│ │ │ │ │ ├── ResultPrinter.php
│ │ │ │ │ ├── Scenario.php
│ │ │ │ │ ├── SeleniumTestCase.php
│ │ │ │ │ ├── Step.php
│ │ │ │ │ ├── TestCase.php
│ │ │ │ │ ├── Then.php
│ │ │ │ │ └── When.php
│ │ │ │ └── TestDecorator.php
│ │ │ ├── Framework
│ │ │ │ ├── Assert.php
│ │ │ │ ├── AssertionFailedError.php
│ │ │ │ ├── ComparisonFailure
│ │ │ │ │ ├── Array.php
│ │ │ │ │ ├── Object.php
│ │ │ │ │ ├── Scalar.php
│ │ │ │ │ ├── String.php
│ │ │ │ │ └── Type.php
│ │ │ │ ├── ComparisonFailure.php
│ │ │ │ ├── Constraint
│ │ │ │ │ ├── And.php
│ │ │ │ │ ├── ArrayHasKey.php
│ │ │ │ │ ├── Attribute.php
│ │ │ │ │ ├── ClassHasAttribute.php
│ │ │ │ │ ├── ClassHasStaticAttribute.php
│ │ │ │ │ ├── FileExists.php
│ │ │ │ │ ├── GreaterThan.php
│ │ │ │ │ ├── IsAnything.php
│ │ │ │ │ ├── IsEqual.php
│ │ │ │ │ ├── IsFalse.php
│ │ │ │ │ ├── IsIdentical.php
│ │ │ │ │ ├── IsInstanceOf.php
│ │ │ │ │ ├── IsNull.php
│ │ │ │ │ ├── IsTrue.php
│ │ │ │ │ ├── IsType.php
│ │ │ │ │ ├── LessThan.php
│ │ │ │ │ ├── Not.php
│ │ │ │ │ ├── ObjectHasAttribute.php
│ │ │ │ │ ├── Or.php
│ │ │ │ │ ├── PCREMatch.php
│ │ │ │ │ ├── StringContains.php
│ │ │ │ │ ├── TraversableContains.php
│ │ │ │ │ ├── TraversableContainsOnly.php
│ │ │ │ │ └── Xor.php
│ │ │ │ ├── Constraint.php
│ │ │ │ ├── Error
│ │ │ │ │ ├── Notice.php
│ │ │ │ │ └── Warning.php
│ │ │ │ ├── Error.php
│ │ │ │ ├── ExpectationFailedException.php
│ │ │ │ ├── IncompleteTest.php
│ │ │ │ ├── IncompleteTestError.php
│ │ │ │ ├── MockObject
│ │ │ │ │ ├── Builder
│ │ │ │ │ │ ├── Identity.php
│ │ │ │ │ │ ├── InvocationMocker.php
│ │ │ │ │ │ ├── Match.php
│ │ │ │ │ │ ├── MethodNameMatch.php
│ │ │ │ │ │ ├── Namespace.php
│ │ │ │ │ │ ├── ParametersMatch.php
│ │ │ │ │ │ └── Stub.php
│ │ │ │ │ ├── Invocation.php
│ │ │ │ │ ├── InvocationMocker.php
│ │ │ │ │ ├── Invokable.php
│ │ │ │ │ ├── Matcher
│ │ │ │ │ │ ├── AnyInvokedCount.php
│ │ │ │ │ │ ├── AnyParameters.php
│ │ │ │ │ │ ├── Invocation.php
│ │ │ │ │ │ ├── InvokedAtIndex.php
│ │ │ │ │ │ ├── InvokedAtLeastOnce.php
│ │ │ │ │ │ ├── InvokedCount.php
│ │ │ │ │ │ ├── InvokedRecorder.php
│ │ │ │ │ │ ├── MethodName.php
│ │ │ │ │ │ ├── Parameters.php
│ │ │ │ │ │ └── StatelessInvocation.php
│ │ │ │ │ ├── Matcher.php
│ │ │ │ │ ├── Mock.php
│ │ │ │ │ ├── MockObject.php
│ │ │ │ │ ├── Stub
│ │ │ │ │ │ ├── ConsecutiveCalls.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ ├── MatcherCollection.php
│ │ │ │ │ │ ├── Return.php
│ │ │ │ │ │ ├── ReturnArgument.php
│ │ │ │ │ │ └── ReturnCallback.php
│ │ │ │ │ ├── Stub.php
│ │ │ │ │ └── Verifiable.php
│ │ │ │ ├── SelfDescribing.php
│ │ │ │ ├── SkippedTest.php
│ │ │ │ ├── SkippedTestError.php
│ │ │ │ ├── SkippedTestSuiteError.php
│ │ │ │ ├── Test.php
│ │ │ │ ├── TestCase.php
│ │ │ │ ├── TestFailure.php
│ │ │ │ ├── TestListener.php
│ │ │ │ ├── TestResult.php
│ │ │ │ ├── TestSuite.php
│ │ │ │ └── Warning.php
│ │ │ ├── Framework.php
│ │ │ ├── Runner
│ │ │ │ ├── BaseTestRunner.php
│ │ │ │ ├── IncludePathTestCollector.php
│ │ │ │ ├── StandardTestSuiteLoader.php
│ │ │ │ ├── TestCollector.php
│ │ │ │ ├── TestSuiteLoader.php
│ │ │ │ └── Version.php
│ │ │ ├── TextUI
│ │ │ │ ├── Command.php
│ │ │ │ ├── ResultPrinter.php
│ │ │ │ └── TestRunner.php
│ │ │ └── Util
│ │ │ ├── Class.php
│ │ │ ├── CodeCoverage.php
│ │ │ ├── Configuration.php
│ │ │ ├── ErrorHandler.php
│ │ │ ├── Fileloader.php
│ │ │ ├── Filesystem.php
│ │ │ ├── Filter.php
│ │ │ ├── FilterIterator.php
│ │ │ ├── Getopt.php
│ │ │ ├── Log
│ │ │ │ ├── CPD.php
│ │ │ │ ├── CodeCoverage
│ │ │ │ │ ├── Database.php
│ │ │ │ │ └── XML
│ │ │ │ │ ├── Clover.php
│ │ │ │ │ └── Source.php
│ │ │ │ ├── Database
│ │ │ │ │ ├── MySQL.sql
│ │ │ │ │ └── SQLite3.sql
│ │ │ │ ├── Database.php
│ │ │ │ ├── GraphViz.php
│ │ │ │ ├── JSON.php
│ │ │ │ ├── Metrics.php
│ │ │ │ ├── PEAR.php
│ │ │ │ ├── PMD
│ │ │ │ │ ├── Rule
│ │ │ │ │ │ ├── Class
│ │ │ │ │ │ │ ├── DepthOfInheritanceTree.php
│ │ │ │ │ │ │ ├── EfferentCoupling.php
│ │ │ │ │ │ │ ├── ExcessiveClassLength.php
│ │ │ │ │ │ │ ├── ExcessivePublicCount.php
│ │ │ │ │ │ │ └── TooManyFields.php
│ │ │ │ │ │ ├── Class.php
│ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ ├── Function
│ │ │ │ │ │ │ ├── CRAP.php
│ │ │ │ │ │ │ ├── CodeCoverage.php
│ │ │ │ │ │ │ ├── CyclomaticComplexity.php
│ │ │ │ │ │ │ ├── ExcessiveMethodLength.php
│ │ │ │ │ │ │ ├── ExcessiveParameterList.php
│ │ │ │ │ │ │ └── NPathComplexity.php
│ │ │ │ │ │ ├── Function.php
│ │ │ │ │ │ ├── Project
│ │ │ │ │ │ │ └── CRAP.php
│ │ │ │ │ │ └── Project.php
│ │ │ │ │ └── Rule.php
│ │ │ │ ├── PMD.php
│ │ │ │ ├── TAP.php
│ │ │ │ └── XML.php
│ │ │ ├── Metrics
│ │ │ │ ├── Class.php
│ │ │ │ ├── File.php
│ │ │ │ ├── Function.php
│ │ │ │ └── Project.php
│ │ │ ├── Metrics.php
│ │ │ ├── PDO.php
│ │ │ ├── Printer.php
│ │ │ ├── Report
│ │ │ │ ├── Node
│ │ │ │ │ ├── Directory.php
│ │ │ │ │ └── File.php
│ │ │ │ ├── Node.php
│ │ │ │ └── Template
│ │ │ │ ├── butter.png
│ │ │ │ ├── chameleon.png
│ │ │ │ ├── close12_1.gif
│ │ │ │ ├── container-min.js
│ │ │ │ ├── container.css
│ │ │ │ ├── directory.html.dist
│ │ │ │ ├── directory_item.html.dist
│ │ │ │ ├── file.html.dist
│ │ │ │ ├── file_item.html.dist
│ │ │ │ ├── file_no_yui.html.dist
│ │ │ │ ├── glass.png
│ │ │ │ ├── method_item.html.dist
│ │ │ │ ├── scarlet_red.png
│ │ │ │ ├── snow.png
│ │ │ │ ├── style.css
│ │ │ │ ├── yahoo-dom-event.js
│ │ │ │ └── yui_item.js
│ │ │ ├── Report.php
│ │ │ ├── Skeleton
│ │ │ │ ├── Class.php
│ │ │ │ ├── Template
│ │ │ │ │ ├── Class.tpl.dist
│ │ │ │ │ ├── IncompleteTestMethod.tpl.dist
│ │ │ │ │ ├── Method.tpl.dist
│ │ │ │ │ ├── TestClass.tpl.dist
│ │ │ │ │ ├── TestMethod.tpl.dist
│ │ │ │ │ ├── TestMethodBool.tpl.dist
│ │ │ │ │ ├── TestMethodBoolStatic.tpl.dist
│ │ │ │ │ ├── TestMethodException.tpl.dist
│ │ │ │ │ ├── TestMethodExceptionStatic.tpl.dist
│ │ │ │ │ └── TestMethodStatic.tpl.dist
│ │ │ │ └── Test.php
│ │ │ ├── Skeleton.php
│ │ │ ├── Template.php
│ │ │ ├── Test.php
│ │ │ ├── TestDox
│ │ │ │ ├── NamePrettifier.php
│ │ │ │ ├── ResultPrinter
│ │ │ │ │ ├── HTML.php
│ │ │ │ │ └── Text.php
│ │ │ │ └── ResultPrinter.php
│ │ │ ├── TestSuiteIterator.php
│ │ │ ├── Timer.php
│ │ │ ├── Type.php
│ │ │ └── XML.php
│ │ ├── SmartTemplate
│ │ │ ├── class.smarttemplate.php
│ │ │ ├── class.smarttemplatedebugger.php
│ │ │ └── class.smarttemplateparser.php
│ │ ├── 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
│ │ └── TemplateLite
│ │ ├── class.compiler.php
│ │ ├── class.config.php
│ │ ├── class.template.php
│ │ └── internal
│ │ ├── compile.compile_config.php
│ │ ├── compile.compile_custom_block.php
│ │ ├── compile.compile_custom_function.php
│ │ ├── compile.compile_if.php
│ │ ├── compile.generate_compiler_debug_output.php
│ │ ├── compile.include.php
│ │ ├── compile.parse_is_expr.php
│ │ ├── compile.section_start.php
│ │ ├── debug.tpl
│ │ ├── template.build_dir.php
│ │ ├── template.config_loader.php
│ │ ├── template.destroy_dir.php
│ │ ├── template.fetch_compile_include.php
│ │ └── template.generate_debug_output.php
│ ├── admin
│ │ ├── Common
│ │ ├── Conf
│ │ │ ├── config.php
│ │ │ └── config.php.bak
│ │ ├── Lang
│ │ ├── Lib
│ │ │ ├── Action
│ │ │ │ ├── BaseAction.class.php
│ │ │ │ ├── GirlinfoAction.class.php
│ │ │ │ ├── IndexAction.class.php
│ │ │ │ ├── PublicAction.class.php
│ │ │ │ ├── UserAction.class.php
│ │ │ │ └── VoteAction.class.php
│ │ │ ├── Model
│ │ │ │ ├── GirlinfoModel.class.php
│ │ │ │ └── VoteModel.class.php
│ │ │ └── ORG
│ │ │ └── Page.class.php
│ │ ├── Runtime
│ │ │ ├── Cache
│ │ │ │ ├── 09cc7086d44cf42984dbc37752aaaa44.php
│ │ │ │ ├── 0c941c866d4fd6f2ba0aa438c8e6d4bd.php
│ │ │ │ ├── 1282e97849dec9495baef5755c79259c.php
│ │ │ │ ├── 354b54f49d4aa51cef38d37f0fa7e98f.php
│ │ │ │ ├── 36d3aaef5534bd29ca0c2bb1f18dacdc.php
│ │ │ │ ├── 3b07957a53ccb31105e96f96aaa794c8.php
│ │ │ │ ├── 83dae6c8cde787713edc338170cbec3b.php
│ │ │ │ ├── a07fe2cf594cb6cde914991aba535d51.php
│ │ │ │ ├── a9dbfddae3d9003bea342c344a5599ca.php
│ │ │ │ ├── b96c517ebe99a051fe9c53e0b2162724.php
│ │ │ │ └── bd15547f21516dc60d8e3cdec75daced.php
│ │ │ ├── Data
│ │ │ │ └── _fields
│ │ │ │ ├── Vote.php
│ │ │ │ ├── girlinfo.php
│ │ │ │ └── user.php
│ │ │ ├── Logs
│ │ │ │ └── 10_04_29.log
│ │ │ ├── Temp
│ │ │ ├── ~app.php
│ │ │ └── ~runtime.php
│ │ └── Tpl
│ │ └── default
│ │ ├── Index
│ │ │ └── index.html
│ │ ├── girlinfo
│ │ │ ├── index.html
│ │ │ └── photoreview.html
│ │ ├── public
│ │ │ ├── Images
│ │ │ │ ├── 3.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── bt_bg1_admin.gif
│ │ │ │ ├── bt_bg1_admin_left.jpg
│ │ │ │ ├── default.css
│ │ │ │ ├── font.css
│ │ │ │ ├── icon_list2.gif
│ │ │ │ ├── k_1.gif
│ │ │ │ ├── k_2.gif
│ │ │ │ ├── k_3.gif
│ │ │ │ ├── k_4.gif
│ │ │ │ ├── k_5.gif
│ │ │ │ ├── k_6.gif
│ │ │ │ ├── k_7.gif
│ │ │ │ ├── k_8.gif
│ │ │ │ ├── left_bg_admin.jpg
│ │ │ │ ├── left_l_bg.gif
│ │ │ │ ├── left_l_left.gif
│ │ │ │ ├── left_l_right.gif
│ │ │ │ ├── left_menu_bg.gif
│ │ │ │ ├── logo_admin.jpg
│ │ │ │ ├── point_p_admin.jpg
│ │ │ │ ├── right_p_admin.jpg
│ │ │ │ ├── t_1.gif
│ │ │ │ ├── t_2.gif
│ │ │ │ ├── top_bg.gif
│ │ │ │ ├── top_bg1_admin.jpg
│ │ │ │ ├── top_bg2_admin.jpg
│ │ │ │ ├── top_bg3_admin.jpg
│ │ │ │ ├── top_botton.gif
│ │ │ │ ├── top_left.gif
│ │ │ │ ├── top_t_2.gif
│ │ │ │ ├── top_t_bg.gif
│ │ │ │ ├── top_t_left.gif
│ │ │ │ ├── top_t_right.gif
│ │ │ │ ├── topnav.gif
│ │ │ │ ├── tree_folder3.gif
│ │ │ │ └── tree_folder4.gif
│ │ │ ├── header.html
│ │ │ ├── login.html
│ │ │ ├── main.html
│ │ │ ├── menu.html
│ │ │ ├── success.html
│ │ │ └── top.html
│ │ ├── user
│ │ │ └── index.html
│ │ └── vote
│ │ ├── girl.html
│ │ └── user.html
│ ├── admin.php
│ ├── apps
│ │ ├── Common
│ │ ├── Conf
│ │ │ ├── config.php
│ │ │ └── config.php.bak
│ │ ├── Lang
│ │ ├── Lib
│ │ │ ├── Action
│ │ │ │ ├── BaseAction.class.php
│ │ │ │ ├── IndexAction.class.php
│ │ │ │ ├── PublicAction.class.php
│ │ │ │ └── VoteAction.class.php
│ │ │ ├── Model
│ │ │ │ ├── girlinfoModel.class.php
│ │ │ │ └── userModel.class.php
│ │ │ └── ORG
│ │ │ ├── Image.class.php
│ │ │ └── UploadFile.class.php
│ │ ├── Runtime
│ │ │ ├── Cache
│ │ │ │ ├── 53484d075a048b74455bb4d03f3a53dd.php
│ │ │ │ └── 6aa2afac96fc247a9efca0b762d47483.php
│ │ │ ├── Data
│ │ │ │ └── _fields
│ │ │ │ └── girlinfo.php
│ │ │ ├── Logs
│ │ │ ├── Temp
│ │ │ ├── ~app.php
│ │ │ └── ~runtime.php
│ │ └── Tpl
│ │ └── default
│ │ ├── Index
│ │ │ ├── add.html
│ │ │ ├── add.html.bak
│ │ │ ├── index.html
│ │ │ ├── more.html
│ │ │ └── view.html
│ │ └── public
│ │ ├── footer.html
│ │ ├── header.html
│ │ ├── header2.html
│ │ ├── header3.html
│ │ ├── header4.html
│ │ ├── images
│ │ │ ├── index_r11_c3.jpg
│ │ │ ├── index_r11_c4.jpg
│ │ │ ├── index_r11_c5.jpg
│ │ │ ├── index_r11_c6.jpg
│ │ │ ├── index_r11_c8.jpg
│ │ │ ├── index_r1_c1.jpg
│ │ │ ├── index_r1_c11.jpg
│ │ │ ├── index_r1_c7.jpg
│ │ │ ├── index_r1_c9.jpg
│ │ │ ├── index_r2_c1.jpg
│ │ │ ├── index_r2_c11.jpg
│ │ │ ├── index_r2_c7.jpg
│ │ │ ├── index_r2_c9.jpg
│ │ │ ├── index_r3_c1.jpg
│ │ │ ├── index_r3_c11.jpg
│ │ │ ├── index_r3_c7.jpg
│ │ │ ├── index_r3_c9.jpg
│ │ │ ├── index_r4_c1.jpg
│ │ │ ├── index_r4_c11.jpg
│ │ │ ├── index_r4_c7.jpg
│ │ │ ├── index_r4_c9.jpg
│ │ │ ├── index_r6_c12.jpg
│ │ │ ├── index_r7_c1.jpg
│ │ │ ├── index_r7_c10.jpg
│ │ │ ├── index_r7_c6.jpg
│ │ │ ├── index_r7_c8.jpg
│ │ │ └── index_r9_c2.jpg
│ │ ├── login.html
│ │ ├── register.html
│ │ └── success.html
│ ├── config.inc.php
│ ├── config.inc.php.bak
│ ├── index.php
│ └── tpvote.sql
└── 基于php mysql的投票系统.rar
133 directories, 637 files