PHP Classes

HTML Include Images and Text using PHP on Time: Store and retrieve values for HTML for images

Recommend this page to a friend!
  Info   View files Example   Screenshots Screenshots   View files View files (24)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 50 This week: 1All time: 10,652 This week: 560Up
Version License PHP version Categories
images-text 1.0Public Domain5HTML, PHP 5, Databases, Libraries
Description 

Author

This package can store and retrieve values for HTML for images and text to show on Web pages.

It provides traits that classes can use to store values in a NoSQL database that associate a record that validate the images and text to display in Web pages.

The package can also retrieve the images and text values, so applications can use them when they render the HTML of the current page being served by PHP.

Picture of Mario Carrocera
  Performance   Level  
Name: Mario Carrocera is available for providing paid consulting. Contact Mario Carrocera .
Classes: 18 packages by
Country: Mexico Mexico
Age: 58
All time rank: 310236 in Mexico Mexico
Week rank: 106 Up3 in Mexico Mexico Up
Innovation award
Innovation award
Nominee: 2x

Winner: 1x

Example

<?php
//ini_set('display_errors', true);
//error_reporting(E_ERROR | E_PARSE | E_NOTICE | E_WARNING);


include_once('HtmlClass.php');
$html = new html();
$html->SetPage('page');
$html->SetMeta('screen');
$html->SetGoogle('letters');
$html->SetCss('MainCss');
$html->SetLayOut('Layout');
?>

<!DOCTYPE html>
<html>
    <?php $html->Getheader();
         
$html->GetLayout();?>
</html>


Details

How use OnTime backend to store and setup layout of the screen

The OnTime framework is designed to be modular, scalable and comprehensive, so that each new feature integrates without difficulty and maintains a unique class definition (OnTime) and all "additional classes" are "trait" that enrich it, in such a way that an integrated system is obtained, not separate programs which do not necessarily have to behave correctly together.

This is just a sample to show how todo, can add o remove all tag you wan

Installation in test environment:

1.- Copy all the files in the directory where was instaled OnTime

2.- With the browser of your preference, locate the directory and enter it

3.- Execute the Setup.php file

4.- When executing the file, the files the required environment was created

Recommendations:

If you know how to create a subdomain that points to the "demo" directory, it is more comfortable and realistic.

After install

1.- Select the file FillDataxxx.php, to create sample data, can use it to adapt as you need. 2.- The file HtmlPage.php show the result in the browser,

mario.carrocera@hotmail.com


Screenshots  
  • html-imgrsc.png
  • Image-text.png
  Files folder image Files  
File Role Description
Files folder imagepiblic (14 files)
Accessible without login Image file bg.png Data Auxiliary data
Accessible without login Plain text file FillData005.php Example Example script
Plain text file HtmlClass.php Class Class source
Accessible without login Plain text file HtmlPage.php Example Example script
Accessible without login Plain text file licencia Data Auxiliary data
Accessible without login Plain text file license Lic. License text
Accessible without login Image file otfavicon.ico Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file Setup.php Example Example script
Accessible without login Plain text file Setupf.php Example Example script

  Files folder image Files  /  piblic  
File Role Description
  Accessible without login Image file 16x10.png Data Auxiliary data
  Accessible without login Image file 16x9.png Data Auxiliary data
  Accessible without login Image file 4x3.png Data Auxiliary data
  Accessible without login Image file Brasil.png Icon Icon image
  Accessible without login Image file EEUU.png Icon Icon image
  Accessible without login Image file favicon.ico Data Auxiliary data
  Accessible without login Image file mglogo30.png Icon Icon image
  Accessible without login Image file ontime.png Data Auxiliary data
  Accessible without login Image file ontimer.png Icon Icon image
  Accessible without login Image file Portugal.png Icon Icon image
  Accessible without login Image file ReinoUnido.png Icon Icon image
  Accessible without login Image file v16x10.png Data Auxiliary data
  Accessible without login Image file v16x9.png Data Auxiliary data
  Accessible without login Image file v4x3.png Data Auxiliary data

Downloadimages-text-2021-05-30.zip 5246KB
Downloadimages-text-2021-05-30.tar.gz 5249KB
Install with ComposerInstall with Composer
Needed packages  
Class DownloadWhy it is needed Dependency
HTML Metatags using PHP on Time Download .zip .tar.gz Implement HTML Tags Optional
HTML Google Fonts using PHP on Time Download .zip .tar.gz Implement Google Font on HTML Optional
HTML CSS Styles using PHP on Time Download .zip .tar.gz Implements Css Html Optional
HTML LayOut using PHP on Time Download .zip .tar.gz Implement Layout Optional
HTML Nav bar using PHP on Time Download .zip .tar.gz Implements a Nav Bar Optional
PHP Creative Commons Logo Download .zip .tar.gz nice tool Recommended
PHP NoSQL Database OnTime Download .zip .tar.gz NoSQL Database Required
 Version Control Reuses Unique User Downloads Download Rankings  
 92%10
Total:50
This week:1
All time:10,652
This week:560Up