Loading...
Answers
MenuWhat is the best tutorial to get started with CakePHP?
Any video tutorial, PDF...
Answers
I would probably look at a course on udemy for that specific case
https://www.udemy.com/getting-started-with-php-programming/?dtcode=MzjhAx31ASRH
I learned to use CakePHP from the source and have been using it for a few years now.
They have great resources on cakephp.org for learning the platform take a look at their blog tutorial and the also post videos.
http://book.cakephp.org/2.0/en/getting-started.html
Let me know if you need any help I could get you started or follow up on any gotchas
The Cake cookbook is pretty good: http://book.cakephp.org/2.0/en/index.html. Nothing's better then getting your hands dirty after learning the concepts, especially MVC is general. Cake is very opinionated, clunky and bulky, which means you have to do things "the Cake way" which depending on your needs may or may not be great. I'd stay away from CakePHP unless you have to work on a project that's already using it.
If you're new to MVC, I'd recommend FuelPHP first, then Laravel. CodeIgniter is definitely easy to use and the documentation is great, but it's aging and has many old concepts which other frameworks have improved over the years. If you need help jump-starting your learning on MVC frameworks book a call with me. I can get you up and running in 1-3 hours so you could focus on coding.
Related Questions
-
Should I use Zend Framework 2 as the framework for my subscription ecommerce site?
Zend Framework 2 is one of the most used Frameworks out there standing next to Symfony 2/3. For example the Magento Shop Engine is based on Zend Framework 1 as well. This said Zend Framework 2 is a good choice for web applications in general and there are lot's of developers out there. Zend.com even offers certifications as Zend Framework 2 Certified Architect - so you can use their Yellowpages to find capable developers. Anyways I would not recommend to start creating an ecommerce site from scratch since the existing engines provide so much more than a nice frontend for customers and payment gateway integrations. There are many existing engines you can customize - what most shops do.CJ
-
What is digital marketing?
Digital marketing is broad but can be plainly described as: the creation, distribution of and engagement with, relationship or brand building content in an electronic format.JL
-
What is the best way to do a permissions system for a low traffic administration system, PHP preferred, but general suggestion is also valuable.
Hi, I have been a PHP developer for 13 years and have experience building enterprise applications. What framework are you using? Most PHP frameworks have a built in authentication and authorization mechanism. For example, Yii has a builtin RBAC system that allow you to define a hierarchical permission system. If you're not using a framework or you just want to implement your own system for whatever reason then you can utilize Object Oriented Design and implement a Base controller (if MVC) that checks the permission for each request. That won't use a lot of if statements. Probably need more info, to give definitive guidance. Hope that helps.AP
-
Can a WordPress site be converted into an iOS app?
Be careful when simply wrapping things into a mobile app. This can backfire on you and you could be presented with some very harsh edge cases. PHP isn't going to be encapsulated so much as the HTML/CSS/JavaScript. So keep in mind your mobile application could likely be in a position of requiring an online connection to work (because it must interface with your existing hosted WordPress site). This could also mean your hosting solution needs to be evaluated to ensure you can handle any increased traffic (and those traffic patterns could be different when coming from a mobile app that perhaps loads things the user doesn't see right away, accesses content that may not be cached, etc.). You want to ensure your server doesn't go down because then your mobile app would be "down" as well. That said... Things like Phonegap (web views) are a wonderful idea for utility apps because the performance is good enough for those (and hey even some games) and they end up being easily ported across many mobile operating systems. I would look into Phonegap, Appgyver (a new and totally awesome one because parts of it will utilize the native OS and your app will feel more responsive), Appcelerator Titanium, and perhaps even the new Famo.us one. Also take a look at the Ionic Framework for some further ideas about mobile UI and what you can do with these web view style apps.TM
-
How to upload images to a server in titanium? I have a php script in the server that receives the images, but it's not working: can't upload images.
you should rather put this question on stackoverflow.com, catch the error message, paste your code so experts can understand what's going wrong. Example : http://stackoverflow.com/questions/2532478/how-to-upload-images-from-iphone-app-developed-using-titaniumLR
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.