Quantcast
Channel: stoimen's web log » SQL keywords
Browsing index pages (4 articles)

Image may be NSFW.
Clik here to view.

Computer Algorithms: Linked List

Introduction The linked list is a data structure in which the items are ordered in a linear way. Although modern programming languages support very flexible and rich libraries that works with arrays,...

View Article


How to Dump the Generated Zend_Db SQL Query

The Typical PHP Approach Typically a PHP programmer will write his SQL query as a string and will execute it via mysql_query. $sql = "SELECT * FROM my_table"; $resource = mysql_query($sql); So...

View Article


Image may be NSFW.
Clik here to view.

Fetching Rows With Zend_Db fetch()

Fetching the Entire Row Set What is really handy in Zend Framework is that you can fetch the entire row set with the fetchAll() method. It comes with some parameters that you can use for limiting the...

View Article

Image may be NSFW.
Clik here to view.

Which Model Should Contain That Method?

Let’s say you have two models – each one modeling a database table – Users & Article. Here there’s nothing to deal with Zend Framwork, but you can think of them as typical models in a ZF...

View Article
Browsing index pages (4 articles)


Latest Images