APPLY FOR ONLINE Zend Framework Certification
Working with Databases , Introduction , Configuring CodeIgniter for databases , Connecting to multiple databases , Active Record – create (insert) , Active Record – read (select) , Active Record – update , ActiveRecord – delete , Looping through the database results , Counting the number of returned results with num_rows() , Counting the number of returned results with count_all_results() , Query binding , Finding the last insert id , Finding the number of affected rows , Finding the last database query , Using CodeIgniter database migrations , Moving to the current version with current(), Rolling back/stepping forward with version() , Generating an XML from a database result , Generating a CSV from a database result

Back to Top