Pot Php Object Template 1.2
Sponsored Links
Pot Php Object Template 1.2 Ranking & Summary
File size:
1.1 MB
Platform:
Mac OS X
License:
Freeware
Price:
Downloads:
1458
Date added:
2005-11-03
Publisher:
Pot
Pot Php Object Template 1.2 description
The goal of Pot (PHP Object Template) is to totally divide the logic of a Web site from the design. Pot can be used by "common" people just by writing some XML tags in the HTML code. It supports technologies like Cascading Style Sheets, JavaScript, animated objects, and form data checking.
Using your favourite WYSIWYG editor (like Dreamweaver or GoLive), you can create HTML pages where you place a tag wherever you need and write the required Pot parameter and value tags. There are 41 objects ready to be used.
Enhancements:
- pot.inc.php - added a path pot/pot/.. and error management in case do not found any Pot
- pot.inc.php - when an object is finished to be processed clear label prefs variable
- pot.inc.php - added the hook command to execute one yours function before processing an object
- object.inc.php - fixed some wrong assumptions to use local variables that are variables inside the object
- object.class.inc.php - do not work at all clrArray() - fixed.
- object File - now manage correctly the error:message in case on wrong file format submitted
- object File - upload multiple files fixed, and added the function ifUpload()
- object table - not manage correctly the table:border:style , always was solid.
- object syntax/variables added the ifnot option to do conditional objects
- object syntax fixed the ${varname} conversion that add an extra space at start. fixed
- object Image - added image:link for images with the filename taken from field
- object Image - fixed show + infos that didnt work
- object htmlarea - removed the 1024 chars limit of the size of the text, now depends on the browser limits
- object htmlarea - fixed in view mode a bug when the field is empty goes in edit mode
- object htmlarea - change the init code with a new one
- object list - rewrite to make it compatible with AdoDB and other Pot objects
- object session - now handle errors using exception template, for not existent or expired sessions
- object session - it was storing adodb objects. now do not do anymore
- object window - added a new command window:code to open another html or Php page
- object Link - if not given any separator for the rollover colors list use as default the comma
- object Link - doView. When you call it sever times from programming the out parms where added each other each time
- object Link - doView. Added the parms ( $link, $text )
- object Link - doView. Added option link:no:parm to not append the get variables such ?id=122
- object Link - fixed a class definition in one link mode
- object Link - doView. always add text class to link, now use the class specified and not text css
- object Link - doView. using sessions sometimes is set the back option and do not work anything. Fixed. Now do back only if no link is given
- object Sql - added some useful documentation about manage errors of record not found
- object Sql - minor fix on paginate results
- object Sql - better documentation about to use local variables (a query that do not affect the others)
- object Sql - store the foudn record (with limit) in the variable sql:result:rows:found that not change value when you get next record
- object Box - fixed some cases that the top/bottom/left/right images fo not fill the entire area
- object Record - fixed using localrecord option (it was deleting anyway the global record!)
- object Record - Added 3 functions to creare a new record in memory without get any data from any SQL queries
- object Record - a case using adoDB in no record found give some errors, fixed
- object css - fix a case that added > in the wrong place, and write if no span is declared
- object variables - now use correctly the css to print data plus minor fixes about specified variables ()
- object variables - if an out variables has 0 with value is skipped, fixed now it is added too
- object form - not use given name, always used a random name, fixed if you give the form name use it
- object form - moved the inclusion on all out variables just after the form tag (was at the end of the form before submit button)
- object fold - fixed the text link to show/hide the palette works only with images and not with text
- object class - fixed because do not print results immediately if no variable names to store are defined
- object session - if some array are empty return an error, fixed
- object session - forget to remove echo debug from the code that turn off the session
- object session - fixed the code to avoid programmer mistake and write better documentation about
- object session - fixed the parsing variables: commands that sometime do not work as expected (any global is done also on local too)
- object exception - do not print the debug variables if set to dot so. fixed
- object exception - auto jump mode taken the wrong get variables to the next page. fixed
- object password - in edit mode with re-type active it didnt fill the re-type field
- object query - in list mode (without template) there was a wrong query reference. fixed.
- object query - in list mode added option to calculate totals on a specified row and print result at bottom
- object query - in pages mode did nothing! ops I forgot to write the code. added the code to do paginate
- object calendar - fixed calendar+hidden field, there didnt set correctly the hidden field name
New objects:
- object stop - created new - force to stop handling the rest of the page
- object hints - created new - when the mouse is over the link display a box with a message.
Using your favourite WYSIWYG editor (like Dreamweaver or GoLive), you can create HTML pages where you place a tag wherever you need and write the required Pot parameter and value tags. There are 41 objects ready to be used.
Enhancements:
- pot.inc.php - added a path pot/pot/.. and error management in case do not found any Pot
- pot.inc.php - when an object is finished to be processed clear label prefs variable
- pot.inc.php - added the hook command to execute one yours function before processing an object
- object.inc.php - fixed some wrong assumptions to use local variables that are variables inside the object
- object.class.inc.php - do not work at all clrArray() - fixed.
- object File - now manage correctly the error:message in case on wrong file format submitted
- object File - upload multiple files fixed, and added the function ifUpload()
- object table - not manage correctly the table:border:style , always was solid.
- object syntax/variables added the ifnot option to do conditional objects
- object syntax fixed the ${varname} conversion that add an extra space at start. fixed
- object Image - added image:link for images with the filename taken from field
- object Image - fixed show + infos that didnt work
- object htmlarea - removed the 1024 chars limit of the size of the text, now depends on the browser limits
- object htmlarea - fixed in view mode a bug when the field is empty goes in edit mode
- object htmlarea - change the init code with a new one
- object list - rewrite to make it compatible with AdoDB and other Pot objects
- object session - now handle errors using exception template, for not existent or expired sessions
- object session - it was storing adodb objects. now do not do anymore
- object window - added a new command window:code to open another html or Php page
- object Link - if not given any separator for the rollover colors list use as default the comma
- object Link - doView. When you call it sever times from programming the out parms where added each other each time
- object Link - doView. Added the parms ( $link, $text )
- object Link - doView. Added option link:no:parm to not append the get variables such ?id=122
- object Link - fixed a class definition in one link mode
- object Link - doView. always add text class to link, now use the class specified and not text css
- object Link - doView. using sessions sometimes is set the back option and do not work anything. Fixed. Now do back only if no link is given
- object Sql - added some useful documentation about manage errors of record not found
- object Sql - minor fix on paginate results
- object Sql - better documentation about to use local variables (a query that do not affect the others)
- object Sql - store the foudn record (with limit) in the variable sql:result:rows:found that not change value when you get next record
- object Box - fixed some cases that the top/bottom/left/right images fo not fill the entire area
- object Record - fixed using localrecord option (it was deleting anyway the global record!)
- object Record - Added 3 functions to creare a new record in memory without get any data from any SQL queries
- object Record - a case using adoDB in no record found give some errors, fixed
- object css - fix a case that added > in the wrong place, and write if no span is declared
- object variables - now use correctly the css to print data plus minor fixes about specified variables ()
- object variables - if an out variables has 0 with value is skipped, fixed now it is added too
- object form - not use given name, always used a random name, fixed if you give the form name use it
- object form - moved the inclusion on all out variables just after the form tag (was at the end of the form before submit button)
- object fold - fixed the text link to show/hide the palette works only with images and not with text
- object class - fixed because do not print results immediately if no variable names to store are defined
- object session - if some array are empty return an error, fixed
- object session - forget to remove echo debug from the code that turn off the session
- object session - fixed the code to avoid programmer mistake and write better documentation about
- object session - fixed the parsing variables: commands that sometime do not work as expected (any global is done also on local too)
- object exception - do not print the debug variables if set to dot so. fixed
- object exception - auto jump mode taken the wrong get variables to the next page. fixed
- object password - in edit mode with re-type active it didnt fill the re-type field
- object query - in list mode (without template) there was a wrong query reference. fixed.
- object query - in list mode added option to calculate totals on a specified row and print result at bottom
- object query - in pages mode did nothing! ops I forgot to write the code. added the code to do paginate
- object calendar - fixed calendar+hidden field, there didnt set correctly the hidden field name
New objects:
- object stop - created new - force to stop handling the rest of the page
- object hints - created new - when the mouse is over the link display a box with a message.
Pot Php Object Template 1.2 Screenshot
Advertisements
Pot Php Object Template 1.2 Keywords
Pot Php Object Template
PHP
Pot Php Object Template 1.2
PHP Object Template
Pot Php Object
php object
Object Template
web site
object
fixed
pot
added
template
link
Pot Php Object Template 1.2
HTML Tools
Bookmark Pot Php Object Template 1.2
Pot Php Object Template 1.2 Copyright
WareSeeker periodically updates pricing and software information of Pot Php Object Template 1.2 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Pot Php Object Template 1.2 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Information
website templates
php object model
php objects
php object programming
php object oriented programming
php object oriented
php object relational mapping
php object class
php object to array
php object type
php object oriented tutorial
site template web
php object to string
List of object-relational mapping software
php object tutorial
php object array
php object functions
php object reference
Related Software
ObjectPlant is a program for Object-Oriented Analysis and Design Free Download
PHP Cheat Sheet - An excellent tool for browsing essential reference information about PHP Free Download
EntourageTemplate - Helps in composing similar/identical emails with Entourage Free Download
PHP Evaluator widget serves as a convenient interface to PHP for evaluation of quick snippets of code Free Download
Web PHP Interface - Web front-end for controlling Indigo via PHP Free Download
MailTemplate - Helps in composing similar/identical emails with Mail.app Free Download
Template Viewer is known as a professional and useful tool conceived for Web designers. Free Download
Quickly debug your PHP scripts and PHP pages with Atrise PHP Script Debugger Free Download
Latest Software
Popular Software
Favourite Software