Keynote in English - US at New Zealand PHP Conference 2014
Short URL: https://joind.in/talk/dc935
(QR-Code (opens in new window))
Coding and Dreaming - PHP in 2014 - Keynote
Comments
Comments are closed.
Offered some great insights into the seemingly shortcomings of php, awesome overview over the history of php and it's goals.
The talk was very interesting, I learned a lot and it gave me a new prespective to look at the php language.
Awesome to hear how php started and what the thinking was behind it. Can't wait to see where it goes from here
Was a great talk about how and why php started and where it is going to. Makes me more proud to be a php developer.
Was great hearing some of the history of PHP, and definitely gave a good perspective, and a deeper understanding on the state of things in 2014, and how it got to where it is today. I'm a PHP die hard, but it gave me a much renewed respect of the language and all the pitfalls & challenges that are faced by the core development team.
Great to know some of the back story of PHP. Also a good reminder that we should be trying to use our skills to change the world, not just make money.
SELECT tbl_product . * , tbl_orders_details.quentity
FROM `tbl_product`
INNER JOIN tbl_orders_details ON tbl_orders_details.product_id = tbl_product.productId
WHERE tbl_orders_details.order_id =1
I have written the above query and it works fine. But how it can be written in YII plz.......... help