Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: use config(Cache::class) in CodeIgniter #7297

Merged
merged 6 commits into from
Feb 26, 2023

Commits on Feb 23, 2023

  1. docs: add PHPDoc

    kenjis committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    7cc02e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e80f83 View commit details
    Browse the repository at this point in the history
  3. test: change to something more realistic

    A CodeIgniter instance handle one request.
    Use page caching in the run() method, instead of forcing to call cachePage().
    Do not register invalid routes with query string.
    kenjis committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    a17a2a0 View commit details
    Browse the repository at this point in the history
  4. docs: fix PHPDoc types

    kenjis committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    08493fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1dfa4fe View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. test: use ob_get_level()

    kenjis committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    a54ee52 View commit details
    Browse the repository at this point in the history