پیام :
Orders
نمایش 1 تا 5 از 63 مورد

Right to left support can be added using the bootstrap-rtl or any other rtl css file. For bootstrap rtl, You can enqueue the rtl css file to acheive RTL.
$config["lang"] = "fa"; $pdocrud = new PDOCrud();//create object of PDOCrud Class $pdocrud->enqueueCss("bootstrap-rtl", "https://cdnjs.cloudflare.com/ajax/libs/bootstrap-rtl/3.2.0-rc2/css/bootstrap-rtl.min.css"); echo $pdocrud->dbTable("orders")->render(); // call render function on database table
نمایش 1 تا 5 از 63 مورد