Database Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesDatabase Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today!
  #1  
Old March 1st, 2003, 02:03 AM
russgri russgri is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Mooreville MS USA
Posts: 1 russgri User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Persistable Tutorial

I was studying the Tutorial on Persistent sp Functions/classes
I was trying to cookie cutter a code to manage a database and can not grasp the syntax.
What has to be altered for say a TableName 'Books'
BookName 'Hunting'
Author 'Russell James' ?
I have another example on my config.php
$books_table = "books";
but how to define 'Persistent'? is muddling me up after 6 hrs.

<PHP>
$newBook = new Book;
$newBook->title = $_POST['title'];
$newBook->PersistNew();

$newAuthor = new Author;
$newAuthor->firstname = $_POST['firstname'];
$newAuthor->lastname = $_POST['lastname'];
$newAuthor->PersistNew();

$newBookAuthorLink = new BookAuthorLink;
$newBookAuthorLink->author = $newAuthor->id;
$newBookAuthorLink->book = $newBook->id;
$newBookAuthorLink->PersistNew();
</php>

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesDatabase Help > Persistable Tutorial


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway