<feed xmlns='http://www.w3.org/2005/Atom'>
<title>prado/framework/TComponent.php, branch 3.2.2.05</title>
<subtitle>Fork of Prado PHP framework
</subtitle>
<id>https://emkael.info/cgit/prado/atom?h=3.2.2.05</id>
<link rel='self' href='https://emkael.info/cgit/prado/atom?h=3.2.2.05'/>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/'/>
<updated>2013-09-19T21:07:57Z</updated>
<entry>
<title>Committed TComponent patch by javalizard</title>
<updated>2013-09-19T21:07:57Z</updated>
<author>
<name>Fabio Bas</name>
<email>ctrlaltca@gmail.com</email>
</author>
<published>2013-09-19T21:07:57Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=3fdbb2cbfe778fcf48c61bb9fe40d4ac85f8004f'/>
<id>urn:sha1:3fdbb2cbfe778fcf48c61bb9fe40d4ac85f8004f</id>
<content type='text'>
TComponent Update: Behaviors, Class Behaviors, fx global events, and dy
one to one events.
This patchset was currently available only on svn trunk/
</content>
</entry>
<entry>
<title>Update to 3.2.1</title>
<updated>2013-04-24T07:59:48Z</updated>
<author>
<name>Ciro Mattia Gonano</name>
<email>ciromattia@gmail.com</email>
</author>
<published>2013-04-24T07:59:46Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=daa4dde508865ef0f08e584987b0695d4847809a'/>
<id>urn:sha1:daa4dde508865ef0f08e584987b0695d4847809a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bumped year to 2013, integrated recent changes from branch/3.2</title>
<updated>2013-01-19T10:17:39Z</updated>
<author>
<name>ctrlaltca</name>
<email></email>
</author>
<published>2013-01-19T10:17:39Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=f2a2465a97591ad478ba6b99dc4bb55b09620452'/>
<id>urn:sha1:f2a2465a97591ad478ba6b99dc4bb55b09620452</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TComponent: strip out in __sleep() variables that doesn't need to be saved (because they did not change from their default values) when the class gets serialized. References #337</title>
<updated>2012-11-28T09:35:01Z</updated>
<author>
<name>ctrlaltca</name>
<email></email>
</author>
<published>2012-11-28T09:35:01Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=eb5c0cc2715d77dc16a6cfbb64e2503d168367d0'/>
<id>urn:sha1:eb5c0cc2715d77dc16a6cfbb64e2503d168367d0</id>
<content type='text'>
This definitely needs better handling of subclasses properties</content>
</entry>
<entry>
<title>small fixes to r3211 (documentation only)</title>
<updated>2012-10-31T09:40:15Z</updated>
<author>
<name>ctrlaltca</name>
<email></email>
</author>
<published>2012-10-31T09:40:15Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=b0d3ad1438aec849a9639e72d9bc66ef709d8220'/>
<id>urn:sha1:b0d3ad1438aec849a9639e72d9bc66ef709d8220</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MAJOR UPGRADE to TComponent</title>
<updated>2012-10-31T02:35:01Z</updated>
<author>
<name>javalizard@gmail.com</name>
<email></email>
</author>
<published>2012-10-31T02:35:01Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=9ed8e2fff531f9188dc55a99e3006f94edc59a5e'/>
<id>urn:sha1:9ed8e2fff531f9188dc55a99e3006f94edc59a5e</id>
<content type='text'>
This adds global 'fx' events, behaviors, class-wide behaviors, intra-object/behavior 'dy' events, and tweaks the raiseEvent to be more advanced (yet backward compatible).  A large amount of documentation is in here too.  Slight changes to the TApplication object is  made to provide events with priorities.  TComponent has a massive amount of test cases as well…  There are now 512 assertions.  Test cases have been added for testing the GetJS and SetJS and ensure functionality of these new getters and setters.

The Behaviors are all tested and fully integrated into the TComponent Object.  Behaviors are more transparently and widely integrated into TComponent.

Class Behaviors rely on the global events to add behaviors to instanced objects.  Class behaviors also allow for behaviors to be added during the instancing of new objects of the class.

Dynamic events enable the object to send events directly to behaviors as intra-object events.  Dynamic events can be chained as multiple behaviors may implement the event.  This allows for parameter filtering.

RaiseEvent allows for raising global events, capturing results, and feeding results forward into the next handlers parameters should the need arise.  This is a forward thinking feature to enable new processes to be designed into the code for PRADO version 3.3 and future version 4.0.  This functionality is transparent when unused.

We are hoping this is fully backward compatible with the existing code base.  It was designed for maximum backward compatibility while expanding the functional base exponentially.

This clears the way for a new way of thinking about how objects relate.</content>
</entry>
<entry>
<title>happy new year</title>
<updated>2012-07-12T10:55:10Z</updated>
<author>
<name>ctrlaltca</name>
<email></email>
</author>
<published>2012-07-12T10:55:10Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=3e4e6e66aeb3f8fea4e1eb4237498ef9d2358f63'/>
<id>urn:sha1:3e4e6e66aeb3f8fea4e1eb4237498ef9d2358f63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added some documentation for the changes introduced to fix #391</title>
<updated>2012-03-26T10:10:51Z</updated>
<author>
<name>ctrlaltca@gmail.com</name>
<email></email>
</author>
<published>2012-03-26T10:10:51Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=4e92e78b70299854205294ee43f056bda619e4db'/>
<id>urn:sha1:4e92e78b70299854205294ee43f056bda619e4db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reworked the patch for #391; now a TComponent-based  controls can contain methods prefixed by "js" to indicate that those methods can receive raw javascript. Such methods can be called both in a xss-safe, javascript-encoded way: $xxx-&gt;Property="yyy" and in a raw-javascript way: $xxx-&gt;jsProperty="zzz". Patch by gabor, documentation is on the way</title>
<updated>2012-03-25T20:51:49Z</updated>
<author>
<name>ctrlaltca@gmail.com</name>
<email></email>
</author>
<published>2012-03-25T20:51:49Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=a3f64a4214fe0ae29ecea298542a15c6a0071a45'/>
<id>urn:sha1:a3f64a4214fe0ae29ecea298542a15c6a0071a45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Committer 2nd part of patch for #391</title>
<updated>2012-03-24T22:52:29Z</updated>
<author>
<name>ctrlaltca@gmail.com</name>
<email></email>
</author>
<published>2012-03-24T22:52:29Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=76d7735f8de76dfc4fa0ff671e5f18ae025bbcf3'/>
<id>urn:sha1:76d7735f8de76dfc4fa0ff671e5f18ae025bbcf3</id>
<content type='text'>
</content>
</entry>
</feed>
