17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 939 Views |
-
Using sapphire with my PHP scripts

25 June 2008 at 9:25pm
Ok I have sapphire installed, cms runs great, site is using templates just fine...
I have custom scripts though so my site's tree looks like.
/root/
/root/mystuff/myscript.php
/root/sapphire/etc....The question I have is this... Everything in myscript.php is easy and works by itself... It creates a few variables does some number crunching and spits output. The problem I have is that I am not sure how to include the sapphire codebase in myscript.php such that I can get access to its classes / functions..
Namely I want to call Member::currentUser()...
Ideas?
-
Re: Using sapphire with my PHP scripts

26 June 2008 at 1:46pm
You could run sapphire like that. Eg your PHP not in the mysite folder but the autoloader will be a bit screwed so you would have to include the sapphire files in order in your code - similar to sapphire/main.php.
Why do you need external PHP files rather then building a sapphire project - with the code in the mysite/code folder?
| 939 Views | ||
|
Page:
1
|
Go to Top |


