The 6 Most Important CSS You Need To Know
Everyone should read this.
Everyone should read this.
You can do this in jQuery:
This is useful if you want to “delete” or “update” multiple rows in a table at the same time. This works like the “Check All Email” in YahooMail.
And the HTML Code is:
< input class="mycheckbox" name="a" value="1" type="checkbox" />Number 1 < input class="mycheckbox" name="b" value="1" type="checkbox" />Number 2 < input class="mycheckbox" name="c" value="1" type="checkbox" />Number 3 < a href="#" id="#check_all_boxes">Check All< / a> < a href="#" id="#uncheck_all_boxes">Uncheck All< / a>
Here is how to do it in Zend Framework.
Let’s start with the form:
In your controller-action:
In his blog post, he used something that I didn’t know or hear about — headLink() and headScript(). So I went ahead to add a comment and asked for an example. Then I got it — he has a new post on how to use Zend_View placeholders.
/me gives free beer to Matthew.
A little bit slow but it gets the job done. I used this to generate a report to get the total open_amount for customers.
To people who don’t use Zend Framework, seriously, this is the time for you to switch. I need not say more. Just head on the their newly-skinned site: http://framework.zend.com
And they have something that every new-comer wants, a Zend Framework Quickstart Tutorial!!!!!
Anyone from Cebu who wants to go out for the weekend and celebrate the release of ZF 1.5? I’m buying the beer!
Here are the slides.
Wil Sinclair has been a busy man of late. In addition to getting ready for the 1.5 release of Zend Framework and recording a podcast with me, he has taken the time to present 2 different presentations on Zend Framework.
I wrote this for myself instead of for other people. The short code example is found on my wiki (http://wiki.ekini.net/main/Zend_Layout).
Basically it is a very quick overview of Zend_Layout — more like a cheatsheet (again). The bootstrap, the directory structure and then the controller and view part. It is based on Akrabat`s Zend_Layout Tutorial.