.---. 
     |   v*
 .--------------.  
...

Ruby Instance-level authorization

by dagobah.myopenid.com, September 07, 2011 04:49, No refactoring, tagged with rails, database, authorization, instance-level

Is this database structur...

55502f40dc8b7c769880b10874abc9d0 Talk
#1
@message= @bunker.messages.create(params[:message])

...

Ruby ---message: is appearing in...

by https://www.google.com/accounts/o8/id?id=AItOawkLfuak4NfSyVOPz3IfXeLJucIRBxwgBgA, April 03, 2011 21:21, 2 refactorings, tagged with ruby, database, rails3, message

I'm simply trying to insert...

55502f40dc8b7c769880b10874abc9d0 Talk
<?php
/**
 * Database: MySQL connection
...

PHP MySQL database class

by lukas, September 02, 2009 20:20, 5 refactorings, tagged with php, mysql, database

This is a class to do all t...

A54000a44341dc35ab30a332a49784d3 Talk
/**
 * am_getLatestHighScores
 *
...

PHP Retrieve username by user I...

by djkee.myopenid.com, May 17, 2009 06:04, 1 refactoring, tagged with database, compare, username, userid

I am looking for a way to r...

97096aca157a48f03443eae96ed2d118 Talk
public class MvNetDB
    {
        protected mvAccount _account = null;
...

C# Help me with ineritance or ...

by mikeroosa.myopenid.com, February 05, 2009 13:27, 3 refactorings, tagged with C#, dry, database

I'm new to C# and working o...

56982d0ab4f8fdd82cf65d399f25b774 Talk
/**
 * Get the article destined for the front page
...

Java Closing database connection...

by junkyjunk, July 31, 2008 02:35, 4 refactorings, tagged with java, database, javabeans, database leak

I am making a blog for fun ...

D41d8cd98f00b204e9800998ecf8427e Talk
+----------+-------------+------+-----+---------+----------------+
| Field    | Type        | Null | Key | Default | Extra          |
...

PHP Object with Field names as ...

by Ishkur, July 28, 2008 19:35, 6 refactorings, tagged with object, php5, database, field names

What I am trying to do is a...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk
<?php

class DB {
...

PHP PHP5 Database Clas

by Ishkur, July 21, 2008 16:33, 3 refactorings, tagged with class, php5, database

For the most part, this cla...

6dc0e9a07bcff97ac9b111f36e12f1f6 Talk
class DB {
        /*
        $c=new DB();
...

PHP Database Class

by seal-7.blogspot.com, July 09, 2008 17:47, 7 refactorings, tagged with php, database

We use this class in 1000's...

55502f40dc8b7c769880b10874abc9d0 Talk