Home Informatique CV Projets Famille J'aime Mmm Coup de gueule Web Radio Belge B&M Jeux Art-NFT C+ 71

C'est une pub! Ce thême est basé sur w3 css.

Oui vous êtes capable de modifier ce thême

Cool? Oui, avec plein d'exemples faciles à comprendre et à modifier.

Aller sur W3.CSS Tutorial c'est en anglais mais google peux traduire les pages.

Get Simple CMS 7 VS 8

La curiosité n’est pas un vilain défaut mais une qualité fondamentale.

Sources

php.net

Get Simple CMS contrôle

  • match devient un mot réservé -> OK
  • mixed devient un mot réservé -> OK
  • __construct
    [./admin/inc/logging.class.php]
    class GS_Logging_Class (__construct)--> OK
    [./admin/inc/imagemanipulation.php]
    class ImageManipulation (__construct)--> OK
    [./admin/inc/ZipArchive.php]
    class ZipArchive --> OK
    [./admin/inc/basic.php]
    class SimpleXMLExtended extends SimpleXMLElement -->OK
    [./admin/inc/api.class.php]
    class API_Request --> OK
  • php_errormsg -> not found --> OK
  • error_get_last -> not found --> OK
  • define parameter 3 <> true --> (no parameters 3 found) --> OK
  • define TTT != as ttt (all define are UPPERCASE) --> OK
  • __autoload --> (not found) OK
  • create_function -> (not found) OK
  • each -> (only one found but no impact it's javascript composition -> OK
  • array_key_exists() only with array --> OK