DAO tier is Data Access Object abstract interface. In B12phpfw code skeleton Model and DAO tiers are in :
In B12phpfw code skeleton i use M_V data flow for read, but it is easy (but in my opinion not appropriate) to use M_C_V data flow for read - in Home_ctr.php we examine user entered URL (request) and call method which can read data (or do any CRUD operation - procedure on data).
Ancient Greek maxim (aphorism) "know thyself" (Greek: γνῶθι σεαυτόν, latin "nosce te ipsum") is one of the Delphic maxims and was the first of three maxims inscribed in the pronaos (forecourt) of the Temple of Apollo at Delphi according to the Greek writer Pausanias.
The two maxims that followed are :
https://en.wikipedia.org/wiki/Know_thyself https://www.john-uebersax.com/delphi/delphi.htm https://www.wikiwand.com/en/Delphic_maxims https://www.mimamsadiary.com/the-great-wisdom-from-ancient-greece/
<a target="_blank" href="../../vendor/b12phpfw/img/meatmirror.jpg <img src="../../vendor/b12phpfw/img/meatmirror.jpg" a alt="/vendor/b12phpfw/img/meatmirror.jpg" > </a>
In code above href="/vendor/b12phpfw/img/meatmirror.jpg" does work in PHP
and in HTML called with URL eg
http://dev1:8083/fwphp/glomodul/img_gallery/index.html
,
but href="/vendor/b12phpfw/img/meatmirror.jpg" does not work in double clicked HTML
meaning browser does not know where is web server document root !
href="../../vendor/b12phpfw/img/meatmirror.jpg works for both script opening methods if we do not change folder structure - which we do not - no need. href="/vendor/b12phpfw/img/meatmirror.jpg" is alike sensitive to folder structure.
This example Tryit Editor v3.6 (w3schools.com) use media queries to re-arrange the images on different screen sizes: for screens larger than 700px wide, it will show four images side by side, for screens smaller than 700px, it will show two images side by side. For screens smaller than 500px, the images will stack vertically (100%). You will learn more about media queries and responsive web design later in our CSS Tutorial. See also How To Create a Slideshow (w3schools.com) .