Sections
Voir aussi...
- Abstract_Item
- Abstract_List
- Admin_Helper
- auth_index
- Browser_Helper
- config_auth
- core_controller
- default_index
- File_Helper
- Folder_Helper
- Form_Helper
- GenList2_po_enclass
- GenList2_po_frclass
- GenList2_po_Generic
- Image_Helper
- LangTranslationManager
- MenuAdmin_Helper
- Mysql_Helper
- Pager_Helper
- Référence PHP
- YSMAuth
- YSMAuth_Container
- YSMAuthArray_Container
Abstract_List
Description
Modèle abstrait pour la gestion de liste pour les modèles avec base de données
Synopsis de la classe
Abstract_List { /* Propriétés */ protected PDO $_db = null protected string $_lasterror = '' /* Méthodes */ public void __construct([PDO $db = null) public void create_table() public void drop_table() public boolean execute_create_table(string $sql, array $moreSQL) public boolean execute_drop_table(string $sql) public string fetch_last_error() public array get_multisave_items(array &$pager[, array $filters = null]) protected integer get_pager_count(array &$pager, string $fieldname, string $tablename[, string $condition = '']) protected string get_pager_limit(array &$pager) protected array queries(array $moreSQL) protected void set_error(array $error[, string $sql = '']) protected void set_lasterror(string $error) protected string sql_select_fields([string $tblPrefix = '']) public array toArray(array &$pager[, array $filters = null]) public array toSmallArray(array &$pager[, array $filters = null]) }
Dernière modification: 2014-09-03 12:00:19 par Yan Morin
Hébergé par ProgYSM