Articles in the Cakephp Category
Cakephp, Linux, PHP »
Hi friends,
2 days ago I got a project in which I have to upload avi, mpeg or 3gp movie clip and convert this clip to flv as well generate thumbnail for this video. I know that this can be done through ffmpeg. But I didn,t know how haha..
Well I searched enough and start making environment for development. I did following mistakes.. I am listing those mistakes. I am 100% sure it will save your day.
I was using Windows environment: FFmpeg is primarily made for Linux environment not for windows. Some …
Cakephp, Controller, PHP »
Now let’s move further. the next part is controller. Controller has logics (some times reffered Business logic in Java). In controller you can write any logical code, such as DB queries, calculations and every thing which you can do in PHP. But remember to use cake functions to ‘Make Life Simpler’. The controller should be in app/controllers directory.
You should name controller carefully. The name of controller should be ****_controller.php (replace ****) with your controller name. You should take care about controller name because when you run any page (code) of …
Cakephp, PHP »
I got some comments about installing cakephp. please follow this link to get full guide. If you have any trouble then post here.
http://manual.cakephp.org/chapter/installing
Cakephp »
Hi
In my organisation I got a project on cakephp. I nevre hrd abt any framework in php. This is my first php project in which I am using framework. I hav good experience in struts so I am expecting that it will not much hard to understand 4 me.
I have decided to write my daily progress here so that it can help those ppl who r new to this framework.
Cakephp »
Why CakePHP?It has many features that makes it a great framework for developing applications swiftly and with the least amount of hassle. Here are a few in no particular order:
Active, friendly community
Flexible Licensing
Compatibility with PHP4 and PHP5
Integrated CRUD for database interaction and simplified queries
Application Scaffolding
Model View Controller (MVC) Architecture
Request dispatcher with good looking, custom URLs
Built-in Validation
Fast and flexible templating (PHP syntax, with helpers)
View Helpers for AJAX, Javascript, HTML Forms and more Security, Session, and Request Handling Components
Flexible access control lists
Data Sanitization
Flexible View Caching
Works from any web site subdirectory, with little …
