Hi everyone,

I am quite new to PHP and Webprogramming so please don't be to strict with
me.
I am using several features of the Zend Framework and I like it very much. I
am developing under Windows and everything works great. But now that I want
to copy all the code to a LAMP Webserver I encounter some problems.

My file structure looks like this:

Apache base path:

/srv/www/htdocs

/srv/www/htdocs    <= index.php
/srv/www/htdocs/app/controllers             <= all controllers
/srv/www/htdocs/app/templates/standard             <= all template stuff
/srv/www/htdocs/lib             <= Zend.php, Config.php, HttpRequest.php,
PEAR.php
/srv/www/htdocs/lib/Zend             <= Zend-Framework files
/srv/www/htdocs/lib/PEAR             <= PEAR files

Now if you wonder why I have this strange file structure, this is because of
my hoster. I think this might also be the source of my problem. Everythig
works, DB connection, dispatching to right controller etc. But if I make a
static call like 

Zend_Filter::isRegex($something, $someexpresssion);

then PHP5.1.6 quits interpreting without giving me more details.

Does someone know this problem? How does the Framework find the definition
of Zend_Filter::isRegex? Where does it look for?

Thanks very much for your help,
Rolf
-- 
View this message in context: 
http://www.nabble.com/static-call-Zend_Filter%3A%3AisRegex-does-not-work-tf2340320.html#a6513309
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to