GithubHelp home page GithubHelp logo

ljlclark / ljcphpprojects Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 731 KB

LJC PHP Code Projects

Home Page: https://ljlclark.github.io/LJCPHPProjects/

License: MIT License

PHP 85.93% Batchfile 0.90% HTML 4.86% CSS 1.83% JavaScript 6.47%
php-code

ljcphpprojects's Introduction

LJCPHPProjects

These projects were used by myself to learn PHP. With several decades of full time development in C#, quite a bit of experience with C and some exposure to C++; my coding is heavily influenced by strongly typed, object oriented languages and Pascal case and Camel case names. To help keep things familiar for me it will be noticed that much of this influence has been brought forward to my code in PHP.

GenDoc

A technical code HTML documentation generator.

One of my first projects was to write a CodeDoc generator in PHP to read my PHP files and generate CodeDoc HTML. These CodeDoc pages are found in the WebSites repository, folder CodeDoc/LJCPHPCodeDoc. Much of the internal code XML Documentation syntax was borrowed from C#.

GenTextLib

A generic template driven code or text generator.

LJCPHPCommon

Some classes can be used in multiple PHP projects. The following are the PHP files that contain these classes.

LJCCommonLib.php

There are certain functions that are used in multiple projects. These are coded as static functions in LJCCommonLib.

LJCDbAccessLib.php

The PDO Database Access functions are encapsulated in class LJCDbAccess.

LJCDataManagerLib.php

A message based Data Access approach is encapsulated in class LJCDataManager. The LJCDataManager class provides a higher level of abstraction on top of the LJCDbAccess class. It does not require the developer to create SQL statements. Instead the developer can use strongly typed DataObjects, KeyColumn definitions, Join definitions and Included PropertyNames arrays to interact with the database.

LJCCollectionLib.php

A base class that can be used to extend (be inherited by) another class to represent a strongly-typed collection of objects.

LJCTextLib.php

Code for writing output to a file or stdout.

ljcphpprojects's People

Contributors

ljlclark avatar

Watchers

 avatar

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.