While using PHPUnit i noticed that my test “image resource” folder couldnt be accessed even thought that it was located ../../resources/images. Not too far away if script is called directly.
PHP’s file_get_contents() and file_put_contents() have a neat attribute called use_include_path that allows from PHP5 to include a common php include path.
On the other hand – unlink(), touch() and other oldsk00l functions dont use include path, so i was in trouble since PHPUnit test case and suite use PHPUnit’s plugin folder on zend/eclipse. It means that there is almost no goddamnway to figure out how to access the folder _relatively_ two levels down if you are located somewhere else in server file tree.
I checked and checked and tried all kinds of string functions to manipulate the folder name and not only directory separator slash/backslash issue was the case, also the fact that one system added trailing slash and other didnt – also created a few headaches since i prefer not only compact, but also _good looking_ code (called – readability).
AS a result i created this method, that is created especially for me (thats why i dont parse file, that could be relative and then walk the tree according to what was parsed, but still. MYABE you find it inspiring for your stuff since it is a bit different from what i’ve seen before (string manibulations):
private function getThatResourceFolderPath($file = '') {
$baseName = basename ( __FILE__ );
$directorySeparator = substr ( __FILE__, (strlen ( __FILE__ ) - strlen ( $baseName ) - 1), 1 );
$defaultImageFileName = ($directorySeparator == '\\') ? str_replace ( '\\', '/', dirname ( __FILE__ ) ) : $defaultImageFileName;
$defaultImageFileName = explode ( '/', $defaultImageFileName );
array_pop ( $defaultImageFileName );
array_pop ( $defaultImageFileName );
$defaultImageFileName [] = 'resources';
$defaultImageFileName [] = 'images';
$defaultImageFileName [] = $file;
$defaultImageFileName = implode ( $directorySeparator, $defaultImageFileName );
return $defaultImageFileName;
}
cheers.




Music began playing any time I opened this internet site, so frustrating!
Excellent post, mate! Thanks for the useful information
Thanks for writing this. I really feel as though I know so much more about this than I did before. Your blog really brought some things to light that I never would have thought about before reading it. You should continue this, Im sure most people would agree youve got a gift.
That’s what i call “great post”. Thank you so much.
Excellent post, mate! Thanks for the useful information
I genuinely enjoy your web site, but I’m having a difficulty: any time I load 1 of your post in Firefox, the center of the internet page is screwed up – which is bizarre. May possibly I send you a screenshot? In any event, maintain up the superior function; I surely like reading you.
Thankyou for helping out, superb information.
Somebody necessarily assist to make seriously articles I would state.
Hmm is anyone else having problems with the images on this blog loading? I’m trying to determine if its a problem on my end or if it’s the blog. Any suggestions would be greatly appreciated.
Do you have a spam issue on this blog; I also am a blogger, and I was curious about your situation; many of us have developed some nice practices and we are looking to swap solutions with other folks, why not shoot me an email if interested.
You’d superb suggestions there. I did a research about the issue and identified that likely almost anyone will agree with your internet page.
Id prefer to thank you for that efforts youve stated in writing this post. I am hoping the exact same best function from you within the future also. In reality your creative writing skills has inspired me to get started my own BlogEngine weblog now.
An impressive share, I simply given this particular onto a colleague who was simply doing a bit analysis about this: Folder/directory path manipulation in PHP – Cogito Ergo Sum. And he in genuine fact purchased me breakfast as a consequence of I found it to get him.. smile. So let me reword in which: Thnx for the address! However yeah Thnkx for spending any time to debate this, I really feel strongly regarding it and love reading more on this topic. If attainable, as you become past experiences, would you thoughts updating your weblog a lot easier particulars? It is extremely of great help for me. Massive thumb up due to this http://edgars.cellfex.org/2010/07/13/folderdirectory-path-manipulation-in-php/! meble biurowe
My girlfriend and I have been reading this internet site for awhile now and I just wanted to leave some words of encouragement since this article is so impressive. Keep up the admirable work!
Great job, I was performing a google search and your website came up for homes for sale in Altamonte Springs, FL but anyway, I have enjoyed reading it, maintain it up!
Fantastic post but I was wanting to know if you could write a litte more on this subject? I’d be very grateful if you could elaborate a little bit more. Cheers!
Hey would you mind letting me know which webhost you’re using? I’ve loaded your blog in 3 completely different internet browsers and I must say this blog loads a lot quicker then most. Can you recommend a good web hosting provider at a honest price? Thanks a lot, I appreciate it!
That’s a great post. Thank you so much.
That’s what i call “great post”. Thank you so much.
pretty handy stuff, overall I think this is worth a bookmark, thanks
You made some decent factors there. I looked on the web for the difficulty and located most individuals will go together with along with your website.
Very fantastic info can be found on site . “You have to learn that if you start making sure you feel good, everything will be okay.” by Ruben Studdard.
That’s a great post. Thank you so much.
That’s what i call “great post”. Thank you so much.
Very good post. I learn something tougher on different blogs everyday. It’ll at all times be stimulating to learn content material from other writers and observe somewhat one thing from their store. I’d choose to use some with the content material on my blog whether or not you don’t mind. Natually I’ll offer you a link within your internet weblog. Thanks for sharing.
Your home is valueble for me. Thanks!? This internet page is genuinely a walk-via for all of the data you required about this and didn know who to ask. Glimpse appropriate here, and you l undoubtedly uncover it.
Excellent post, mate! Thanks for the useful information
Your current posts continually include much of really up to date info. Where do you come up with this? Just saying you are very creative. Thanks again
Excellent post, mate! Thanks for the useful information
That’s what i call “great post”. Thank you so much.
Excellent post, mate! Thanks for the useful information
Excellent post, mate! Thanks for the useful information
That’s what i call “great post”. Thank you so much.
You have mentioned very interesting details! ps nice web site.
As a Newbie, I’m permanently searching online for articles that can assist me. Thank you
That’s a great post. Thank you so much.
That’s a great post. Thank you so much.
This is one of several motives why I keep returning to this weblog. This blog post is an abundance of help and advice and I cannot wait to commence utilizing them. I like how it’s clear that you made a bunch of time and effort in investigating. I never enjoy it when I study articles that are 600 words long but are deficient in content. It’s like they just want to reel you in and they are not really offering something logical. So thank you!
That’s what i call “great post”. Thank you so much.
Actually good style and style and exceptional content , nothing at all else we need to have : D.
Excellent post. I learned a lot reading it. Thanks.
Excellent post. I learned a lot reading it. Thanks.
That’s what i call “great post”. Thank you so much.
Excellent post. I learned a lot reading it. Thanks.
Could I simply say nice to read a relief to find somebody who essentially realizes just what they’re discussing on the internet. You actually understand how to bring a difficulty to light and allow it to necessary. Even more people should learn this particular and comprehend it aspect of the story. I cannot believe you are not very popular as you clearly have the gift.