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
-
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
-
Need some help with PHP & mySQL
We can help. Send me a message with your email and the URLs you're looking at fixing and I'll shoot you over a quick consulting contract.SD
-
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
-
SAAS - What basic server architecture should we go for?
I think you're not fully embracing the lean startup methodology. Is your SaaS handling some operations that are a matter of life and death or critical mission thing for an organization? if the answer is No start with simplest option and do a soft launch and invite some carefully selected (50) beta testers. Get the service going and gather feedback as much as possible. Then when you're at version 1.5 or 2.0 you'd know the problem you're solving a lot better. Slavi, Orbisius & qSandboxS(
-
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
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.