Skip to main content

Home/ PHP Programming/ Contents contributed and discussions participated by Mr. DiGi

Contents contributed and discussions participated by Mr. DiGi

Mr. DiGi

NotORM - 1 views

  • foreach ($software->application() as $application) {    echo "$application[title]\n";    foreach ($application->application_tag() as $application_tag) {        echo "\t" . $application_tag->tag["name"] . "\n";    }}
  •  
    PHP library for simple reading data from the database
Mr. DiGi

phpMinAdmin - 0 views

  •  
    Simple and fast MySQL management tool - with support of stored procedures and triggers.
1 - 3 of 3
Showing 20 items per page