Files
Rasmus Lerdorf d82c4db9ae Generalize slider code to get ready for multiple effects. Use
effect="slide" instead of slide="1" now in the bullet tag.
2002-07-26 07:13:53 +00:00

10 lines
431 B
XML

<slide title="Zend API">
<list>
<bullet effect="slide">Functions must use %zend_parse_parameters()% to access function arguments</bullet>
<bullet effect="slide">Objects are accessed via the %getThis()% macro</bullet>
<bullet effect="slide">Resources are used to store C datastructures and map them at runtime to PHP
data</bullet>
<bullet effect="slide">Returning data is done via the %RETURN_*()% macros</bullet>
</list>
</slide>