我有2列表(圖片,圖片2)我的上傳表單適用於第一個文件輸入。圖片名稱記錄到列「pic」中,並將文件上傳到服務器。我如何擴展它來上傳2個文件?幫助請 模式 公共$ upload_file; public function uploadFile() {
// get the uploaded file instance
$image = UploadedFile::getInst
所以我設置了一個CRUD上傳文件到服務器的根目錄,名爲'uploads'。 現在,該文件已正確保存在特定文件夾中,並且數據庫條目看起來沒問題 - 但圖像不顯示在CRUD的「索引」和「視圖」操作中。對此有任何想法? 創建: public function actionCreate()
{
$model = new PhotoGalleryCategories();
我有問題。我有一個文本文件,我已經安裝在PHP中,我想分開350個單詞並將它們保存爲文本文件,如1.txt 2.txt 3.txt ...我該怎麼做? 我試過,但沒有奏效: $text = "Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam
nonummy nibh euismod tincidunt ut la