
Components, Communication Patterns & Perl evolved fibenis
The framework evolved by generalizing communication pattern in information process cycle. Information cycle can be limited to BREAD (Browse, Read, Edit, Add & Delete) functions in varied scales in various information points.
Fibenis generalizing the information process and separating the communication variations like data points from the system. Based on information process classification different process engines are built and it perform by structured communication. The unified communication approach helps in achieving consistency in both inputs & outputs irrespective of creators and leads to man & machine friendly. It helped in achieve re-usability and reduce development time.
Communication structure for creation of desk & form in fibenis
<?PHP // form for add & update the city name $F_SERIES = array( 'title' => 'Manage City', 'data' => array( 1 => array( 'field_name'=> 'Name', # field label 'field_id' => 'sn', # table field id 'type' => 'text', # input type 'is_must' => 1, # mandatory # input element attribute 'attr' => ['class'=>'w_50'] ), ), 'table_name' => 'entity', 'key_id' => 'id' ); ?>
<?PHP // simple desk for show the city names $D_SERIES = array( 'title' =>'City Desk' # data column 'data' => array( 1=>array( 'th' => 'Name', # column header label 'field' => 'sn' # table field or data point ) 'table' => 'contact' # table name 'key_id' => 'id' # primary key ); # end ?>
that make fibenis near to you
Unified communication approach that supports quick adoption and consistency in input & output
Communicates in highly structured way, a trade-off between natural & logical approach
Leads to Lean development by Reuse Code, Reduce Development Time & Recycle Existing features
d_series & f_series will produce desk & forms by a bulk array input, customize it by key & value communication
a_series & t_series for ajax requests & template based content generation. e_series & k_series creates custom excel & PDF documents by structured comm
Solutions bricks like EAV management, User, Status, Page & Definitions supports rapid development & provides ready to use open & closed access systems
Supports MySQL & PostgreSQL with a base ready to use system. Built with DB Neutral EAV System. Communication layer to accommodate new DB's
Comes with Bootstrap based basic website & admin theme. Supports custom layout & skin implementation. Interface for page level layout & skin configura
The inner components of fibenis