Rendering Error:
Database Error
Table 'admin_objectext.blogcategory' doesn't exist
Query
SELECT * FROM `blogcategory` WHERE `BLOG_ID` = 1000002 ORDER BY `BLOGCATEGORY_TITLE`
-
Sevenlight Inc. Releases 0.1-beta of Object Extensions for PHP
Sevenlight Inc. has released the first beta of Object Extensions for PHP, a new library for adding runtime extensions and callbacks to PHP objects. You can view more information on the features provided by the Object Extensions for PHP Library.
Posted on April 18th, 2006
-
Object Extensions for PHP Documentation
Click on the title of this entry to read the current documentation. An official documentation will be packaged with the next official release.
Posted on April 19th, 2006
-
Fix to Safari's FOUC AdSense bug
I have found a solution (read: hack) to somewhat get around the FOUC bug in Safari when a page has Google Ads.
Posted on April 19th, 2006
-
Creating JavaScript-type dynamic PHP objects
Learn the basics of using object property lists.
Posted on April 19th, 2006
-
Object Extensions 101: How to extend your PHP objects at runtime
This is the first demo of how to extend an object at runtime. Extending an object at runtime allows you add extra functions and methods not originally defined in a class.
Posted on April 21st, 2006
-
Object Extensions 101: A more advanced example on how to extend your PHP objects at runtime
This example builds off the first one and teaches you a few more things you can with the Object Extensions for PHP library.
Posted on April 24th, 2006
-
Callbacks 101: How to use callbacks in Object Extensions for PHP
Learn the basics of using runtime callbacks.
Posted on April 25th, 2006
-
Callbacks 101: How to use callbacks to verify input
Learn how you can use callbacks to verify input provided in an Object Property list.
Posted on April 27th, 2006
-
Using the _return() method on a callback
Learn about a hidden secret of callbacks, the
_return()method.Posted on May 5th, 2006
-
Comments Added to Object Extensions Blog
I have now added comments to this blog, so if you have any questsions in regards to any of the demos provided, or if you would like more demos on a particular subject, feel free to ask!
Posted on May 11th, 2006