How can I get the name of the current directory a user is viewing?
Announcement
Collapse
No announcement yet.
Getting directory name
Collapse
X
-
or ...
PHP Code:<?
echo dirname ($_SERVER[PHP_SELF]);
?>resistance is...
MVC is the current buzz in web application architectures. It comes from event-driven desktop application design and doesn't fit into web application design very well. But luckily nobody really knows what MVC means, so we can call our presentation layer separation mechanism MVC and move on. (Rasmus Lerdorf)
Comment
-
without groping through the Zend source I am unsure how dirname() is handled internally but I would assume it would have to be more efficient ??resistance is...
MVC is the current buzz in web application architectures. It comes from event-driven desktop application design and doesn't fit into web application design very well. But luckily nobody really knows what MVC means, so we can call our presentation layer separation mechanism MVC and move on. (Rasmus Lerdorf)
Comment
Comment