MySQL: Dari Desain Ke Kode Lebih Mudah

MySQL sebagai RDBMS open source, sangat mudah dijumpai pada server-server hosting atau di kalangan akademisi maupun korporat. Oracle sebagai pemilik MySQL juga mengembangkan aplikasi pendukung MySQL Workbench (dahulu MySQL GUI Tools). Fungsi utama MySQL Workbench adalah: Desain database (modelling). Administrasi Server. SQL Frontend untuk Database MySQL. MySQL Workbench sendiri dikembangkan secara open source, juga dapat diperluas fungsi-fungsinya dengan …

Panduan Pemula Symfony

Catatan: Tutorial ini menggunakan Sistem Operasi Windows. Instalasi Webserver, PHP, dan MySQL Webserver: Apache HTTPD Sebagai webserver, coba Apache HTTPD (http://httpd.apache.org), download versi terakhir (2.2.x) kemudian install. Setelah instalasi selesai, buka browser: http://localhost Dan hasilnya “It works!”, ini menandakan instalasi apache telah selesai, selanjutnya kita akan mengkonfigurasi httpd agar bisa menyajikan aplikasi symfony. Database: MySQL …

A Newbie Guide for Symfony

Note: This tutorial using Windows Operating System. Webserver, PHP, and MySQL Instalation Webserver: Apache HTTPD For a webserver, try Apache HTTPD (http://httpd.apache.org), download the latest version (2.2.x) and install. After the instalation is finished, browse to: http://localhost And it say “It works!”, then the apache installation is done, next we will configure the httpd configuration …