Top Posts
-
Recent Posts
Recent Comments
- Claire Boussard on Dynamic select box with CakePHP 2.0
- Claire Boussard on Dynamic select box with CakePHP 2.0
- David on CakePHP 2.0 AJAX sortable list that updates to databases
- Richard on Dynamic select box with CakePHP 2.0
- Bisuke on Dynamic select box with CakePHP 2.0
Categories
Link
Category Archives: PHP
Blog Tutorial with CakePHP Framework
In a follow up to my previous article: blog tutorial with Fat-Free Framework I have tried to make exactly the same application but using the CakePHP Framework – to contrast using a micro-framework with a fully featured one. CakePHP works … Continue reading
Posted in MySQL, PHP
Leave a comment
Blog Tutorial with Fat-Free Framework
I recently read an excellent tutorial on ‘Rapid Application Prototyping in PHP Using a Micro Framework‘, this used the Slim micro framework but one thing that bothered me was it required 5 packages before development could start. These were: Slim … Continue reading
Posted in MySQL, PHP
5 Comments
PHP Frameworks
Here’s my very basic research into current PHP Frameworks – the target was to get this done in an hour. Firstly if they have a professional design I’m assuming there’s at least a bit of funding behind the project. Secondly … Continue reading
Posted in PHP
Leave a comment
CakePHP paging and sorting on a Custom DataSource
CakePHP recommends that to use a web service API you should use a custom DataSource (here). In their example on creating a Twitter DataSource, it doesn’t mention how to achieve paging and sorting. Neil Crookes has a good example on … Continue reading
Posted in PHP
3 Comments
Eclipse PDT – code assist or PHP Manual not working
If you are new to Eclipse PDT and find that code assist or the PHP Manual (Shift+F2 or Open PHP Manual) are not working for a particular project, check that you have a file named .buildpath in the root of … Continue reading
Posted in PHP
2 Comments
