Click on the slide!

Shade 13 Announced

Get Started Using Future Version Now

Create | Render | Animate. Shade X Early Access Program Lets You Get Started Today

More...
Click on the slide!

Shade 3D Mobile for iOS

Free 3D Model Viewer for iOS

Open, Display and Present Your 3D models on iPhone and iPad for free

More...
Click on the slide!

LiveCode 5.5

Easy, No Compile Programming

Desktop, iPhone and Android Apps Easily with x 10 faster graphics, in-app purchases and iPhone 5 support!

More...
Click on the slide!

Franklin 3D

3D Game Engine for LiveCode, REAL Studio

Professional Cross Platform 3D Engine

More...
Click on the slide!

Valentina 4.9

Fast, Cross-Platform Database System

Valentina DB, Reports and Pro: Now Supports SQLite

More...
Frontpage Slideshow (version 2.0.0) - Copyright © 2006-2008 by JoomlaWorks

Does Valentina support...PHP?

Valentina solutions are available for programming in PHP. Please read more about specific operating system support.

Valentina solutions are available for programming in PHP. Please read more about specific operating system support.

  • Valentina server implementations (Valentina Office Server, Valentina Embedded Server) on Windows, Linux and Mac OS X support scripting with PHP 4 and PHP 5.
  • Valentina PHP ADK allows developers to write PHP based applications that are executed locally. Valentina PHP ADK is available on Windows, Mac OS X and Linux.
  • Valentina supports both PHP 4 and PHP 5. Paradigma Software recommends PHP 5 for any development with Valentina products as the advisory group of the development of PHP have dropped support for PHP 4.

What is PHP?

This short description is from the PHP website:

PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.

More on Valentina PHP Support

PHP is a common server-side scripting language that Paradigma Software strongly supports.

Porting from MySQL to Valentina

The Valentina API for PHP allows easy porting from mySQL. The Valentina API for PHP was designed to be 100% compatible with the PHP API for mySQL. Easily port any PHP solution that interfaces with mySQL to Valentina with a simple find/replace of the “mysql_” prefix to “val_”.

PEAR API Option

PEAR is a framework and distribution system for reusable PHP components. PEAR is one option of working with Valentina and PHP. From the PEAR website, a definition of PEAR:

PEAR is short for "PHP Extension and Application Repository" and is pronounced just like the fruit. The purpose of PEAR is to provide:

  • A structured library of open-source code for PHP users
  • A system for code distribution and package maintenance
  • A standard style for code written in PHP, specified here
  • The PHP Extension Community Library (PECL)
  • A web site, mailing lists and download mirrors to support the PHP/PEAR community

You can learn more about PEAR from the PEAR website.

ADOdb API Option

ADOdb is a PHP database class library to provide more powerful abstractions for performing queries and managing databases. ADOdb also hides the differences between the different databases so you can easily switch dbs without changing code.

You can learn more about ADOdb on Sourceforge.