Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Getting last months data from database
Post: RE: Getting last months data from database

Hi Doomie22,here is the solution for getting last month data: Wrote: (08-25-2016, 08:34 AM) -- PHP Code: -- public function get_last_month() { // Get Last Month $date = new DateTime(); $date-...
7,921 Views
3 Replies
08-25-2016, 11:21 AM
mubbi.qureshi
    Thread: How to write this query in Codeigniter Active Record
Post: RE: How to write this query in Codeigniter Active ...

Thanks for your reply :) and yes i am adding user bindings in it that\s why for security reasons i wanted the active record. i will use "where" and "like" clauses in the sub query can you please also...
3,049 Views
2 Replies
08-25-2016, 11:03 AM
mubbi.qureshi
    Thread: Error Handling
Post: RE: Error Handling

In Codeigniter 3.X you have extra folder in views called "errors", you can all type of errors view from there to make it user friendly
3,566 Views
2 Replies
08-25-2016, 10:14 AM
mubbi.qureshi
    Thread: How to write this query in Codeigniter Active Record
Post: How to write this query in Codeigniter Active Reco...

how to write this query in active record format? SELECT COUNT(TotalBook) AS BooksRow FROM ( SELECT COUNT( BookID ) TotalBook FROM books GROUP BY Title ) src i need help :(
3,049 Views
2 Replies
08-25-2016, 09:54 AM
mubbi.qureshi

Theme © iAndrew 2016 - Forum software by © MyBB