Archives for Database
15 Dec by admin in All, Code Generation, Database, MySQL, OOP, Professional Programming, UML, XML, framework, php
Fastest Way to Generate Propel Schema for PHP Symfony Framework
In our article "Creating an OOP Class-Based Language with a Prototype-Based OOP Language", we said:Why try to create a class-based OOP language from a prototyped-base OOP language ? The reasons to do so are numerous like simulating an other language or use it as a model for building Semantic Layers ...more»
[HOT] Rebol SQL/LINQ-like Text Database Engine: Blaze through millions of rows a second!
More and more people prefer textual open-format storage that's why Microsoft Office has turned to XML. But for simple structure, XML is too much verbose and cannot be easily queried by end-user that's why RebDB by Dobeash Software presented here may be a perfect solution (for simpler textual database usage ...more»
How to Automate Wordpress Mu Management: Clean Up New Blog
I have a wordpress Mu site which serves as my personal bookmarks (tahnks to the excellent Pressmark Wordpress Template which uses a bookmarklet to digg an article for each blog).This website contains hundreds of blogs as I create a Blog for each category. So it became a daunting task ...more»
Rebol Mini-Text Database - Part 2: binding to a Visual Form
In previous installments, we learnt how to create a Visual GUI in Rebol and how to create a Mini-Text Database, now we'll combine the two: How to bind a Text Database to a Visual Form. I have much difficulty as newbie to find any tutorial for the absolute beginner, that's ...more»
Rebol Mini-Text Database - Part 1
Sometimes you just need a simple text database on your small Pocket PC or eeePC (either Windows or Linux as Rebol is fully multi-platforms) or don't want to install a full-blown database like MySQL (see How to connect to MySQL with Rebol). Rebol's blocks can be easily persisted on disk ...more»
Tags: Database, Text Format
How to connect to your remote Wordpress Database from the comfort of your Desktop
Have you ever dreamed to access your MySQL Database from your Desktop without having to connect to your webhosting control panel, launch your PHPMyadmin, etc. ? Now your dream comes true. But as pre-requisite, you'll need to activate remote access for MySQL. Usually your webhosting control panel has an ...more»





No Comment
Tags: ORM, php, Symfony, UML