BluePrint-Q
  • Namespace
  • Class

Namespaces

  • bpq
  • ski

Classes

  • bootstrap
  • convert
  • cz_checkbox_ctl
  • cz_color_palette_ctl
  • cz_date_picker_ctl
  • cz_detail_ctl
  • cz_divider_1_ctl
  • cz_divider_2_ctl
  • cz_drop_categories_ctl
  • cz_drop_ctl
  • cz_drop_image_sizes_ctl
  • cz_drop_menu_items_ctl
  • cz_drop_menus_ctl
  • cz_drop_pages_ctl
  • cz_drop_post_types_ctl
  • cz_drop_posts_ctl
  • cz_drop_tags_ctl
  • cz_drop_taxonomies_ctl
  • cz_drop_terms_ctl
  • cz_drop_users_ctl
  • cz_dummy_ctl
  • cz_media_library_ctl
  • cz_number_bar_ctl
  • cz_radio_image_align_x_ctl
  • cz_radio_image_align_y_ctl
  • cz_radio_image_alignment_ctl
  • cz_radio_image_ctl
  • cz_radio_image_sidebar_layout_ctl
  • cz_radio_image_site_span_layout_ctl
  • cz_radio_text_ctl
  • cz_text_area_ctl
  • cz_textbox_ctl
  • db
  • db_recordset
  • drop
  • mail
  • math
  • mb_checkbox_ctl
  • mb_ctl
  • mb_date_picker_ctl
  • mb_detail_ctl
  • mb_divider_ctl
  • mb_drop_ctl
  • mb_media_library_ctl
  • mb_number_bar_ctl
  • mb_radio_image_ctl
  • mb_radio_image_sidebar_layout_ctl
  • mb_radio_image_site_span_layout_ctl
  • mb_radio_text_ctl
  • mb_repeater_ctl
  • mb_text_area_ctl
  • mb_text_ctl
  • mb_text_notice_ctl
  • mb_textbox_ctl
  • media
  • metabox
  • path
  • post
  • question
  • sanitize
  • string
  • textbox

Traits

  • cz_supplement

Functions

  • customize_register_section
  • cz_enqueue
  • init
  • metabox_sample

Class db_recordset

Wraps a mysqli_result and acts mostly as a pass-through to hide the underlying implementation should the recommended PHP method of database interaction change again - note: this class should really be used alongside 'select' queries, not 'update', 'delete', or 'insert'..

Namespace: ski
Located at packages/ski.web/services/ski.service.db.php

Methods summary

public
# __construct( mysqli_result $result )

Constructs a new result..

Constructs a new result..

Parameters

$result
mysqli_result
$result
public
# __destruct( )

Frees the result when out of scope..

Frees the result when out of scope..

public type
# num_recs( )

Retrieves the number of records in this recordset..

Retrieves the number of records in this recordset..

Returns

type
public mixed
# next( boolean $as_obj = false )

Enumerates the next record in this recordset..

Enumerates the next record in this recordset..

Parameters

$as_obj
boolean
$as_obj Set to true if you would like records to be returned as objects instead of an associative array; defaults to the array

Returns

mixed
Could be an object or associative array based on initial setting
public mysqli_result
# get_mysqli_result( )

Gets at the underlying mysqli_result for direct access; for example, could use this to call \mysqli::prepare..

Gets at the underlying mysqli_result for direct access; for example, could use this to call \mysqli::prepare..

Returns

mysqli_result

Magic methods summary

BluePrint-Q API documentation generated by ApiGen 2.8.0