Re: Cake Developer

2012-08-05 Thread jeet bajaj
Why not sutikno sofjan, Some of my projects that i have made are as follows,You can please take a look. 1)http://smscasa.es/ (A service dedicated to real estate in spain. Using a mobile marketing, potential clients can get information of all your properties with pictures and videos via SMS, c

Packaging mechanism for CakePHP Plugins ??

2012-08-05 Thread NdJ
What is the current state (if any) for the packaging of CakePHP plugins? We currently have (Plugins listed here http://plugins.cakephp.org/) which is great, but it might be even more awesome if from a cake shell (or similar) you could search for plugins and install (with dependency resolution)

Re: Can CakePHP code be obfuscated for protection?

2012-08-05 Thread Jeremy Burns | Class Outfit
Cool. I actually take payment in stages: i) 5% before doing anything. ii) 15% to the end of definition (all the docs, plans, mockups etc) - this shows the client what he is going to get and removes any doubt about what the app will do, timescales etc. If done well, this can be the longest part o

Re: Can CakePHP code be obfuscated for protection?

2012-08-05 Thread OJ Tibi - @ojtibi
Well said, Jeremy. I'm putting your message in my "freelancing tips" notebook. On Monday, August 6, 2012 11:30:37 AM UTC+8, Jeremy Burns wrote: > > That's hard with PHP. Instead, why not host it somewhere else? Get your > own domain name and cheap hosting package and put on a subdomain - > chea

Re: Can CakePHP code be obfuscated for protection?

2012-08-05 Thread Jeremy Burns | Class Outfit
That's hard with PHP. Instead, why not host it somewhere else? Get your own domain name and cheap hosting package and put on a subdomain - cheapclient.myhostingpackage.com - and tell him that he can test there. If he likes it you'll move it to his server after testing, fixing and payment. It co

Can CakePHP code be obfuscated for protection?

2012-08-05 Thread Lightee
Dear CakePHP gurus, I have an upcoming project with a stingy customer who looks like the not-willing-to-pay-up type. My cakePHP code will be deposited to his web server for testing before payment. I want to obfuscate my code so that he cannot steal it and then find all sorts of excuses not to p

Re: Cake Developer

2012-08-05 Thread sutikno sofjan
@Jeetendra : good ... may i see your erps app Jeetendra ? On Sun, Aug 5, 2012 at 11:47 PM, sanjib dhar wrote: > Hi, > > I made two erps using cakephp on my own hand fully.Consider me too. > > > On Sat, Aug 4, 2012 at 10:43 AM, jeet bajaj wrote: > >> Hi, >> This is Jeet from New Delhi India.I ha

Re: Crreate invoice form

2012-08-05 Thread Ly Dara
Can use guide me how to use it? On Sun, Aug 5, 2012 at 2:49 PM, Dominik Gajewski wrote: > I suggest to use JavaScript (jQuery, ..). It is really easy to solve > using jQuery with AJAX. > > > 2012/8/5 Mr. Manager : > > Dear All, > > > > I want to create form input for creating invoice which inclu

Basic ACL tutorial in 1.3 book will not work because Auth is not setting Auth.User

2012-08-05 Thread osucoder
I cannot get the login function to work after following the acl tutorial. I'm getting an "Auth.User doesn't exist" error when I dump the Session variable after calling "$this->Session->read('Auth.User);" If searched all over the place for an answer and I am yet to find one. Any help would be

Re: Crreate invoice form

2012-08-05 Thread Dominik Gajewski
I suggest to use JavaScript (jQuery, ..). It is really easy to solve using jQuery with AJAX. 2012/8/5 Mr. Manager : > Dear All, > > I want to create form input for creating invoice which including two table > invoice and invoice detail. Invoice detail process when the user type item > code and cl

Re: cakePHP joining two tables

2012-08-05 Thread Dominik Gajewski
Should you name your table competence_ratings? 2012/8/4 orbb : > Im new to cakePHP and the whole table relations concept is very confusing! > > I have 2 tables, competencies and competenceRatings. competencies stores a > list of names with ids. > > competencies > > id >

Re: Error: Index.phpController could not be found

2012-08-05 Thread Jason Nightingale
That could be it... I am reading this post to figure what's happening, and I'm reading on that link where it says that IIS 7 natively doesn't support .htaccess files. I am running on IIS 7, perhaps you are too? On Wednesday, March 7, 2012 7:53:35 AM UTC+2, amg55nj wrote: > > Ok so I used this gu

cakePHP joining two tables

2012-08-05 Thread orbb
Im new to cakePHP and the whole table relations concept is very confusing! I have 2 tables, competencies and competenceRatings. competencies stores a list of names with ids. competencies id name And users can select various competencies from this table and rate the

Re: Registering With the Bakery on the CakePHP website

2012-08-05 Thread Ed Estes
I just attempted to create an account and experienced the same problem. (and I can't find a way to request a new verification link once the 24hour window passes) --Ed On Sunday, July 29, 2012 4:27:31 PM UTC-4, newt_e wrote: > > Has anyone else had problems registering on the CakePHP website?

Re: Router::mapResources with Configure::write('Routing.admin', 'admin');

2012-08-05 Thread Pelz
I'm having the same problem (but with 2.2.1). What I did was this: Router::resourceMap(array(array('action' => 'admin_delete', 'method' => 'DELETE', 'id' => true))); Router::mapResources('CookingUtensils', array('prefix' => '/admin/')); Router::parseExtensions('xml'); but it doesn't work and I g

CakePHP nesting two select queries?

2012-08-05 Thread orbb
I have two tables in cakePHP. competencies id name competenceRatings - id competence_id user_id rating I need a way to write the following query in the cake way: SELECT * FROM competencies WHERE id NOT IN (SELECT competence_id FROM competence_ratings WHERE employee

Re: Cake Developer

2012-08-05 Thread sanjib dhar
Hi, I made two erps using cakephp on my own hand fully.Consider me too. On Sat, Aug 4, 2012 at 10:43 AM, jeet bajaj wrote: > Hi, > This is Jeet from New Delhi India.I have 2+ years of experience in Cakephp > (1.2.* to 2.0.*) near about 5-6 big projects i have made on cakephp. > Beside this i h

Crreate invoice form

2012-08-05 Thread Mr. Manager
Dear All, I want to create form input for creating invoice which including two table invoice and invoice detail. Invoice detail process when the user type item code and click add button I want to update the data show in table on the form without refreshing page because they user can choose othe

Fine tuning of json formatting

2012-08-05 Thread Mariano C.
I have this model: public function getPeopleByName($name){ > $this->unbindModel(array('hasMany' => array('OfficePersonTask'))); > > $options['fields'] = array("Person.id", "Person.full_name"); > $options['conditions'] = array("UPPER(CONCAT(Person.last_name, '