Creating PDF files with CakePHP and TCPDF
With CakePHP 1.2 creating PDFs with CakePHP has just gotten a lot easier. This tutorial shows how to combine CakePHP and the powerful TCPDF for easy PDF file creation.
[Read more] MyMeeting
Meeting management system specifically built to fulfill the requirements of the malaysian public sector.
[Read more] Routing with Multiple Subdomains
Ever want to have multiple admin routes and use subdomains?
[Read more] Pagination for custom queries
I was doing a project, and needed to do a custom query to return a certain set of data from the table. I needed to be able to paginate those results, and using the "out of the box" or "base" pagination was not going to be able to handle this. So I needed to use the power of the paginator object, and set a custom query, using a custom model object, and set the options for the views to build the links appropriately.
[Read more] Baked enum fields reloaded
I had the need to convert (mysql) enum fields into form selects once baked with the cake console. This method worked for me with minimal changes to the infrastructure.
[Read more]
Latest Comments