NestedSet sequence_table

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phpjuerg
Forum Newbie
Posts: 1
Joined: Wed Jun 22, 2005 9:38 am
Location: Switzerland

NestedSet sequence_table

Post by phpjuerg »

:? Hi
I've got a problem with NestedSet. In the constructor I have defined my own sequence_table ($this->nestedSet->sequence_table = '_global_seq';). That used to work all the time but lately NestedSet overruns my wish, creates a new sequence_table and it is a mess.
I highly appreciate any suggestion!
Thanks
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Show some code?
Post Reply