Formatting output Plese Wait...
app_helper.php File Reference
Go to the source code of this file.
Function Documentation
if (!function_exists('fstab')) fstab_getPrimaryProject( )
Definition at line 75 of file app_helper.php.
Show Source00075 {
00076 foreach(fstab() as $project){
00077 if($project[2]){
00078 return $project[0];
00079 }
00080 }
00081 }
Top
fstab_getProjectDirByName( unknown $name )
Definition at line 82 of file app_helper.php.
Show Source00082 {
00083 foreach(fstab() as $project){
00084 if($project[0] == $name)return $project[1];
00085 }
00086 }
Top
Variable Documentation
This file is part of Zigmoyd PHP Framework.
Copyright (C) 2008 Neel Basu (Sunanda Bose)
Zigmoyd PHP Framework is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Zigmoyd PHP Framework is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with Zigmoyd PHP Framework. If not, see <http://www.gnu.org/licenses/>.
Definition at line 21 of file app_helper.php.
Top