Commit d4750eef authored by david's avatar david

update the nestedset example so it doesn't point to joesimm's home directory ;)

parent 9b53bb89
<?php
/*please note that this is a very DRAFT and basic example of how you can use the different functions available in the tree implentation*/
require_once("/Users/joesimms/projects/doctrine/trunk/lib/Doctrine.php");
require_once("../lib/Doctrine.php");
// autoloading objects, modified function to search drafts folder first, should run this test script from the drafts folder
function __autoload($classname) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment