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

Adding Logging to Query.php #66

Merged
merged 2 commits into from
Mar 7, 2017
Merged

Commits on Mar 7, 2017

  1. Adding Logging to Query.php

    - Added a file logger to Query.php ( query.log )
    - Added logic to the function 'execute' such that, when called and then
      'sql_debug_mode' is true, the query that is about to be executed is logged.
    ryanrath committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    e8c0976 View commit details
    Browse the repository at this point in the history
  2. Updated per code review

    - Added a new 'filter_var' function to 'xd_utilities' that we can use to get
      around the limitations of the 'filter_var' implementation in PHP 5.3.x.
    - Updated the 'filter_var' usage in Query to utilize the new function in
      'xd_utilities'.
    ryanrath committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    8cee4fc View commit details
    Browse the repository at this point in the history