zend studio integrate cloud

来源:互联网 发布:ica加权自相关算法 编辑:程序博客网 时间:2024/06/07 05:44

http://www.zend.com/en/products/studio/

http://static.zend.com/topics/studio-10/studio10-zf2-video-window.html

http://files.zend.com/help/Mobile/Zend-Studio/Advanced/content/using%20zend%20studio%20to%20create%20applications%20with%20the%20zend%20developer%20cloud.htm

 手册

http://files.zend.com/help/Zend-Studio/content/zend_developer_cloud_integration.htm

 zend server 配置:

http://blog.csdn.net/wolinxuebin/article/details/7724451

 php 社区
http://bbs.php100.com/thread-htm-fid-48.html


zf2 quick start

http://framework.zend.com/manual/2.2/en/user-guide/overview.html

源码:【Zend Framework】入门教程经典案例 My Album

http://download.csdn.net/download/ysw2018/5457465

http://download.csdn.net/detail/phoenix_l/5385309

 

'db'=>array(
        'driver'=>'Pdo',
        'dsn'=>'mysql:dbname=phil1;host=127.0.0.1',
        'driver_options'=>array(
            PDO::MYSQL_ATTR_INIT_COMMAND=>'SET NAMES \'UTF8\''
        ),

connection refusal:

localhost:

Message:
Connect Error: SQLSTATE[HY000] [2002] No such file or directory

solution:http://hi.baidu.com/iamzenc/item/1a512536c7fd6644033edc96

http://prattski.com/2010/08/05/magento-install-mysql-error-sqlstatehy000-2002-no-such-file-or-directory/

zend php 发送email

http://www.ibm.com/developerworks/cn/opensource/os-php-zend6/

http://hi.baidu.com/xuleit/item/582e2d15b3c9f80fd1d66d3b

http://www.mcfei.com/html/program/387.html

 

 

zend Validator color red
http://stackoverflow.com/questions/6690516/zend-framework-change-color-of-zend-validation-message
原创粉丝点击