YAP  2.5
 All Data Structures Namespaces Files Functions Variables
CYap Namespace Reference

Detailed Description

Enter description here...

CYap_clsSearch.php

Base widgets base class.

Author
Andrioli Darvin <darvin (inside) andrioli (dot) com>
Version
Id:
CYap_clsSearch.php 22 2013-05-06 21:43:51Z Darvin

Main search class. This class manages the logic to build the query form. It maintains the collection of all search fields, and acts as interface between those fields and the world outside.

C Y A P _ c l s L A Y O U T

Base search field definition

Class that allows the user to tell whether look for the exact given text or use the regular expression statement. It is usefull mainly due performance reason. The like statement is more resource expensive and it requires more time to return the answer. So if your user doesn't need to use the pattern match feature, he may disable and get more quickly answer.

Yap_controls.php

Base widgets base class.

Author
Andrioli Darvin <darvin (inside) andrioli (dot) com>
Version
Id:
CYap_Control.php 22 2013-05-06 21:43:51Z Darvin

$Rev:$

Generic text box class

Preset input object. This object obtains its value from the configuration file and don't ask to the user its value (it is never be shown)

Database module abstraction

Author
Andrioli Darvin <darvin (inside) andrioli (dot) com>
Version
Id:
CYap_db.php 22 2013-05-06 21:43:51Z Darvin

This class mimic the class returnd by mysql_fetch_field

CYap_form.php This module is meant to build a simple form manager for CYap.

Author
Andrioli Darvin <darvin (inside) andrioli (dot) com>
Version
Id:
CYap_Form.php 22 2013-05-06 21:43:51Z Darvin

MSSQL interface module

Author
Andrioli Darvin <darvin (inside) andrioli (dot) com>
Version
Id:
CYap_Mssql.php 22 2013-05-06 21:43:51Z Darvin

Mysql interface module

Author
Andrioli Darvin <darvin (inside) andrioli (dot) com>
Version
Id:
CYap_Mysql.php 22 2013-05-06 21:43:51Z Darvin

ODBC interface module

Author
Andrioli Darvin <darvin (inside) andrioli (dot) com>
Version
Id:
CYap_ODBC.php 22 2013-05-06 21:43:51Z Darvin

CYap_Page_Jump.php

Author
Andrioli Darvin <darvin (inside) andrioli (dot) com>
Version
Id:
CYap_PageJump.php 22 2013-05-06 21:43:51Z Darvin

Show the table, first, previous, next,last page

draw the table that allows to jump to the page number x

CYap_Table.php

Class source file CYap_TableView made the HTML code required to show the data returned by CYap. It help to move out the output logic from CYap.

Author
Andrioli Darvin <darvin (inside) andrioli (dot) com>
Version
Id:
CYap_Table.php 22 2013-05-06 21:43:51Z Darvin

show the row details

CYapBox.php Class to draw a simply message box.

Author
Andrioli Darvin <darvin (inside) andrioli (dot) com>
Version
Id:
CYapBox.php 22 2013-05-06 21:43:51Z Darvin