TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 04-05-2009, 12:22 AM   #1 (permalink)
The Acquainted
Inquisitive 
 
Join Date: Jul 2005
Location: UK
Posts: 121
Thanks: 41
Brook is on a distinguished road
Default Do you use a visual database designer?

If so which one?
__________________
PS3 Forums on GameSlurp - the site for gaming fans!
Brook is offline  
Reply With Quote
Old 04-05-2009, 12:49 AM   #2 (permalink)
The Addict
 
Enfernikus's Avatar
 
Join Date: Jun 2008
Posts: 335
Thanks: 2
Enfernikus is on a distinguished road
Default

dry erase board
Enfernikus is offline  
Reply With Quote
Old 04-05-2009, 02:07 AM   #3 (permalink)
The Contributor
 
Join Date: Feb 2009
Posts: 65
Thanks: 0
Krik is on a distinguished road
Default

Quote:
Do you use a visual database designer?
I am not sure what you mean by "visual". Data usually is visible.

Now if your talking about a database manager, that allows you to manage your data in tables. Then phpmyadmin is my database manager of choice.
Krik is offline  
Reply With Quote
Old 04-05-2009, 03:11 AM   #4 (permalink)
The Acquainted
Inquisitive 
 
Join Date: Jul 2005
Location: UK
Posts: 121
Thanks: 41
Brook is on a distinguished road
Default

I mean programs like Kexi and Open offices 'Base' - I think zend do one too..

Like this: http://www.mysql.com/products/workbench/
__________________
PS3 Forums on GameSlurp - the site for gaming fans!

Last edited by Brook : 04-05-2009 at 03:34 AM.
Brook is offline  
Reply With Quote
Old 04-12-2009, 06:43 PM   #5 (permalink)
The Contributor
 
Join Date: Apr 2005
Location: Kent, UK
Posts: 54
Thanks: 0
Dr John is on a distinguished road
Default

The one above is an update based on fabforce.net's db designer (well the chief designer moved there from fabforce) And it's by MySQL / Sun, not Zend...
__________________
www.kidneydialysis.org.uk

Last edited by Dr John : 04-14-2009 at 11:18 AM.
Dr John is offline  
Reply With Quote
Old 05-24-2009, 07:20 PM   #6 (permalink)
The Acquainted
 
Randy's Avatar
 
Join Date: May 2007
Location: Your G/F's Closet
Posts: 114
Thanks: 7
Randy is on a distinguished road
Default

Personally i dont use one and i dont recommend that you do either, By using programs you dont get a personal feel and some things can get messed up, i recommend doing it all by hand in notepad or like Enfernikus suggested a dry erase board which is what i use as well.
__________________
Real Programmers always confuse Christmas and Halloween because Oct31 == Dec25 - Andrew Rutherford
Send a message via AIM to Randy Send a message via MSN to Randy
Randy is offline  
Reply With Quote
Old 05-25-2009, 03:05 PM   #7 (permalink)
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay is on a distinguished road
Default

Quote:
Originally Posted by Randy View Post
Personally i dont use one and i dont recommend that you do either, By using programs you dont get a personal feel and some things can get messed up, i recommend doing it all by hand in notepad or like Enfernikus suggested a dry erase board which is what i use as well.
Agreed. This is the best way to learn mySQL.
allworknoplay is offline  
Reply With Quote
Old 05-25-2009, 06:06 PM   #8 (permalink)
The Addict
 
CoryMathews's Avatar
 
Join Date: Nov 2007
Location: USA
Posts: 256
Thanks: 7
CoryMathews is on a distinguished road
Default

Quote:
Originally Posted by Randy View Post
Personally i dont use one and i dont recommend that you do either, By using programs you dont get a personal feel and some things can get messed up, i recommend doing it all by hand in notepad or like Enfernikus suggested a dry erase board which is what i use as well.
You may learn some things a little bit better, but in the end you will just waste a lot of time. Maybe just start with no GUI but the time you save with a GUI makes it completely worth it.

Navicat, or phpmyadmin for me btw. I was not much of a fan of the ones that mysql provides..
CoryMathews is offline  
Reply With Quote
Old 05-25-2009, 06:28 PM   #9 (permalink)
The Addict
 
Enfernikus's Avatar
 
Join Date: Jun 2008
Posts: 335
Thanks: 2
Enfernikus is on a distinguished road
Default

HeidiSQL is my favorite but for the actual design and how things are going to be implemented...Dry Erase board.
Enfernikus is offline  
Reply With Quote
Old 06-11-2009, 09:20 AM   #10 (permalink)
The Contributor
 
dschreck's Avatar
 
Join Date: Nov 2007
Location: California
Posts: 82
Thanks: 0
dschreck is on a distinguished road
Default

I used to always start on the Dry Erase Board... lately i'll just use a UML program like OmniGraffle or Visio to get the idea down. If it's something I'm going to be tinkering with a lot, i'll go ahead and load up MySQL Workbench - just so I can directly export the SQL.
__________________
Where I Ramble: http://www.iwilldomybest.com/
What I do: Zynga Game Network
Senior Software Engineer at CityVille
dschreck is offline  
Reply With Quote
Old 06-11-2009, 08:28 PM   #11 (permalink)
The Acquainted
 
Randy's Avatar
 
Join Date: May 2007
Location: Your G/F's Closet
Posts: 114
Thanks: 7
Randy is on a distinguished road
Default

@corey it may be faster however if something does not go wrong it is harder to correct it, also many programs that I have used have issues with displaying certain types of information.
__________________
Real Programmers always confuse Christmas and Halloween because Oct31 == Dec25 - Andrew Rutherford
Send a message via AIM to Randy Send a message via MSN to Randy
Randy is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to use the Singleton design pattern Karl Advanced PHP Programming 27 10-22-2012 08:16 AM
Using the factory pattern (mad rantings of a mind without coffee) sketchMedia Advanced PHP Programming 35 09-25-2009 11:05 AM
[Tutorial] How to organize your classes | Part 1 Tanax Advanced PHP Programming 10 03-01-2009 10:08 PM
Adding Images to a database from a folder Rendair Advanced PHP Programming 3 01-13-2008 07:40 PM
Important Database Structure Question! AnthonyOS MySQL & Databases 5 12-20-2007 03:26 PM


All times are GMT. The time now is 01:32 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design