1
0
mirror of synced 2025-03-17 13:33:52 +03:00

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

This commit is contained in:
david 2007-01-05 13:25:47 +00:00
parent 9b53bb898b
commit d4750eef1d

View File

@ -1,7 +1,7 @@
<?php <?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*/ /*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 // autoloading objects, modified function to search drafts folder first, should run this test script from the drafts folder
function __autoload($classname) { function __autoload($classname) {