23 Sep 2008
Hai all,
this is evergreenphp, php programmer, i am a new user to this framework,
can anyone pls explain.. how to install and write a simple program ?
i have downloaded zoop-1.3b1 (1.76 MB) in 23-Sept-2008, but i can't go to further process using this zip folder, (but i uncompressed it..!! :) )
Thanks to all,
evergreenphp
follow this
Just follow this guide and you will be fine...hopefully
http://zoopframework.com/docs/from-a-to-zoop
New to Zoop framework too,
Rax
Start here
The quickest way to get started is in the Cookbook...
A to Zoop is a good guide as well. It's currently changing a bit, and will get clearer/better documented in the next couple of days... Also keep an eye out for more sample apps in the Cookbook, they should show up in the next week.
First Page Error
After successfully installing zoop when i opened my zoop folder i got
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in XXX/config.php on line 26 error, this is because in the line the code is like
define("LOG_FILE", app_dir . DIRECTORY_SEPARATOR ".." . DIRECTORY_SEPARATOR . "log" . DIRECTORY_SEPARATOR . "errors.log.html");
It Should be
define("LOG_FILE", app_dir . DIRECTORY_SEPARATOR. ".." . DIRECTORY_SEPARATOR . "log" . DIRECTORY_SEPARATOR . "errors.log.html");
Note the missing `.` after first DIRECTORY_SEPARATOR. Please check the zip package.
Thanks
Alpesh Darji