简体   繁体   中英

using php symfony framework

One of my projects (PHP) I'm thinking of using symfony. I'm pretty new to php , but has a rails experience over 3 years. My questions are

The project I'm thinking is having some basic CURD operations with MySQL and some AJAX. and heavy reporting

1 - Is 'symfony' is a dependable framework (with the scalability, AJAX support etc..) , if not what are the advised frameworks

2- if i go with 'symfony' is there any special server requirements needs to be met or can I use any hosting provider who supports PHP5 and MySQL

thanks in advance

cheers

sameera

Ad. 1: Yeah, Symfony 1.4 is stable and quite well designed framework. AJAX requestes shouldn't cause any problems.

Ad. 2: PHP 5.2.4 or newer, but not 5.2.9 is required and APC or similar is heavly recommended. You can run that check_configuration.php script to check whether or not your server is configured propertly for Symfony app.

除Crozin:对于#2以外,如果您在共享主机上运行,​​请确保从在同一环境链接中运行的其他主机保护您的空间,并确保漂亮url所需的mod_rewrite对您的主机有效。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM