书栈网 · BookStack 本次搜索耗时 0.060 秒,为您找到 13321 个相关结果.
  • 1. Assertions

    477 2021-03-28 《PHPUnit v9.5 Manual》
    1. Assertions Static vs. Non-Static Usage of Assertion Methods assertArrayHasKey() assertClassHasAttribute() assertClassHasStaticAttribute() assertContains() assertStringConta...
  • Settings

    643 2019-09-21 《Slim 2 Document》
    Settings mode debug log.writer log.level log.enabled templates.path view cookies.encrypt cookies.lifetime cookies.path cookies.domain cookies.secure cookies.httponly c...
  • Class Phalcon\Config

    Class Phalcon\Config Methods Class Phalcon\Config implements ArrayAccess , Countable Source on GitHub Phalcon\Config is designed to simplify the access to, and the use o...
  • State management

    State Management with PHP Metadata Consistency/concurrency Parallelism Prefix State Management with PHP How to use Dapr offers a great modular approach to using state in yo...
  • State management

    State Management with PHP Metadata Consistency/concurrency Parallelism Prefix State Management with PHP How to use Dapr offers a great modular approach to using state in y...
  • Namespaces

    Namespaces Working with Namespaces Setting up the framework Controllers in Namespaces Models in Namespaces Namespaces Working with Namespaces Namespaces can be used t...
  • 视图文件创建

    视图概述 视图作为MVC模式中的终端环节,在web编程中负责dom结构的展示。grace 使用 php作为“天然模板“,您不必再去学习枯燥无聊的模板语法,系统更不必浪费资源去完成复杂的解析工作! 视图文件创建及命名规则 视图文件命名 : 1 、控制器名称 _ 方法名称. php //此种命名系统会进行自动展示 2 、视图名称. php /...
  • 框架安装

    框架安装 快速安装 报错处理 手动安装 关于IDE助手 常见问题 安装后第一次启动 报错协程 ID 只能为 int 或 null 启动后无法加载首页 一直处于加载中的状态 示例项目 框架安装 框架使用 Composer 作为依赖管理工具,在开始安装框架前,请确保已经按上一章节的要求配置好环境并安装好了Composer 工具,在安装...
  • form组件管理

    组件管理 移除已有组件 扩展自定义组件 集成富文本编辑器wangEditor 集成富文本编辑器ckeditor 组件管理 移除已有组件 form表单内置的map 和editor 组件通过cdn的方式引用了前端文件,如果网络方面有问题,可以通过下面的方式将它们移除 找到文件app/Admin/bootstrap.php ,如果文件不存在,...
  • 调试应用程序(Debugging Applications)

    调试应用程序(Debugging Applications) 捕获异常(Catching Exceptions) 调试组件(Debug component) 反射与内省(Reflection and Introspection) 使用 XDebug(Using XDebug) 调试应用程序(Debugging Applications) ...