Search found 2 matches
- Tue Feb 26, 2008 10:00 pm
- Forum: Joombie Coding Q/A
- Topic: JTable Best Practice Question
- Replies: 2
- Views: 684
Re: JTable Best Practice Question
Thanks. Extending the base class with new functionality is of course a normal thing to do in this case.
- Mon Sep 17, 2007 7:20 pm
- Forum: Joombie Coding Q/A
- Topic: JTable Best Practice Question
- Replies: 2
- Views: 684
JTable Best Practice Question
Hello, I'm currently developing a component for Joomla! 1.5. I have a database with a lot of tables, and a lot of them exist of composite primary keys. So far so good. But, as far as i can see from the API docs JTable only accepts one primary key. Now i can override the classes, but i'm wondering wh...