Giter Site home page Giter Site logo

e17site's Introduction

e17sermons

e17site's People

Contributors

lydiaralph avatar

Watchers

 avatar

e17site's Issues

URGENT: Check fall out from rejig of mysqlLists.php

mysqlLists has been renamed to readDbRecords.php

It has been split into several functions:
openConnection
[perform task]
closeConnection

Check it is being called anywhere it needs to be, e.g. sermons.php, createNewRecords.php, processInput.php

Check variables which have been replaced:

  • $field_names
  • All generated lists ($preacher_list, $series_list, $bible_book_list, $date_list, $time_list which are used by filterPanel.php)
  • $full_database
  • $columns_result
    Replace with (eg) $field_names = readDbRecords('get_lists'); ?? or does this need to be imploded to obtain correct array? as readDbRecords returns associative array of results by task

Check $mysql_queries which has been replaced by $requiredLists - hopefully localised change

Replace all hardcoded strings

Populate arrays with variables pulled from DB

Beware that not all names will match, e.g. date needs to be day + month + year
Bible ref = ch + verse

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.