How do I create a LibertyContent Class?

by Stephan Borg
Thursday, December 29, 2005
Posted to Developer's FAQ
Your best bet to creating a LibertyContent class, is to copy the SamplePackage, BitSample.php file and modify accordingly.

The best approach is to:
  • Modify the verify() function first, making sure each and every field is validated correctly.
  • Modify the store() function, ensuring data is stored in the table correctly.
  • Modify the load() function
  • Modify the getList() function
  • Modify the expunge() function

Post Comment
If you are already registered, please enter your login credentials.
Anonymous Post