Skip to content

toufik24/Codecourse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codecourse

A collection of protects from tutorials

Collection.class.php Example:

<?php

require 'Collection.php';

$db = new PDO('mysql:host=localhost;dbname=collection', '', '');

$a = $db->query("SELECT * FROM articles");
$a = $a->fetchAll(PDO::FETCH_OBJ);

$articles = new Collection($a);

About

A collection of protects from tutorials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 62.7%
  • CSS 20.0%
  • HTML 12.7%
  • Vue 2.6%
  • JavaScript 2.0%