getxapp.com
Xapp™ Framework — Accessing Data
http://www.getxapp.com/docs/setup-data-layer
Introduction to the Data Layer. One of the most important aspects of any web application is easy access to data. The framework offers a very simple object oriented approach for saving and querying your database. Most of you are familiar with data model objects so let’s dive right in. File, include the following code. Define("TEST DBI URI", "mysql:/ user:pass@site:port/dbname"); / [ activate our data layer / DBI: Crud(TEST DBI URI); / -or- DBI: Crud(TEST DBI URI, " test model", false);. Php $data obj = ne...
getxapp.com
Xapp™ Framework — Advance UI Topics
http://www.getxapp.com/docs/setup-advance-ui-topics
Modal windows are similar to regular view calls. The main difference is that modal views do not include the page wrapper. Modal views are great for outputing snippits of html enabling dynamic user interfaces.Example:. Public function EditUser() { self: SetModalView("/admin/modals/edit-user-modal.html"); }. To add a new page we simply add a new method to our website class. Example for adding an about page:. Xapp™ Framework is an extiris.
getxapp.com
Xapp™ Framework — UI Level
http://www.getxapp.com/docs/setup-ui-level
The User Interface layer combines the browser based technologies such as javascript, css, images and html/xhtml. The xhtml content can be driven by a dynamic template engine such as PHPTal. 1 Create your Xapp config file. Once installed, create your config file in: DOCUMENT ROOT /apps/includes/xapp.config.php. 2Create your basic web site class. 3Create a simple theme. Next create your default page view. Create our view file. Div Today is ${today} /div. 4Test out your new website.
getxapp.com
Xapp™ Framework — Getting Started
http://www.getxapp.com/docs/setting-up-your-environment
Setting up your environment. An important part of any installation is your environment. Below are the recommended Xapp operating environment specs. A web server running PHP 5.4 or higher. Website access to template engine lib files. (Only required for UI). A database such as MySql for data access. (Only required for data). The latest Xapp Framework package. Unpack the files and place them somewhere available to your website. Include the xapp.phar.gz. Use your browser to visit: http:/ localhost.
getxapp.com
Xapp™ Framework — Business Logic Level
http://www.getxapp.com/docs/setup-business-level
The business level is a little more advance and deals a lot with passing data through the different layers. 1 Using Ajax and JSON. Class BasicWebSite extends Xapp UI WebPageController { protected function OnAjaxAddUser() { . execute code . self: JsonResponse($result); }. 2 xapp.config.php file. Define("DEFAULT WEBITE CLASS", "BasicWebSite");. 3 Adding third party libs and apis. Define("PHPTAL PATH", "/Volumes/devdrive/apache/php/PHPTAL-1.2.2");. 4 Web Services API. Create your web service file at:. Out h...
getxapp.com
Xapp™ Framework — Features
http://www.getxapp.com/features
When performance and reliability matter most, reach for a platform guaranteed to make a difference. Introducing the Xapp™ Framework. Finally, someone made web development so much easier. Create Mobile Services Faster. Xapp lets you focus on your project by minimizing the overall amount of code needed to manage. There is not much better than introducing a new idea to the market and knowing that it’s built to last. Supports all of the latest technologies: HTML5, JSON, AJAX, Web Services, and many more.
getxapp.com
Xapp™ Framework — Docs
http://www.getxapp.com/docs
Be sure to select the link option below to view the Xapp™ Framework API documentation. Xapp Framework API Docs. Xapp™ Framework is an extiris.
getxapp.com
Xapp™ Framework — License Agreement
http://www.getxapp.com/download/license-agreement
Please read the License Agreement very carefully. By using Xapp™ Framework you agree to the terms. A signed copy of the enforceable agreement must be produced upon request. Xapp Framework Software License Agreement. ORDERS, FEES AND PAYMENT. Extiris does NOT grant Customer any right to duplicate, incorporate or embed copies of Extiris’ real-time operating systems, platforms, web services, or other software products into Customer’s products or applications without first signing or otherwise ag...If Extiri...
getxapp.com
Xapp™ Framework — Release Notes
http://www.getxapp.com/download/release-notes
Version 2.2.1 Beta. Released on October 19th, 2015. Security issue with remote system access. Version 2.2.0 Beta. Released on July 25th, 2015. Data Model issue with postgres. Version 2.1.9 Beta. Released on June 9th, 2015. Logging issue to root of server on NGINX. Version 2.1.7 Beta. Released on April 15th, 2015. Logging for debugging purposes. Version 2.1.1 Beta. Released on May 10th, 2014. Xapp http curl helper is now optimized and cleaned up. Version 2.1.0 Beta. Released on March 9th, 2014. Many legac...
SOCIAL ENGAGEMENT