PDOCrud Multi language data

PDOCrud supports multi language data insertion also. Please make sure the database table "Collation" is correct. By default, character encoding is set to utf8. You can change this encoding as per your requirement using either config or setting.

  
                                $pdocrud = new PDOCrud();//create object of PDOCrud Class
                                echo $pdocrud->dbTable("multi_lang")->render(); // call render function on database table
                        

Multi lang

Showing 1 to 5 of 8 entries

# Id Title Description Actions
1 2 शीर्षक शीर्षक
2 3 כותרת כותרת
3 4 título título
4 5 заглавие заглавие
5 6 عنوان عنوان
# Id Title Description Actions