Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
PHP MySQL Module Generator - Guys Please take a look. It might help you =)
Old 08-19-2010, 01:57 PM PHP MySQL Module Generator - Guys Please take a look. It might help you =)
britoniah3480's Avatar
Average Talker

Posts: 17
Name: Darz
Trades: 0
Hi guys! Im kinda new here and lately I'm developing a PHP MySQL Module Generator that will help us to easily manipulate the database. since I want to make thing fast and I know lots of you agree with me that doing data manipulation stuffs like MySQL is boring so I decided to create this one and I just want it to share with you guys

Please tell me what you think. Im open for constructive criticism and the only purpose of this Generator is to help us programmers. Thank you!

Here's the URL: http://easycode.unoprojects.com

here's how it works.

PHP Code:
include("connect.php"); //this is where the connection parameters.
include("inc.sqlcmd.php"); //this is the module
$data = new personinfo(); //create a new object

$data->Name "Ms.Moo"//set the variables
$data->Age "15";
$data->Gender "Mooo";
$data->Address "USAA";
$data->add(); //add the data to your DB
$data->first(); //go to the first recordset
$data->Name "MooGeek Talay";

$data->update(); //Update the first row
$data->last(); //go to the last recordset
$data->delete(); //deletes the last row
print_r($data); //prints the data 
Just try it guys I know it will give you a tremendous help when doing some PHP and MySQL jobs
__________________

Please login or register to view this content. Registration is FREE
britoniah3480 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-20-2010, 01:06 PM Re: PHP MySQL Module Generator - Guys Please take a look. It might help you =)
Extreme Talker

Posts: 173
Trades: 0
I have a comment about your website, it is way too dark, can you put a light switch on the wall so I can turn the lights on when I enter?
dgkindy is offline
Reply With Quote
View Public Profile
 
Old 08-20-2010, 01:47 PM Re: PHP MySQL Module Generator - Guys Please take a look. It might help you =)
lynxus's Avatar
Awesomeo-Maximo

Posts: 1,618
Location: UK
Trades: 1
Yeah that font color sucks.
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE


lynxus is offline
Reply With Quote
View Public Profile Visit lynxus's homepage!
 
Old 08-26-2010, 12:33 PM Re: PHP MySQL Module Generator - Guys Please take a look. It might help you =)
britoniah3480's Avatar
Average Talker

Posts: 17
Name: Darz
Trades: 0
Oh I see. them I am going to chance that' thanks for the support!!
__________________

Please login or register to view this content. Registration is FREE
britoniah3480 is offline
Reply With Quote
View Public Profile
 
Old 08-31-2010, 01:02 PM Re: PHP MySQL Module Generator - Guys Please take a look. It might help you =)
Skilled Talker

Posts: 54
Trades: 0
that was a very nice one there. i also think if your methods accept parameters it will make them more flexible in the sense that some of the parameters could be used to build dynamic where clause part of the query.but hey you have done well i must say.
kani alavi is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to PHP MySQL Module Generator - Guys Please take a look. It might help you =)
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.15371 seconds with 12 queries