GithubHelp home page GithubHelp logo

ludekvodicka / ludekvodicka.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from atlantic18/ormcheatsheet

0.0 1.0 0.0 1.21 MB

This cheatsheet is intended as a quick reference guide for everyone working with PHP ORM frameworks and with ORM frameworks in general.

Home Page: http://ormcheatsheet.com/

HTML 92.53% CSS 7.47%

ludekvodicka.github.io's Introduction

ORM Cheatsheet

ORM Cheatsheet is an ORM definition guide and reference manual. Purpose of the site is to aggregate ORM Definitions, basic commands for ORM frameworks and useful links to blogs, documentation or examples.

All other frameworks are welcome, but because I, the Mighty Maintainer work with Doctrine, Doctrine2 and Propel, other frameworks will need contributors. Fork and edit, or let me know what you would like to add.

contact: [email protected]

####include section

{% include section.html %} parameters:

  • imgsource - path to images directory

  • imgfile - actual image name, if '' image will not be loaded, else it tries to load even if the path is invalid

  • rootdir - must not be empty and must be valid, specifies path to the tab structure

  • element - not required, must be eiter valid or empty, used to better organize files

  • format - assigned automatically

  • file - must be valid file name in *.md

  • usedtabs - specifies which tabs will be displayed, string, recognized contents: 'xml'; 'yml'; 'php'; 'more'; 'links'

####tab file structure:

allways loaded (file must exist for page to build)

rootdir\element\file

loaded based on used tabs (file must exist if the format is specified by used tabs, or the page won't build)

rootdir\element\xml\file
rootdir\element\yml\file
rootdir\element\php\file
rootdir\element\more\file
rootdir\element\xml\file
  • only the apropriate *.md file has to be modified
  • to add new tab simply create the directory structure and edit the 'usedtabs' for appropriate section
  • to add new image, specify the 'imgsource/imgfile' for appropriate section

####header/variable structure:

<h1>Top level</h1>

{% assign rootdir='toplevel/' %}
{% assign imgsource='/images/' %}

<h2 id="navbaritem">Mid level</h2>
{% assign element='midlevel/' %}

<h3>LowLevel</h3>

{% assign file='lowlevel.md' %}
{% assign imgfile='lowlevel.jpg'%}
{% assign usedtabs='xml, yml, php, more, link' %}
{% include section.html %}

ludekvodicka.github.io's People

Contributors

frekr avatar gmorel avatar ludekvodicka 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.