<?php
class TP_yyStackEntry
{
public $stateno; /* The state-number */
public $major; /* The major token value. This is the code
** number for the token at this stack level */
public $minor; /* The user-supplied minor token value. This
** is the value of the token */
}
;
#line 11 "../smarty/lexer/smarty_internal_templateparser.y"
/**
* Smarty Template Parser Class
*
* This is the template parser.
* It is generated from the smarty_internal_templateparser.y file
*
* @author Uwe Tews <uwe.tews@googlemail.com>
*/
class Smarty_Internal_Templateparser
{
#line 23 "../smarty/lexer/smarty_internal_templateparser.y"
const Err1 = 'Security error: Call to private object member not allowed';
const Err2 = 'Security error: Call to dynamic object member not allowed';
const Err3 = 'PHP in template not allowed. Use SmartyBC to enable it';
const TP_VERT = 1;
const TP_COLON = 2;
const TP_UNIMATH = 3;
const TP_PHP = 4;
const TP_TEXT = 5;
const TP_STRIPON = 6;
const TP_STRIPOFF = 7;
const TP_LITERALSTART = 8;
const TP_LITERALEND = 9;
const TP_LITERAL = 10;
const TP_SIMPELOUTPUT = 11;
const TP_SIMPLETAG = 12;
const TP_SMARTYBLOCKCHILDPARENT = 13;
const TP_LDEL = 14;
const TP_RDEL = 15;
const TP_DOLLARID = 16;
const TP_EQUAL = 17;
const TP_ID = 18;
const TP_PTR = 19;
const TP_LDELMAKENOCACHE = 20;
const TP_LDELIF = 21;
const TP_LDELFOR = 22;
const TP_SEMICOLON = 23;
const TP_INCDEC = 24;
const TP_TO = 25;
const TP_STEP = 26;
const TP_LDELFOREACH = 27;
const TP_SPACE = 28;
const TP_AS = 29;
const TP_APTR = 30;
const TP_LDELSETFILTER = 31;
const TP_CLOSETAG = 32;
const TP_LDELSLASH = 33;
const TP_ATTR = 34;
const TP_INTEGER = 35;
const TP_COMMA = 36;
const TP_OPENP = 37;
const TP_CLOSEP = 38;
const TP_MATH = 39;
const TP_ISIN = 40;
const TP_QMARK = 41;
const TP_NOT = 42;
const TP_TYPECAST = 43;
const TP_HEX = 44;
const TP_DOT = 45;
const TP_INSTANCEOF = 46;
const TP_SINGLEQUOTESTRING = 47;
const TP_DOUBLECOLON = 48;
const TP_NAMESPACE = 49;
const TP_AT = 50;
const TP_HATCH = 51;
const TP_OPENB = 52;
const TP_CLOSEB = 53;
const TP_DOLLAR = 54;
const TP_LOGOP = 55;
const TP_SLOGOP = 56;
const TP_TLOGOP = 57;
const TP_SINGLECOND = 58;
const TP_QUOTE = 59;
const TP_BACKTICK = 60;
const YY_NO_ACTION = 511;
const YY_ACCEPT_ACTION = 510;
const YY_ERROR_ACTION = 509;
const YY_SZ_ACTTAB = 2178;
const YY_SHIFT_USE_DFLT = -23;
const YY_SHIFT_MAX = 227;
const YY_REDUCE_USE_DFLT = -68;
const YY_REDUCE_MAX = 176;
const YYNOCODE = 108;
const YYSTACKDEPTH = 500;
const YYNSTATE = 323;
const YYNRULE = 186;
const YYERRORSYMBOL = 61;
const YYERRSYMDT = 'yy0';
const YYFALLBACK = 0;
/**
* result status
*
* @var bool
*/
public $successful = true;
/**
* return value
*
* @var mixed
*/
public $retvalue = 0;
/**
* @var
*/
public $yymajor;
/**
* last index of array variable
*
* @var mixed
*/
public $last_index;
/**
* last variable name
*
* @var string
*/
public $last_variable;
/**
* root parse tree buffer
*
* @var Smarty_Internal_ParseTree
*/
public $root_buffer;
/**
* current parse tree object
*
* @var Smarty_Internal_ParseTree
*/
public $current_buffer;
/**
* lexer object
*
* @var Smarty_Internal_Templatelexer
*/
public $lex;
/**
* internal error flag
*
* @var bool
*/
private $internalError = false;
/**
* {strip} status
*
* @var bool
*/
public $strip = false;
/**
* compiler object
*
* @var Smarty_Internal_TemplateCompilerBase
*/
public $compiler = null;
/**
* smarty object
*
* @var Smarty
*/
public $smarty = null;
/**
* template object
*
* @var Smarty_Internal_Template
*/
public $template = null;
/**
* block nesting level
*
* @var int
*/
public $block_nesting_level = 0;
/**
* security object
*
* @var Smarty_Security
*/
public $security = null;
/**
* template prefix array
*
* @var \Smarty_Internal_ParseTree[]
*/
public $template_prefix = array();
/**
* template prefix array
*
* @var \Smarty_Internal_ParseTree[]
*/
public $template_postfix = array();
static public $yy_action = array(
43, 266, 267, 379, 115, 203, 33, 201, 274, 275,
281, 1, 13, 124, 93, 183, 379, 217, 6, 79,
253, 89, 379, 16, 102, 425, 304, 252, 218, 249,
211, 129, 190, 302, 26, 213, 425, 33, 11, 39,
42, 283, 209, 13, 223, 385, 195, 233, 77, 3,
236, 290, 43, 385, 170, 385, 75, 17, 385, 94,
274, 275, 281, 1, 385, 128, 385, 196, 385, 217,
6, 79, 80, 298, 158, 210, 102, 156, 174, 133,
218, 249, 211, 85, 208, 290, 28, 264, 101, 264,
199, 39, 42, 283, 209, 31, 312, 182, 195, 259,
77, 3, 43, 290, 23, 172, 239, 174, 75, 288,
274, 275, 281, 1, 167, 127, 256, 196, 248, 217,
6, 79, 345, 40, 20, 305, 102, 248, 345, 157,
218, 249, 211, 83, 208, 290, 26, 8, 174, 264,
74, 39, 42, 283, 209, 131, 312, 292, 195, 74,
77, 3, 43, 290, 295, 99, 243, 174, 75, 345,
274, 275, 281, 1, 15, 126, 86, 196, 248, 217,
6, 79, 345, 322, 161, 289, 102, 87, 345, 165,
218, 249, 211, 290, 208, 115, 26, 128, 255, 221,
74, 39, 42, 283, 209, 93, 312, 210, 195, 162,
77, 3, 43, 290, 254, 235, 247, 304, 75, 27,
274, 275, 281, 1, 172, 127, 425, 177, 248, 217,
6, 79, 77, 174, 250, 290, 102, 425, 198, 14,
218, 249, 211, 248, 208, 34, 26, 222, 206, 139,
74, 39, 42, 283, 209, 198, 312, 23, 195, 291,
77, 3, 43, 290, 300, 74, 198, 438, 75, 346,
274, 275, 281, 1, 438, 127, 176, 196, 267, 217,
6, 79, 346, 161, 289, 290, 102, 23, 346, 238,
218, 249, 211, 33, 178, 263, 26, 160, 289, 13,
37, 39, 42, 283, 209, 198, 312, 212, 195, 250,
77, 3, 43, 290, 216, 189, 155, 97, 75, 381,
274, 275, 281, 1, 149, 127, 264, 179, 18, 217,
6, 79, 381, 94, 97, 237, 102, 140, 381, 251,
218, 249, 211, 4, 194, 94, 26, 264, 198, 37,
30, 39, 42, 283, 209, 198, 312, 212, 195, 129,
77, 3, 43, 290, 219, 172, 11, 97, 75, 378,
274, 275, 281, 1, 101, 127, 438, 186, 210, 217,
6, 79, 378, 438, 12, 163, 102, 220, 378, 425,
218, 249, 211, 302, 208, 213, 26, 225, 215, 187,
425, 39, 42, 283, 209, 234, 312, 7, 195, 212,
77, 3, 43, 290, 134, 9, 240, 425, 75, 97,
274, 275, 281, 1, 264,
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
基于PHP和MySql开发的图书管理系统源码+数据库+项目说明(个人毕设项目源码).zip 【基本功能】 用户 查询图书状态(能够进行搜索) 管理自己的账户,如:修改密码、挂失等 对已借的图书进行续借操作 管理员 管理图书,增删改查 管理用户,如修改密码、挂失、删除等 借阅管理 【项目特点】 数据库中的数据来自豆瓣图书Top250 前端页面使用jQuery+BootStrap实现,勉强能看(前端能力实在有限) 后端采用MVC的思想,参考ThinkPHP框架的结构和思路,自己实现并封装了一个简单的MVC框架(View层使用了Smarty模板引擎) 后端使用的数据库工具类、验证码类、分页类均由自己实现并封装 可通过配置文件(Base/Conf.php)对项目进行配置(数据库设置和默认路由设置) 前端大部分数据通过Ajax与后端进行交互,页面跳转较少 【备注】 主要针对计算机相关专业的正在做毕设的学生和需要项目实战的PHP学习者。 也可作为课程设计、期末大作业。包含:项目源码、数据库脚本、项目说明等,该项目可以直接作为毕设、课程设计使用。 也可以用来学习参考借鉴!
资源推荐
资源详情
资源评论
收起资源包目录
基于PHP和MySql开发的图书管理系统源码+数据库+项目说明(个人毕设项目源码).zip (251个子文件)
bootstrap.min.css 118KB
manage.html 14KB
index.html 10KB
index.html 6KB
index.html 6KB
index.html 5KB
edit.html 5KB
add.html 5KB
detail.html 5KB
detail.html 5KB
add.html 5KB
index.html 5KB
login.html 4KB
index.html 3KB
index.html 3KB
index.jpg 256KB
jquery.min.js 85KB
bootstrap.min.js 36KB
项目说明.md 2KB
smarty_internal_templateparser.php 142KB
smarty_internal_templatecompilerbase.php 60KB
Smarty.class.php 39KB
smarty_internal_testinstall.php 35KB
smarty_internal_templatelexer.php 34KB
smarty_internal_configfileparser.php 34KB
smarty_internal_template.php 25KB
smarty_internal_configfilelexer.php 24KB
smarty_security.php 24KB
smarty_internal_compile_section.php 18KB
smarty_cacheresource_keyvaluestore.php 17KB
smarty_internal_debug.php 15KB
function.html_select_date.php 15KB
smarty_internal_compile_include.php 15KB
function.html_select_time.php 14KB
smarty_internal_templatebase.php 14KB
SmartyBC.class.php 12KB
smarty_internal_compile_foreach.php 11KB
smarty_internal_compile_function.php 10KB
smarty_cacheresource_custom.php 9KB
smarty_internal_compile_private_php.php 9KB
smarty_resource.php 9KB
smarty_template_compiled.php 9KB
smarty_internal_data.php 9KB
modifier.escape.php 9KB
function.html_checkboxes.php 9KB
smarty_internal_runtime_inheritance.php 8KB
smarty_internal_extension_handler.php 8KB
smarty_internal_compile_if.php 8KB
smarty_internal_cacheresource_file.php 8KB
function.fetch.php 8KB
function.html_options.php 8KB
function.html_radios.php 8KB
smarty_internal_compile_block.php 8KB
smarty_template_cached.php 8KB
smarty_internal_compile_private_modifier.php 8KB
smarty_internal_method_configload.php 7KB
smarty_internal_runtime_tplfunction.php 7KB
smarty_internal_compile_private_foreachsection.php 7KB
smarty_internal_compilebase.php 7KB
smarty_internal_resource_file.php 7KB
smarty_internal_compile_for.php 7KB
smarty_cacheresource.php 6KB
smarty_internal_runtime_updatecache.php 6KB
smarty_internal_config_file_compiler.php 6KB
smarty_internal_compile_private_print_expression.php 6KB
smarty_internal_compile_insert.php 6KB
smarty_internal_runtime_cacheresourcefile.php 6KB
UserController.class.php 6KB
smarty_internal_compile_extends.php 6KB
function.html_image.php 5KB
smarty_internal_smartytemplatecompiler.php 5KB
smarty_internal_method_clearcompiledtemplate.php 5KB
smarty_internal_compile_private_special_variable.php 5KB
function.html_table.php 5KB
function.mailto.php 5KB
smarty_template_source.php 5KB
smarty_internal_runtime_foreach.php 5KB
modifiercompiler.escape.php 5KB
smarty_internal_compile_private_block_plugin.php 5KB
smarty_internal_runtime_getincludepath.php 5KB
BookController.class.php 5KB
smarty_internal_method_compilealltemplates.php 5KB
Pager.class.php 4KB
smarty_internal_errorhandler.php 4KB
smarty_internal_runtime_capture.php 4KB
smarty_internal_method_loadplugin.php 4KB
smarty_internal_runtime_codeframe.php 4KB
smarty_internal_parsetree_template.php 4KB
smarty_internal_method_gettemplatevars.php 4KB
modifier.capitalize.php 4KB
modifier.debug_print_var.php 4KB
smarty_internal_runtime_updatescope.php 4KB
smarty_internal_compile_capture.php 4KB
smarty_internal_compile_break.php 4KB
smarty_internal_compile_while.php 4KB
smarty_internal_resource_extends.php 4KB
smarty_internal_method_registerobject.php 4KB
BorrowController.class.php 4KB
outputfilter.trimwhitespace.php 3KB
smarty_internal_resource_php.php 3KB
共 251 条
- 1
- 2
- 3
onnx
- 粉丝: 9614
- 资源: 5597
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
- 1
- 2
- 3
前往页