Categories
Tags → Writing Php Code

Writing Libraries in PHP New

This tutorial is intended for PHP programmers who are interested in writing reusable code. Experience with PHP4 and familiarity with writing classes are assumed. The article is primarily geared toward programmers who are new to writing code libraries...
DETAILS

PHP Mysql Accounting && Bookkeeping

This is the PHP Mysql Accounting && Bookkeeping software we have been writing for our current operating business. We are currently using a much updated version and as time permits we will add the modified code to this website.
DETAILS

5 useful PHP functions for MySQL data fetching

PHP usually comes with mysql extension mysql (mysql_... functions) which is rather low-level and requires writing too much code for a trivial tasks: error-checked execution of SQL queries, getting single row from SQL table, getting value from SQL tab...
DETAILS

Jerrata Backbone Catalyst Classes

Complete your PHP applications with the following PHP classes and methods, engineered to Make Coding Easier. Catalyst Classes are: Convenience, JSL_ErrorChain, JSL_ErrorChainLink, JSL_Exception, JSL_Factory, JSL_Information_Flow, Ask, InformationAut...
DETAILS

Menu Handling Class with SimpleXML and PHP

The big part of programming web applications is writing a lot of code - time-consuming. Classes are usefull to save time. This class is taking care of the menu handling. The XML file is easy to create: Main navigation and sub navigation differ only f...
DETAILS

Page:
©2003-2019 jCay.com