Skip to content
Stack Code Review
Question and answer site for peer programmer code reviews.
MENU
  • HOME

Category: MySQL

TinyMVC Model / Plugin how to implement?

By mariaPosted on May 8, 2023

Problem Recently I started working with TinyMVC, wrote a simple menu model and I have few questions for those who […]

DB abstraction, private methods in OOP PHP library

By mariaPosted on May 7, 2023

Problem This library registers a new user. Questions: Where should the DB class instantiation happen for user class? I tried […]

Connect to database, handling errors

By mariaPosted on May 3, 2023

Problem I try to handle or catch possible errors with PHP/MySQL for security reasons and would like to know if […]

SQL query to find expenditures of employees who have exceeded their limit

By mariaPosted on May 3, 2023

Problem I’ve 2 tables emp and expenditure. Emp: ID, NAME Expenditure: ID, EMP_ID, AMOUNT Each emp has a limit of […]

Code tidy-up for multiple queries

By mariaPosted on May 3, 2023

Problem I have the following code that I know can be written in a better way. Basically I query tables […]

Joining tables by skipping the intermediate parent table [closed]

By mariaPosted on May 2, 2023

Problem Closed. This question is off-topic. It is not currently accepting answers. Lacks concrete context: Code Review requires concrete code […]

A class which represents an SQL table

By mariaPosted on May 2, 2023

Problem I’m representing DB tables as classes (in this case PHP classes). This has the goal of modeling every section […]

Safely storing and output data

By mariaPosted on May 1, 2023

Problem On my application I use this method to store and to output the data. I would like to know […]

Adding more fields to a Questionnaire in a CRUD system

By mariaPosted on May 1, 2023

Problem Background on Project When a customer orders a machine, I have to do something called a telephone site survey, […]

MySQL JDBC integration into App from tutorial

By mariaPosted on May 1, 2023

Problem I was following this tutorial for JavaFX and Gradle: JavaFX with Gradle, Eclipse and, Scene Builder on OpenJDK11 After […]

  • 1
  • 2
  • 3
  • …
  • 64

Recent Posts

  • Object-oriented command processor
  • Playing card game method
  • Determine fragment identifier from HTML page in Swift
  • Rendering JSON arrays of unequal length as a table
  • JMH Benchmark Metrics Evaluation
  • Dijkstra’s algorithm using priority queue running slower than without PQ
  • Google Maps JavaScript API v3: Sorting Markers with Check Boxes
  • Directory Organizer: Organizing a given directory by moving files into categories according to their type
  • Union, Intersection and Diff of two sorted arrays in C#
  • Kevin
  • Merit of a “Search” class similar to a “Builder” class
  • Template file for creating formatted webpages
  • Shuffle array elements by rearranging the key value associations
  • Mergesort implementation in Clojure
  • Fields are required, except if all fields are empty

Categories

  • .Net
  • Algorithm
  • Android
  • Array
  • Bash
  • C#
  • Console
  • CSS
  • Haskel
  • Html
  • Java
  • Javascript
  • JSON
  • MySQL
  • Node Js
  • Object Oriented
  • Parsing
  • Php
  • Programming Chalenge
  • Python 3
  • React JS
  • Recursion
  • Regex
  • Ruby
  • Security
  • Sorting
  • SQL
  • Strings
  • Swift
  • VBA
Proudly powered by WordPress / Theme: Superfast