随笔分类 -  PHP

摘要:从数据库表生成实体 从数据库表生成实体 1. 由数据库生成模型: php bin/console doctrine:mapping:convert --from-database yml D:\db\ D:\test_backend>php bin/console doctrine:mapping: 阅读全文
posted @ 2017-07-10 20:35 痞子鱼 阅读(1466) 评论(0) 推荐(0)
摘要:图片上传 Index.php文件代码: upload.php代码: 图片上传步骤: 1:接收参数 2:判断错误 3:判断格式是否合法 4:判断文件大小 5:判断是是不是真正的图片 6:判断是否是http post提交 文件上传 Index.php文件代码: <!DOCTYPE html> <html 阅读全文
posted @ 2016-04-24 23:11 痞子鱼 阅读(525) 评论(0) 推荐(1)